From b1f4b5f7ec5e72f2902fe30c2c2e715d48073cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:43:42 +0000 Subject: [PATCH] Bump uuid from 1.16.0 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.16.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.16.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 | 6 ++++-- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6804c14..254d48d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2211,12 +2211,14 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.16.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.2", + "js-sys", "serde", + "wasm-bindgen", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 85f54d7..f8d20f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ num_cpus = "1.16.0" tracing = "0.1.41" sentry = { version = "0.37.0", features = ["tracing"] } sentry-tower = "0.37.0" -uuid = { version = "1.16.0", features = ["serde", "v4"] } +uuid = { version = "1.18.1", features = ["serde", "v4"] } chrono = { version = "0.4.41", features = ["serde"] } moka = { version = "0.12.10", features = ["future"] } reqwest = { version = "0.12.15", features = ["gzip"] }