From 71472aea21a56ba2b467f7acf71bdae8c8ce13c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:04:11 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.17.0 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..086937bb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3094,9 +3094,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.3", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 6f6454b0a..762e288cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ url = "2.5.1" serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0", features = ["std"] } bytes = "1.10.0" -uuid = { version = "1.17.0", features = ["v4"] } +uuid = { version = "1.18.1", features = ["v4"] } scc = "2.3.4" half = { version = "2.6.0", features = ["num-traits", "serde"] } getrandom = { version = "0.3" }