diff --git a/Cargo.lock b/Cargo.lock index 2f188ef34..9c43a05e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,6 +647,17 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" +[[package]] +name = "chacha20" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" +dependencies = [ + "cfg-if", + "cpufeatures 0.3.0", + "rand_core 0.10.1", +] + [[package]] name = "chrono" version = "0.4.45" @@ -755,6 +766,15 @@ dependencies = [ "libc", ] +[[package]] +name = "cpufeatures" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" +dependencies = [ + "libc", +] + [[package]] name = "crc32fast" version = "1.5.0" @@ -864,7 +884,7 @@ dependencies = [ "object_store", "parking_lot", "parquet", - "rand", + "rand 0.9.4", "regex", "sqlparser", "tempfile", @@ -983,7 +1003,7 @@ dependencies = [ "log", "object_store", "parquet", - "rand", + "rand 0.9.4", "tempfile", "tokio", "tokio-util", @@ -1068,7 +1088,7 @@ dependencies = [ "object_store", "parking_lot", "parquet", - "rand", + "rand 0.9.4", "tokio", ] @@ -1090,7 +1110,7 @@ dependencies = [ "log", "object_store", "parking_lot", - "rand", + "rand 0.9.4", "tempfile", "url", ] @@ -1146,7 +1166,7 @@ dependencies = [ "num", "once_cell", "paste", - "rand", + "rand 0.10.2", "smallvec 2.0.0-alpha.11", "tokio", "transpose", @@ -1228,7 +1248,7 @@ dependencies = [ "prost 0.14.4", "prost-reflect", "prost-types 0.14.3", - "rand", + "rand 0.10.2", "rdkafka", "smallvec 2.0.0-alpha.11", "sonic-rs", @@ -1257,7 +1277,7 @@ dependencies = [ "itertools 0.14.0", "log", "md-5", - "rand", + "rand 0.9.4", "regex", "sha2", "unicode-segmentation", @@ -1855,10 +1875,22 @@ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "libc", - "r-efi", + "r-efi 5.3.0", "wasi 0.14.2+wasi-0.2.4", ] +[[package]] +name = "getrandom" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" +dependencies = [ + "cfg-if", + "libc", + "r-efi 6.0.0", + "rand_core 0.10.1", +] + [[package]] name = "gimli" version = "0.31.1" @@ -3307,6 +3339,12 @@ version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" +[[package]] +name = "r-efi" +version = "6.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + [[package]] name = "radium" version = "0.7.0" @@ -3329,7 +3367,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha", - "rand_core", + "rand_core 0.9.3", +] + +[[package]] +name = "rand" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" +dependencies = [ + "chacha20", + "getrandom 0.4.3", + "rand_core 0.10.1", ] [[package]] @@ -3339,7 +3388,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.9.3", ] [[package]] @@ -3351,6 +3400,12 @@ dependencies = [ "getrandom 0.3.3", ] +[[package]] +name = "rand_core" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" + [[package]] name = "rdkafka" version = "0.36.2" @@ -3710,7 +3765,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "digest", ] @@ -3721,7 +3776,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", - "cpufeatures", + "cpufeatures 0.2.17", "digest", ] diff --git a/Cargo.toml b/Cargo.toml index dd52ef4bb..e866779a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ procfs = "0.18.0" prost = "0.14.4" prost-types = "0.14.3" prost-reflect = "0.16.4" -rand = "0.9.3" +rand = "0.10.2" smallvec = "2.0.0-alpha.11" sonic-rs = "0.5.8" tempfile = "3"