From d2a45bbf527423a642db7e008331fe342750845d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 00:57:20 +0000 Subject: [PATCH] chore(deps): 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 84d86ad..6a77e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4236,12 +4236,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 e5741b8..eecb5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_with = "3.12.0" anyhow = "1.0.95" reqwest = { version="0.12.9", features= ["json"]} bon = "3.3.2" -uuid = { version = "1.13.1", features = ["v4", "serde"]} +uuid = { version = "1.18.1", features = ["v4", "serde"]} derive_more = { version= "1.0.0", features = ["from", "into"]} jsonwebtoken = "9.3.1" chrono = { version = "0.4.39", features = ["serde"]}