From 1daf4c07f1957cba9eb448c0dd06f3effcbefbe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:53:31 +0000 Subject: [PATCH] Bump uuid from 1.11.0 to 1.11.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38d6573..1de9503 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,7 +622,7 @@ dependencies = [ "tokio", "tokio-rustls 0.25.0", "toml", - "uuid 1.11.0", + "uuid 1.11.1", "version_check", "waitgroup", ] @@ -672,7 +672,7 @@ dependencies = [ "tokio", "tokio-rustls 0.25.0", "toml", - "uuid 1.11.0", + "uuid 1.11.1", "version_check", "waitgroup", ] @@ -1609,7 +1609,7 @@ dependencies = [ "tracing-opentelemetry", "tracing-slog", "tracing-subscriber", - "uuid 1.11.0", + "uuid 1.11.1", ] [[package]] @@ -2597,7 +2597,7 @@ dependencies = [ "serde_json", "url", "uuid 0.8.2", - "uuid 1.11.0", + "uuid 1.11.1", ] [[package]] @@ -3578,9 +3578,9 @@ checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" [[package]] name = "uuid" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 08ee427..74e058d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tracing = "0.1" tracing-opentelemetry = "0.28.0" tracing-slog = "0.3.0" tracing-subscriber = { version = "0.3.19", features = ["registry", "std", "fmt", "smallvec", "ansi", "tracing-log", "json", "env-filter"] } -uuid = "1.11.0" +uuid = "1.11.1" [dev-dependencies] async-trait = "0.1"