Skip to content

Commit daf1fc7

Browse files
chore: bump rand from 0.8.6 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.10.1. - [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.8.6...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34d2dce commit daf1fc7

2 files changed

Lines changed: 29 additions & 61 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tempfile = "3" # keeping tests hermetic
3030
regex = "1" # test assertions
3131
serde_json = "1" # json parsing
3232
ntest = "0.9" # test timeouts
33-
rand = "0.8" # tmp files for tests
33+
rand = "0.10" # tmp files for tests
3434
parking_lot = "0.12" # faster more featureful sync primitives
3535

3636
# rusty wrapper for unix apis

0 commit comments

Comments
 (0)