From 34676a04d0eda7c55b76d30d195fc01a4fe10061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:32:54 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.6.0 to 1.6.1 (#167) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9886adf..40ff986 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -765,7 +765,7 @@ dependencies = [ "serde", "simplelog", "strum_macros 0.25.3", - "uuid 1.6.0", + "uuid 1.6.1", ] [[package]] @@ -786,7 +786,7 @@ dependencies = [ "serde", "serde_json", "simplelog", - "uuid 1.6.0", + "uuid 1.6.1", ] [[package]] @@ -1036,9 +1036,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index ceaba92..9823795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,4 +28,4 @@ serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" simplelog = "0.12.1" strum_macros = "0.25.3" -uuid = { version = "1.6.0", features = ["serde", "v4"] } +uuid = { version = "1.6.1", features = ["serde", "v4"] }