From 637597c3011ff8d00d927b0c21b350795ab98887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:32:52 +0000 Subject: [PATCH] build(deps): Bump uuid from 1.18.0 to 1.18.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d2dd7c30..67d456be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3074,9 +3074,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.2", ] diff --git a/Cargo.toml b/Cargo.toml index acef923b..975f6b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ tracing = { version = "0.1.41", default-features = false, features = ["release_m tracing-subscriber = { version = "0.3.19", default-features = false, features = ["ansi", "env-filter", "std", "tracing-log", "json"] } ureq = { version = "2.12.1", default-features = false } url = { version = "2.5.4", default-features = false } -uuid = { version = "1.18.0", default-features = false, features = ["v4"] } +uuid = { version = "1.18.1", default-features = false, features = ["v4"] } walkdir = { version = "2.5.0", default-features = false } webpki-roots = { version = "1.0.2", default-features = false } zeroize = { version = "1.8.1", default-features = false }