diff --git a/Cargo.toml b/Cargo.toml index 61e295f..0e7a673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ reqwest = { version = "0.12", features = ["json", "gzip", "brotli", "stream"] } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } -toml = "0.8" +toml = "0.9" anyhow = "1.0" thiserror = "1.0"