From a8fca3170c39fa3f93c97d14baae8dd70dcb7cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:00:46 +0000 Subject: [PATCH] chore(deps): bump the rust-all group across 1 directory with 3 updates Bumps the rust-all group with 3 updates in the / directory: [toml](https://github.com/toml-rs/toml), [uuid](https://github.com/uuid-rs/uuid) and [which](https://github.com/harryfei/which-rs). Updates `toml` from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.4) Updates `uuid` from 1.21.0 to 1.22.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0) Updates `which` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-all - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-all - dependency-name: which dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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"