From 53505e9075291884720fcb51c7aab8939e8054a5 Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" Date: Fri, 21 Jul 2023 07:37:20 +0000 Subject: [PATCH] Update Rust crate uuid from `1.2.2` to `1.4.1` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14d25b3..b3f3210 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,9 +892,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" [[package]] name = "uuid" -version = "1.2.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 755b90d..b2deb3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ thiserror = "=1.0.38" bech32 = "=0.9.1" # TODO: Use this proptest = "=1.0.0" provwasm-mocks = "=1.1.2" -uuid = { version = "=1.2.2", features = ["v4"] } # TODO: Use this +uuid = { version = "=1.4.1", features = ["v4"] } # TODO: Use this