From 0eb20597dfcaa62e4741596d33859cb74a73f254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:02:08 +0000 Subject: [PATCH] build(deps): bump uuid from 1.3.4 to 1.4.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7974e08..b848caa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,9 +2339,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom", "rand", diff --git a/Cargo.toml b/Cargo.toml index dd2dc43..da7294a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ byte-unit = "4.0.18" serde_with = "3.0.0" log4rs = "1.2.0" async-std = { version = "1.10.0", features = ["attributes"] } -uuid = { version = "1.3.4", features = ["v4", "fast-rng"] } +uuid = { version = "1.4.0", features = ["v4", "fast-rng"] } async-trait = "0.1.68" cfg-if = "1.0.0" thiserror = "1.0"