From d0ab2bc02a8689bb93b4396783ab4a4f097d078b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:29:57 +0000 Subject: [PATCH] fix(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 2b7748c60..8b5e7d57c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7914,14 +7914,14 @@ 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.4", "js-sys", "rand 0.9.2", - "serde", + "serde_core", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..cfb356b66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ tracing-test = "0.2.4" typed-path = "0.11.0" unicode-width = "0.2.0" url = "2.5.4" -uuid = { version = "1.15.1", features = ["v4", "serde"] } +uuid = { version = "1.20.0", features = ["v4", "serde"] } walkdir = "2.5.0" webpki-roots = "=0.26.8" whoami = "1.6.0"