From c46ccc4a0f3d811883007513ac06146f414b4d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:26:41 +0000 Subject: [PATCH] Build(deps): bump uuid from 1.8.0 to 1.10.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.10.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sanzu-broker/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c84b580..52dc7f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3128,9 +3128,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" +checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" dependencies = [ "getrandom", "serde", diff --git a/sanzu-broker/Cargo.toml b/sanzu-broker/Cargo.toml index 33bdf41..2205b7f 100644 --- a/sanzu-broker/Cargo.toml +++ b/sanzu-broker/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" socket2 = {version = "0.5", features=['all'] } toml = "0.8" -uuid = { version = "1.8", features = ["serde", "v4"] } +uuid = { version = "1.10", features = ["serde", "v4"] } x509-parser = "0.16" libgssapi = { version = "0.7", optional = true }