diff --git a/Cargo.lock b/Cargo.lock index 9cc9d77..f08ca53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2244,7 +2244,7 @@ dependencies = [ "oxilangtag", "oxiri", "oxsdatatypes", - "rand 0.8.5", + "rand 0.8.6", "thiserror 1.0.69", ] @@ -2364,7 +2364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -2499,7 +2499,7 @@ dependencies = [ "polars-arrow", "polars-error", "polars-utils", - "rand 0.8.5", + "rand 0.8.6", "ryu", "strength_reduce", "strum_macros", @@ -2528,7 +2528,7 @@ dependencies = [ "polars-row", "polars-schema", "polars-utils", - "rand 0.8.5", + "rand 0.8.6", "rand_distr", "rayon", "regex", @@ -2566,7 +2566,7 @@ dependencies = [ "polars-row", "polars-time", "polars-utils", - "rand 0.8.5", + "rand 0.8.6", "rayon", "recursive", ] @@ -2833,7 +2833,7 @@ dependencies = [ "polars-plan", "polars-time", "polars-utils", - "rand 0.8.5", + "rand 0.8.6", "regex", "serde", "sqlparser", @@ -2867,7 +2867,7 @@ dependencies = [ "polars-parquet", "polars-plan", "polars-utils", - "rand 0.8.5", + "rand 0.8.6", "rayon", "recursive", "slotmap", @@ -2912,7 +2912,7 @@ dependencies = [ "memmap2", "num-traits", "polars-error", - "rand 0.8.5", + "rand 0.8.6", "raw-cpuid", "rayon", "regex", @@ -3262,9 +3262,9 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -3327,7 +3327,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ "num-traits", - "rand 0.8.5", + "rand 0.8.6", ] [[package]] @@ -3897,7 +3897,7 @@ dependencies = [ "oxiri", "oxrdf", "peg", - "rand 0.8.5", + "rand 0.8.6", "thiserror 2.0.12", ] @@ -4323,7 +4323,7 @@ dependencies = [ "indexmap 1.9.3", "pin-project", "pin-project-lite", - "rand 0.8.5", + "rand 0.8.6", "slab", "tokio", "tokio-util",