diff --git a/Cargo.toml b/Cargo.toml index 87ada9a..9a3304e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tempfile = "3.10" atty = "0.2" # TOML parsing -toml = "0.9" +toml = "1.1" # Date/time handling chrono = { version = "0.4", features = ["serde"] } diff --git a/aikit-sdk/Cargo.toml b/aikit-sdk/Cargo.toml index 0f1ca16..f908007 100644 --- a/aikit-sdk/Cargo.toml +++ b/aikit-sdk/Cargo.toml @@ -11,7 +11,7 @@ categories = ["command-line-utilities"] [dependencies] glob = "0.3" walkdir = "2" -toml = "0.8" +toml = "1.1" serde = { version = "1.0", features = ["derive"] } reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] } zip = "2.3"