diff --git a/Cargo.toml b/Cargo.toml index cc04da8..ba25774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ reqwest = { version = "0.13", features = ["json", "form", "rustls"], default-fea # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.9" +toml = "1.1" # Date/time handling chrono = { version = "0.4", features = ["serde"] }