From f32636a32c283096a76a819fbf6e92875687a4df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:22:37 +0000 Subject: [PATCH] build(deps): bump uuid from 1.11.0 to 1.13.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.11.0 to 1.13.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.11.0...v1.13.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df2702d..e1b6a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4360,9 +4360,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" dependencies = [ "getrandom 0.3.1", "rand 0.9.0", diff --git a/Cargo.toml b/Cargo.toml index 947233a..3f1d9e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tower-http = "0.6.2" tracing = "0.1" tracing-subscriber = "0.3" trusted-dealer = { path = "trusted-dealer" } -uuid = "1.11.0" +uuid = "1.13.2" xeddsa = "1.0.2" zcash_address = "0.6.2" zcash_client_backend = "0.16.0"