From f21ebaac6a9fa4d4085ba10bcfa7927ff1fc9bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:18:01 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.11.0 to 1.12.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.12.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...1.12.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tandem_http_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68a5a3d..c8fa3e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2706,9 +2706,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/tandem_http_server/Cargo.toml b/tandem_http_server/Cargo.toml index 0d6242c..735e611 100644 --- a/tandem_http_server/Cargo.toml +++ b/tandem_http_server/Cargo.toml @@ -22,7 +22,7 @@ rand = "0.8.3" rand_chacha = "0.3.1" bincode = "1.3" serde_json = "1.0" -uuid = { version = "1.6", features = ["serde", "v4"] } +uuid = { version = "1.12", features = ["serde", "v4"] } blake3 = "1.5" url = "2.5"