Skip to content

Commit cf645f9

Browse files
build(deps): Bump rand from 0.8.5 to 0.9.1
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8648d70 commit cf645f9

File tree

2 files changed

+86
-15
lines changed

2 files changed

+86
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ getrandom = { version = "0.2", features = ["wasm-bindgen"] }
1515
gloo-utils = { version = "0.2", features = ["serde"] }
1616
ironcore-search-helpers = "0.2"
1717
js-sys = "0.3"
18-
rand = "0.8"
18+
rand = "0.9"
1919
rand_chacha = "0.3"
2020
recrypt = { version = "0.14", features = ["wasm"], default-features = false }
2121
serde = "1"

0 commit comments

Comments
 (0)