diff --git a/Cargo.lock b/Cargo.lock index 624ca76..6b42b00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7222,9 +7222,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.4+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "c94c3321114413476740df133f0d8862c61d87c8d26f04c6841e033c8c80db47" dependencies = [ "indexmap", "serde_core", @@ -7716,9 +7716,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "getrandom 0.4.1", "js-sys", @@ -8847,9 +8847,9 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[package]] name = "which" -version = "8.0.0" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" +checksum = "3a824aeba0fbb27264f815ada4cff43d65b1741b7a4ed7629ff9089148c4a4e0" dependencies = [ "env_home", "rustix 1.1.4", @@ -9607,7 +9607,7 @@ dependencies = [ "tokio-stream", "tokio-tungstenite 0.28.0", "tokio-util", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.4+spec-1.1.0", "tower", "tower-http", "tracing", @@ -9647,7 +9647,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-test", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.4+spec-1.1.0", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index d760964..6c2a27e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ thiserror = "2.0" aho-corasick = "1.1" # UUID generation -uuid = { version = "1.11", default-features = false, features = ["v4", "std", "serde"] } +uuid = { version = "1.22", default-features = false, features = ["v4", "std", "serde"] } # Authenticated encryption (AEAD) for secret store chacha20poly1305 = "0.10"