chore(deps): bump the rust-dependencies group across 1 directory with 2 updates - #38
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#38dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 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](rust-random/rand@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](dtolnay/thiserror@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] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-dependencies-aa7b5b2a20
branch
from
August 4, 2026 16:35
75bc1e2 to
6803ed1
Compare
3 tasks
Owner
|
Closing as superseded by #39. Root cause of this PR's CI failure was staleness, not a live defect: the branch ran CI against an older |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/cargo/rust-dependencies-aa7b5b2a20
branch
August 11, 2026 04:05
lavs9
added a commit
that referenced
this pull request
Aug 11, 2026
rand 0.10 splits the Rng trait: range/fill helper methods (random_range, random, etc.) move from Rng into a new RngExt trait. quantwave-backtest calls those helpers via tpe.rs and its test module in lib.rs, so the crate no longer compiles against 0.10 without importing RngExt. This bump and the RngExt import fix must land in a single commit: 0.9 does not have rand::RngExt, so a commit that adds the import before the bump does not compile, and a commit that bumps before the import does not compile either. Squashing avoids leaving a broken bisect point. Supersedes Dependabot PR #38, whose CI failure (E0599 on random_range/StdRng) was stale -- it ran against an older main that still pinned rand 0.8 and used gen_range, and never picked up this RngExt fix. The diff is exactly two lines, both `use rand::Rng` -> `use rand::RngExt`. Verified: cargo nextest run --workspace (1140 passed, 1 skipped, 0 failed). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
lavs9
added a commit
that referenced
this pull request
Aug 12, 2026
rand 0.10 splits the Rng trait: range/fill helper methods (random_range, random, etc.) move from Rng into a new RngExt trait. quantwave-backtest calls those helpers via tpe.rs and its test module in lib.rs, so the crate no longer compiles against 0.10 without importing RngExt. This bump and the RngExt import fix must land in a single commit: 0.9 does not have rand::RngExt, so a commit that adds the import before the bump does not compile, and a commit that bumps before the import does not compile either. Squashing avoids leaving a broken bisect point. Supersedes Dependabot PR #38, whose CI failure (E0599 on random_range/StdRng) was stale -- it ran against an older main that still pinned rand 0.8 and used gen_range, and never picked up this RngExt fix. The diff is exactly two lines, both `use rand::Rng` -> `use rand::RngExt`. Verified: cargo nextest run --workspace (1140 passed, 1 skipped, 0 failed). Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-dependencies group with 2 updates in the / directory: rand and thiserror.
Updates
randfrom 0.9.4 to 0.10.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
1540ea3Prepare rand 0.10.2 (#1800)a29964aBump chacha20 from 0.10.0 to 0.10.1 in the all-deps group (#1801)ced9491Tweak docs for RngExt::random_range and SampleRange (#1798)db14664Check UniformChar validity on deser (#1790)bea8620Bump the all-deps group with 2 updates (#1796)4f44932Bump actions/cache from 5 to 6 (#1795)b999a13Bump actions/checkout from 6 to 7 (#1794)aeab810Avoid unsafe where safety depends on non-local values (#1791)1896d7cAdd typos CI job (#1789)43eddeeBump the all-deps group with 2 updates (#1788)Updates
thiserrorfrom 2.0.18 to 2.0.19Release notes
Sourced from thiserror's releases.
Commits
e13a785Release 2.0.190a0e76cUpdate to syn 3ec42ea7Update actions/upload-artifact@v6 -> v74178c4aUpdate actions/checkout@v6 -> v77214e0eIgnore items_after_statements pedantic clippy lint in testfebcc03Merge pull request #451 from vip892766gma/maint/20260521171412c50e387chore: improve thiserror maintenance pathd4a2507Raise minimum tested compiler to rust 1.8599e8a6cUnpin CI miri toolchain9ac165cPin CI miri to nightly-2026-02-11