From 625a5f6fc80a8440082fe6c9b1583717d0d355d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:04:39 +0000 Subject: [PATCH] Bump uuid from 1.3.2 to 1.3.4 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.2...1.3.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 570b15d..221b1cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1441,9 +1441,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.3.2" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" +checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" dependencies = [ "getrandom", "rand", @@ -1453,9 +1453,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.3.2" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d884370cccfad1f913e67c7362f9c00357844bc9f3cfce86faa2241cabd166" +checksum = "7da8500be15217da76379f13cfb1a9e351ccc2b0959c7bc8ea64ac4302ba4de4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 190afa5..c20266a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ vergen = { version = "8.0.0", features = ["build", "cargo", "git", "gitcl", "rus serde = { version = "1.0", features = ["derive"] } tokio = { version = "1", features = ["full"] } warp = "0.3" -uuid = { version = "1.3.0", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } +uuid = { version = "1.3.4", features = ["v4", "fast-rng", "macro-diagnostics", "serde"] } chrono = { version = "0.4.24", features = ["serde"] } base64 = "0.21.0" git2 = "0.16.1"