From 66cf60b9c9d22bf0d033c9513552b0532dfdbfe7 Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" Date: Sat, 29 Apr 2023 16:11:30 +0000 Subject: [PATCH] Update Rust crate uuid from `1.2.2` to `1.3.2` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14d25b3..4b64f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,9 +892,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" [[package]] name = "uuid" -version = "1.2.2" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 755b90d..b2d76b5 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.3.2", features = ["v4"] } # TODO: Use this