From 66c3a50e467a7513c1b289132f3c98e606511e77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:13:13 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.8.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4db7b31..0f4d6e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5640,9 +5640,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.5.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4522f143..2fb7f058 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ blockchain_api = { git = "https://github.com/WalletConnect/WalletConnectRust.git x25519-dalek = { version = "2.0.1", features = ["static_secrets"] } hkdf = "0.12.4" sha2 = "0.10.8" -uuid = { version = "1.3.1", features = ["serde", "v4"] } +uuid = { version = "1.8.0", features = ["serde", "v4"] } reqwest = { version = "0.12.3", features = ["json"] } pnet_datalink = "0.34.0"