From 82f3f525eb18e8ab506986fc5223bf86905065a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:46:31 +0000 Subject: [PATCH] build(deps): bump uuid from 1.4.1 to 1.8.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.4.1...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nj-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ea9ee52..2ee49ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1568,9 +1568,9 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "uuid" -version = "1.4.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" [[package]] name = "valuable" diff --git a/nj-core/Cargo.toml b/nj-core/Cargo.toml index 2a68274b..ee4958ba 100644 --- a/nj-core/Cargo.toml +++ b/nj-core/Cargo.toml @@ -27,4 +27,4 @@ fluvio-future = { version = "0.6.0", default-features=false, features=["task","s pin-utils = "0.1.0" num-bigint = "0.4.0" serde_json = { version = "1.0", optional = true } -uuid = { version = "1.4.1", optional = true } \ No newline at end of file +uuid = { version = "1.8.0", optional = true } \ No newline at end of file