diff --git a/Cargo.lock b/Cargo.lock index 88d3ecf..21e91d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ dependencies = [ "num-traits 0.2.19", "openal", "parking_lot", - "rand 0.9.0", + "rand 0.9.3", "servo-glutin", ] @@ -1222,13 +1222,12 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.0", - "zerocopy 0.8.14", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a5108f6..dc49b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ bitflags = "2.5.0" parking_lot = "0.12.1" crossbeam-channel = "0.5.12" ahash = "0.8.11" -rand = "0.9.0" +rand = "0.9.3" include_dir = "0.7.3" # rendering