From 99dd74bef70af3dfb62badf56fbc4701d482c20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 00:58:05 +0000 Subject: [PATCH] Bump uuid from 0.8.2 to 1.1.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.1.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... 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 a0f73f09f..2235dca12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2523,9 +2523,9 @@ dependencies = [ [[package]] name = "uuid" -version = "0.8.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "93bbc61e655a4833cf400d0d15bf3649313422fa7572886ad6dab16d79886365" dependencies = [ "getrandom 0.2.3", "serde", diff --git a/rust/sync-server/Cargo.toml b/rust/sync-server/Cargo.toml index 76676f7a5..50a228eaa 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 = "^0.8.2", features = ["serde", "v4"] } +uuid = { version = "^1.1.0", 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 9ae798b13..2b45a22db 100644 --- a/rust/taskchampion/Cargo.toml +++ b/rust/taskchampion/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" edition = "2018" [dependencies] -uuid = { version = "^0.8.2", features = ["serde", "v4"] } +uuid = { version = "^1.1.0", features = ["serde", "v4"] } serde = { version = "^1.0.125", features = ["derive"] } serde_json = "^1.0" chrono = { version = "^0.4.10", features = ["serde"] }