From 4c665b5b9557d1a8a940af1c538a7a34a02fabb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:45:47 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.10.0 to 1.11.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f7d8207a..695e3230e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,9 +3599,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 73a3b520e..fd14157b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,6 @@ serde = { version = "1.0.217", features = ["derive", "rc"] } erased-serde = "0.4.5" serde_json = { version = "1.0", features = ["std"] } bytes = "1.6.0" -uuid = { version = "1.10.0", features = ["v4"] } +uuid = { version = "1.11.1", features = ["v4"] } scc = "2.3.0" half = { version = "2.4.1", features = ["num-traits", "serde"] }