From 16abe44ca10cb90a7b59e2251289570d4647bd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:01:38 -0400 Subject: [PATCH] build(deps): bump uuid from 1.8.0 to 1.10.0 (#304) * 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] * Update Cargo.toml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: morenol <22335041+morenol@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- examples/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ef043e..622f3e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1597,9 +1597,9 @@ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[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" [[package]] name = "valuable" diff --git a/Cargo.toml b/Cargo.toml index b606c44..6b0caf3 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.8.0" } +uuid = { version = "1.10.0" } fluvio-future = { version = "0.7.0", default-features = false } diff --git a/examples/Cargo.toml b/examples/Cargo.toml index f4ba18e..96bc1bc 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -29,7 +29,7 @@ members = [ serde = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.53" futures-lite = "2.0.0" -uuid = "1.8.0" +uuid = "1.10.0" tracing = "0.1.37" node-bindgen = { path = "..", default-features = false }