diff --git a/Cargo.lock b/Cargo.lock index 91dc2ec16b25..273a3d5f39fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1949,7 +1949,7 @@ version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1" dependencies = [ - "hashbrown 0.15.5", + "hashbrown 0.16.1", "indexmap", "libc", "num-bigint", @@ -3108,9 +3108,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index d50eda9d58e1..7d63aaf3dc78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rand = "0.9" rand_pcg = "0.9" rand_distr = "0.5" num-traits = "0.2" -uuid = { version = "1.22", features = ["v4", "fast-rng"], default-features = false } +uuid = { version = "1.23", features = ["v4", "fast-rng"], default-features = false } anyhow = "1.0" binrw = "0.15" cbindgen = "0.29.2"