diff --git a/Cargo.lock b/Cargo.lock index 3afa7214b..26b6ad698 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1491,7 +1491,7 @@ dependencies = [ "memmap2 0.9.10", "num-traits", "num_cpus", - "rand 0.9.4", + "rand 0.9.5", "rand_distr 0.5.1", "rayon", "safetensors", @@ -1527,7 +1527,7 @@ dependencies = [ "candle-nn", "fancy-regex", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "rayon", "serde", "serde_json", @@ -2326,7 +2326,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "rand 0.9.4", + "rand 0.9.5", "regex", "sqlparser 0.61.0", "tempfile", @@ -2441,7 +2441,7 @@ dependencies = [ "itertools 0.14.0", "log", "object_store", - "rand 0.9.4", + "rand 0.9.5", "tokio", "url", ] @@ -2541,7 +2541,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "rand 0.9.4", + "rand 0.9.5", "tempfile", "url", ] @@ -2606,7 +2606,7 @@ dependencies = [ "md-5 0.10.6", "memchr", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "regex", "sha2 0.10.9", "unicode-segmentation", @@ -3384,7 +3384,7 @@ checksum = "719a903cc23e4a89e87962c2a80fdb45cdaad0983a89bd150bb57b4c8571a7d5" dependencies = [ "half", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "rand_distr 0.5.1", ] @@ -3433,7 +3433,7 @@ version = "9.0.0-beta.19" source = "git+https://github.com/lance-format/lance.git?tag=v9.0.0-beta.19#8f0e6d3a7c53438275b134c0ac1afbc80600616e" dependencies = [ "arrow-array", - "rand 0.9.4", + "rand 0.9.5", ] [[package]] @@ -3797,7 +3797,7 @@ dependencies = [ "hostname", "prost", "prost-types", - "rand 0.9.4", + "rand 0.9.5", "reqwest 0.12.28", "serde", "thiserror 2.0.18", @@ -3868,7 +3868,7 @@ dependencies = [ "cfg-if 1.0.4", "crunchy", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "rand_distr 0.5.1", "zerocopy", ] @@ -3961,7 +3961,7 @@ dependencies = [ "libc", "log", "num_cpus", - "rand 0.9.4", + "rand 0.9.5", "reqwest 0.12.28", "serde", "serde_json", @@ -4728,7 +4728,7 @@ dependencies = [ "nom 8.0.0", "num-traits", "ordered-float 5.3.0", - "rand 0.9.4", + "rand 0.9.5", "serde", "serde_json", "zmij", @@ -4837,7 +4837,7 @@ dependencies = [ "prost", "prost-build", "prost-types", - "rand 0.9.4", + "rand 0.9.5", "rayon", "roaring", "rustc-hash", @@ -4872,7 +4872,7 @@ dependencies = [ "half", "jsonb", "num-traits", - "rand 0.9.4", + "rand 0.9.5", ] [[package]] @@ -4936,7 +4936,7 @@ dependencies = [ "object_store", "pin-project", "prost", - "rand 0.9.4", + "rand 0.9.5", "roaring", "serde_json", "snafu 0.9.0", @@ -4993,7 +4993,7 @@ dependencies = [ "futures", "half", "hex", - "rand 0.9.4", + "rand 0.9.5", "rand_distr 0.5.1", "rand_xoshiro", ] @@ -5036,7 +5036,7 @@ dependencies = [ "num-traits", "prost", "prost-build", - "rand 0.9.4", + "rand 0.9.5", "strum 0.26.3", "tokio", "tracing", @@ -5126,7 +5126,7 @@ dependencies = [ "prost", "prost-build", "prost-types", - "rand 0.9.4", + "rand 0.9.5", "rand_distr 0.5.1", "rangemap", "rayon", @@ -5176,7 +5176,7 @@ dependencies = [ "path_abs", "pin-project", "prost", - "rand 0.9.4", + "rand 0.9.5", "serde", "tempfile", "tokio", @@ -5197,7 +5197,7 @@ dependencies = [ "lance-arrow", "lance-core", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "rayon", ] @@ -5241,7 +5241,7 @@ dependencies = [ "log", "object_store", "quick-xml 0.40.1", - "rand 0.9.4", + "rand 0.9.5", "reqwest 0.12.28", "roaring", "serde", @@ -5312,7 +5312,7 @@ dependencies = [ "prost", "prost-build", "prost-types", - "rand 0.9.4", + "rand 0.9.5", "rangemap", "roaring", "semver", @@ -5336,7 +5336,7 @@ dependencies = [ "lance-arrow", "num-traits", "pprof 0.15.0", - "rand 0.9.4", + "rand 0.9.5", ] [[package]] @@ -5420,7 +5420,7 @@ dependencies = [ "polars", "polars-arrow", "pprof 0.14.1", - "rand 0.9.4", + "rand 0.9.5", "random_word", "regex", "reqwest 0.12.28", @@ -5895,7 +5895,7 @@ dependencies = [ "ordered-float 4.6.0", "quanta", "radix_trie", - "rand 0.9.4", + "rand 0.9.5", "rand_xoshiro", "sketches-ddsketch", ] @@ -7809,7 +7809,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.4", + "rand 0.9.5", "ring", "rustc-hash", "rustls 0.23.40", @@ -7894,9 +7894,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" +checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -7974,7 +7974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.4", + "rand 0.9.5", ] [[package]] @@ -10215,7 +10215,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" dependencies = [ - "rand 0.9.4", + "rand 0.9.5", ] [[package]]