From 3f4420850afff531979b67b963dc9f0e4e676404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 05:45:58 +0000 Subject: [PATCH] Bump uuid from 1.1.1 to 1.1.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.1...1.1.2) --- 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 fe25f74d1..4c4aac84e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,9 +2506,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom 0.2.6", "serde", diff --git a/rust/sync-server/Cargo.toml b/rust/sync-server/Cargo.toml index 0b03e773e..3a4ee6b79 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.1", features = ["serde", "v4"] } +uuid = { version = "^1.1.2", 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 f54f41a5b..08ac41571 100644 --- a/rust/taskchampion/Cargo.toml +++ b/rust/taskchampion/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" edition = "2018" [dependencies] -uuid = { version = "^1.1.1", features = ["serde", "v4"] } +uuid = { version = "^1.1.2", features = ["serde", "v4"] } serde = { version = "^1.0.125", features = ["derive"] } serde_json = "^1.0" chrono = { version = "^0.4.10", features = ["serde"] }