From fbb019b24f259bc10ff1742fbb865219e140664d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 17:03:13 +0000 Subject: [PATCH] Bump uuid from 0.8.2 to 1.1.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... 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 9ccce28..3de021a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" [[package]] name = "uuid" -version = "0.8.2" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 546cb80..8c7613c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ log = "*" serde = "*" serde_derive = "*" toml = "0.5" -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.1", features = ["v4"] }