Skip to content

Commit 5bf4958

Browse files
Bump the dependencies group across 1 directory with 2 updates
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) and [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `criterion` to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.0...criterion-v0.8.2) Updates `rand` to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production dependency-group: dependencies - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9218be commit 5bf4958

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ thiserror = "2"
1717
tracing = "0.1.37"
1818

1919
[dev-dependencies]
20-
criterion = "0.5"
20+
criterion = "0.8"
2121
futures = "0.3"
2222
proptest = "1"
23-
rand = "0.9"
23+
rand = "0.10"
2424
tempfile = "3"
2525

2626
[[bench]]

0 commit comments

Comments
 (0)