diff --git a/Cargo.lock b/Cargo.lock index 14d25b3..78ab166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,9 +892,9 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" [[package]] name = "uuid" -version = "1.2.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 755b90d..78653f6 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.3", features = ["v4"] } # TODO: Use this