From 3f6ad9ac1d9f33af8a479c284b562158854dd705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:28:12 +0000 Subject: [PATCH] Bump uuid from 1.15.1 to 1.18.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.18.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.18.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.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, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9de7bc3..95673b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3155,12 +3155,14 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.15.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" dependencies = [ "getrandom 0.3.1", + "js-sys", "serde", + "wasm-bindgen", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2d698b4..1394ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } clap = { version = "4.5.32", features = ["derive"] } figment = { version = "0.10.19", features = ["yaml", "env"] } chrono = { version = "0.4.40", features = ["serde"] } -uuid = { version = "1.15.1", features = ["v4", "serde"] } +uuid = { version = "1.18.0", features = ["v4", "serde"] } serde_plain = "1.0.2" anyhow = { version = "1.0.97", features = ["backtrace"] } sha2 = "0.10.8"