From 8df9b176224e52e2bb121d4da284e23f91b31c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:14:48 +0000 Subject: [PATCH] build(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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32fa787..3fe23b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "nj-derive" -version = "3.4.2" +version = "3.4.3" dependencies = [ "Inflector", "fluvio-future", @@ -1606,9 +1606,9 @@ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[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" [[package]] name = "valuable" diff --git a/Cargo.toml b/Cargo.toml index c27fb24..2b0bd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1", default-features = false } structopt = { version = "0.3.18", default-features = false } toml = "0.8.0" tracing = "0.1.37" -uuid = { version = "1.10.0" } +uuid = { version = "1.11.1" } fluvio-future = { version = "0.7.0", default-features = false }