diff --git a/Cargo.lock b/Cargo.lock index 16599eb..1431626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3686,9 +3686,9 @@ dependencies = [ [[package]] name = "inotify" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" +checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" dependencies = [ "bitflags 2.11.0", "inotify-sys", @@ -5349,7 +5349,7 @@ dependencies = [ "tokio", "tokio-postgres", "tokio-util", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tracing", "urlencoding", "uuid", @@ -5369,7 +5369,7 @@ dependencies = [ "serde_json", "thiserror 2.0.18", "tokio", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "uuid", "wit-bindgen 0.53.1", ] @@ -5398,7 +5398,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-util", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tower", "tower-http", "tower_governor", @@ -5420,7 +5420,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "toml 1.0.4+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "tracing", "tracing-subscriber", "uuid", @@ -5450,6 +5450,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", + "urlencoding", "uuid", ] @@ -6939,12 +6940,12 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -7593,9 +7594,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.4+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core",