From 5fc128661da8a6d0b1afacd252aac65dea3f9289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:12:47 +0000 Subject: [PATCH] deps: bump uuid from 1.20.0 to 1.21.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- orion-format/Cargo.toml | 2 +- orion-lib/Cargo.toml | 2 +- orion-tracing/Cargo.toml | 2 +- orion-xds/Cargo.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cc248c1..00261106 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4088,11 +4088,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.20.0" +version = "1.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" +checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" dependencies = [ - "getrandom 0.3.4", + "getrandom 0.4.1", "js-sys", "wasm-bindgen", ] diff --git a/orion-format/Cargo.toml b/orion-format/Cargo.toml index 0e8f10e7..cf215c9b 100644 --- a/orion-format/Cargo.toml +++ b/orion-format/Cargo.toml @@ -28,7 +28,7 @@ serde = { workspace = true, features = ["rc"] } smol_str = { version = "0.3.2", features = ["serde"] } thread_local = "1.1.9" traceparent = "0.0.3" -uuid = { version = "1.18.1", features = ["v4"] } +uuid = { version = "1.21.0", features = ["v4"] } [features] dhat-heap = [] diff --git a/orion-lib/Cargo.toml b/orion-lib/Cargo.toml index 27ecb392..4b42852b 100644 --- a/orion-lib/Cargo.toml +++ b/orion-lib/Cargo.toml @@ -72,7 +72,7 @@ traceparent = "0.0.3" tracing-appender = "0.2.3" twox-hash = "2.1.2" typed-builder = "0.23.1" -uuid = { version = "1.18.1", features = ["v4"] } +uuid = { version = "1.21.0", features = ["v4"] } x509-parser = { version = "0.18", features = ["default"] } hyperlocal = "0.9.1" tokio-util = "0.7.17" diff --git a/orion-tracing/Cargo.toml b/orion-tracing/Cargo.toml index 97022ae1..dfb5f02c 100644 --- a/orion-tracing/Cargo.toml +++ b/orion-tracing/Cargo.toml @@ -26,7 +26,7 @@ parking_lot = "0.12.5" thread-id = "5.0.0" arc-swap = "1.7.1" smol_str = "0.3.4" -uuid = { version = "1.18.1", features = ["v4"] } +uuid = { version = "1.21.0", features = ["v4"] } rand = "0.9.2" arrayvec = "0.7.6" traceparent = "0.0.3" diff --git a/orion-xds/Cargo.toml b/orion-xds/Cargo.toml index 754e8b84..6db17866 100644 --- a/orion-xds/Cargo.toml +++ b/orion-xds/Cargo.toml @@ -24,7 +24,7 @@ atomic-take = "1.1.0" thiserror = "2.0.17" tokio-stream.workspace = true -uuid = { version = "1.18.1", features = ["v4"] } +uuid = { version = "1.21.0", features = ["v4"] } [dev-dependencies] orion-data-plane-api.workspace = true