From 6803ed19d692dd83a667df219f6fc3c5fd2c1184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 16:35:02 +0000 Subject: [PATCH] chore(deps): bump the rust-dependencies group across 1 directory with 2 updates Bumps the rust-dependencies group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [thiserror](https://github.com/dtolnay/thiserror). Updates `rand` from 0.9.4 to 0.10.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.4...0.10.2) Updates `thiserror` from 2.0.18 to 2.0.19 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 37 +++++++++++++++++++------------------ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4cc8ac2a..5d79919ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -708,6 +708,7 @@ dependencies = [ "cfg-if", "libc", "r-efi 6.0.0", + "rand_core 0.10.1", "wasip2", "wasip3", ] @@ -1374,7 +1375,7 @@ dependencies = [ "rayon", "regex", "strum_macros", - "thiserror 2.0.18", + "thiserror 2.0.19", "version_check", "xxhash-rust", ] @@ -1388,7 +1389,7 @@ dependencies = [ "polars-arrow-format", "regex", "simdutf8", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -1811,7 +1812,7 @@ dependencies = [ "bit-vec", "bitflags", "num-traits", - "rand 0.9.4", + "rand 0.9.5", "rand_chacha 0.9.0", "rand_xorshift", "regex-syntax", @@ -1946,10 +1947,10 @@ dependencies = [ "polars", "proptest", "quantwave-core", - "rand 0.9.4", + "rand 0.10.2", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -1962,13 +1963,13 @@ dependencies = [ "log", "nalgebra", "proptest", - "rand 0.9.4", + "rand 0.10.2", "rustfft", "serde", "serde_json", "statrs", "talib-rs", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -1980,7 +1981,7 @@ dependencies = [ "quantwave-backtest", "quantwave-core", "serde", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2057,9 +2058,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", @@ -2477,7 +2478,7 @@ dependencies = [ "nalgebra", "num-traits", "rand 0.10.2", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2556,7 +2557,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fff6c917a76ee22689650fa00810fbe60e0c9a260c2d9f103fba28a3e0700745" dependencies = [ "num-traits", - "thiserror 2.0.18", + "thiserror 2.0.19", "wide 0.7.33", ] @@ -2590,11 +2591,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.19", ] [[package]] @@ -2610,13 +2611,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.117", + "syn 3.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ce91efdb5..9b6164025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ proptest = "1.0" approx = "0.5" serde = { version = "1.0", features = ["derive"] } rustfft = "6" -rand = "0.9" +rand = "0.10" serde_json = "1.0" criterion = { version = "0.8", features = ["html_reports"] } log = "0.4"