diff --git a/Cargo.lock b/Cargo.lock index 9eb1835b..52bcc8e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,7 +1000,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.5.9", + "socket2 0.6.0", "system-configuration", "tokio", "tower-layer", @@ -2672,9 +2672,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index e04a3001..c78b3fc2 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -46,7 +46,7 @@ slog-json = "2.6.1" slog-term = "2.9.2" thiserror = "2.0.18" tokio-rustls = "0.25.0" -toml = "1.0.3" +toml = "1.0.6" waitgroup = "0.1.2" [dependencies.chrono]