diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..f1f5e77 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -84,7 +84,7 @@ time = "0.3" # Required by rcgen for certificate validity dates # Integration test dependencies async-trait = "0.1" # For async trait methods reqwest = "0.12" # HTTP client for testing -toml = "0.8" # Config file parsing +toml = "1.1" # Config file parsing serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4"