diff --git a/platform/Cargo.lock b/platform/Cargo.lock index 2c13465..b390701 100644 --- a/platform/Cargo.lock +++ b/platform/Cargo.lock @@ -3594,7 +3594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.2", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2", @@ -4026,9 +4026,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[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/platform/Cargo.toml b/platform/Cargo.toml index b493438..6872084 100644 --- a/platform/Cargo.toml +++ b/platform/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha1 = "0.10" thiserror = "2.0" -uuid = { version = "1.8", features = ["v4", "fast-rng"] } +uuid = { version = "1.23", features = ["v4", "fast-rng"] } walkdir = "2.5" tempfile = "3.26" toml = "1.0"