From ce6626459c8f6aee6bb5ddc29b428678f7f41dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 08:31:00 +0000 Subject: [PATCH] Bump uuid from 1.1.0 to 1.1.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/sync-server/Cargo.toml | 2 +- rust/taskchampion/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e015776f9..95e282912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,9 +2506,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365" +checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" dependencies = [ "getrandom 0.2.6", "serde", diff --git a/rust/sync-server/Cargo.toml b/rust/sync-server/Cargo.toml index 33c9d344e..0b03e773e 100644 --- a/rust/sync-server/Cargo.toml +++ b/rust/sync-server/Cargo.toml @@ -8,7 +8,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -uuid = { version = "^1.1.0", features = ["serde", "v4"] } +uuid = { version = "^1.1.1", features = ["serde", "v4"] } actix-web = "^3.3.2" anyhow = "1.0" thiserror = "1.0" diff --git a/rust/taskchampion/Cargo.toml b/rust/taskchampion/Cargo.toml index b0cd9c81b..f54f41a5b 100644 --- a/rust/taskchampion/Cargo.toml +++ b/rust/taskchampion/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" edition = "2018" [dependencies] -uuid = { version = "^1.1.0", features = ["serde", "v4"] } +uuid = { version = "^1.1.1", features = ["serde", "v4"] } serde = { version = "^1.0.125", features = ["derive"] } serde_json = "^1.0" chrono = { version = "^0.4.10", features = ["serde"] }