Skip to content

Commit 1ae2f04

Browse files
build(deps): bump rand from 0.8.5 to 0.10.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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@0.8.5...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93840a2 commit 1ae2f04

File tree

2 files changed

+30
-15
lines changed

2 files changed

+30
-15
lines changed

Cargo.lock

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

jwt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rstest = { version = "0.26", default-features = false }
3838
rstest_reuse = { version = "0.7", default-features = false }
3939
ed25519-dalek = { version = "2.2", default-features = false }
4040
web-time = { version = "1.1.0", default-features = false }
41-
rand = { version = "0.8", default-features = false }
41+
rand = { version = "0.10", default-features = false }
4242

4343
[target.'cfg(target_family = "wasm")'.dependencies.uuid]
4444
workspace = true

0 commit comments

Comments
 (0)