From 9ca4d9ccd4c2e1c444957ef28a2e56a87d4f27ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 18:31:24 +0000 Subject: [PATCH] Bump uuid from 0.8.2 to 1.1.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.1.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.1.1) --- 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 7657850..7d68e31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -533,9 +533,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "uuid" -version = "0.8.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 7d30b7d..c2ffcfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_yaml = "0.8" structopt = "0.3" -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.1", features = ["v4"] } yaml-rust = "0.4.4" simplelog = "0.11" nix = "0.23"