Skip to content

Commit aebf0c6

Browse files
Build(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 054e5e7 commit aebf0c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hyper.workspace = true
2323
jsonwebtoken.workspace = true
2424
log.workspace = true
2525
parking_lot.workspace = true
26-
rand = "0.8.5"
26+
rand = "0.9.0"
2727
reqwest.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true

test_helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log.workspace = true
1717
once_cell.workspace = true
1818
parking_lot.workspace = true
1919
p256 = "0.13.2"
20-
rand = "0.8.5"
20+
rand = "0.9.0"
2121
serde.workspace = true
2222
serde_json.workspace = true
2323
serde_with.workspace = true

0 commit comments

Comments
 (0)