From b239ded426df39f549b59228cbbdf86b040461f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:21:05 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.18.1 to 1.20.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.20.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.20.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c85c7a73..51ace514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6323,13 +6323,13 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.1" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ "getrandom 0.3.3", "js-sys", - "serde", + "serde_core", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 5f76557b..0d88df1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ bstr = "1.9" # Byte string utilities simdutf8 = "0.1" # SIMD UTF-8 validation # Telemetry dependencies -uuid = { version = "1.0", features = ["v4"] } +uuid = { version = "1.20", features = ["v4"] } rand = "0.9" futures-util = "0.3"