diff --git a/Cargo.lock b/Cargo.lock index cbd8f9091..6ba512d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ dependencies = [ "path-ext", "pdf-extract", "pulldown-cmark", - "rand 0.9.2", + "rand 0.9.3", "rayon", "readability", "serde", @@ -94,7 +94,7 @@ dependencies = [ "objc2-foundation", "ogg", "opus-codec", - "rand 0.9.2", + "rand 0.9.3", "rubato", "screencapturekit", "symphonia", @@ -204,7 +204,7 @@ dependencies = [ "napi", "napi-build", "napi-derive", - "rand 0.9.2", + "rand 0.9.3", "rayon", "serde", "serde_json", @@ -3431,7 +3431,7 @@ dependencies = [ "md-5", "nom 8.0.0", "nom_locate", - "rand 0.9.2", + "rand 0.9.3", "rangemap", "sha2", "stringprep", @@ -4572,7 +4572,7 @@ dependencies = [ "bit-vec 0.8.0", "bitflags 2.11.0", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -4698,9 +4698,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -4751,7 +4751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -8146,7 +8146,7 @@ dependencies = [ "path-ext", "proptest", "proptest-derive", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "rand_distr", "serde", @@ -8168,7 +8168,7 @@ dependencies = [ "phf 0.11.3", "proptest", "proptest-derive", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "regex", "y-octo", diff --git a/packages/common/y-octo/utils/fuzz/Cargo.lock b/packages/common/y-octo/utils/fuzz/Cargo.lock index 70f063667..971c1c015 100644 --- a/packages/common/y-octo/utils/fuzz/Cargo.lock +++ b/packages/common/y-octo/utils/fuzz/Cargo.lock @@ -622,9 +622,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -675,7 +675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.1", + "rand 0.9.3", ] [[package]] @@ -1177,7 +1177,7 @@ dependencies = [ "nanoid", "nom", "ordered-float", - "rand 0.9.1", + "rand 0.9.3", "rand_chacha 0.9.0", "rand_distr", "serde", @@ -1192,7 +1192,7 @@ version = "0.0.0" dependencies = [ "lib0", "libfuzzer-sys", - "rand 0.9.1", + "rand 0.9.3", "rand_chacha 0.9.0", "y-octo", "y-octo-utils", @@ -1207,7 +1207,7 @@ dependencies = [ "clap", "lib0", "phf", - "rand 0.9.1", + "rand 0.9.3", "rand_chacha 0.9.0", "y-octo", "yrs",