From 5b1d1c9b27f808dee8ed43069f8bbf481435f082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:08:22 +0000 Subject: [PATCH] Bump uuid from 1.15.1 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.15.1 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.1...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 | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9de7bc3..34feccd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3155,12 +3155,14 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.15.1" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.1", + "js-sys", "serde", + "wasm-bindgen", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2d698b4..a59c411 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.1", features = ["v4", "serde"] } serde_plain = "1.0.2" anyhow = { version = "1.0.97", features = ["backtrace"] } sha2 = "0.10.8"