From d5a1787a8582bd99d3f2fc27f4c3191bd8cc76d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:01:06 +0800 Subject: [PATCH] build(deps): bump uuid from 1.7.0 to 1.9.0 (#2213) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.9.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.9.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 377bf0528..ad3a28724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3436,9 +3436,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.7.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "3ea73390fe27785838dcbf75b91b1d84799e28f1ce71e6f372a5dc2200c80de5" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2997865e8..14a28541b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ tokio-util = { version = "0.7", features = ["codec", "io"] } toml = "0.8" tower = "0.4" url = { version = "2", optional = true } -uuid = { version = "1.7", features = ["v4"] } +uuid = { version = "1.9", features = ["v4"] } walkdir = "2" # by default which pulls in an outdated failure version which = { version = "6", default-features = false }