Skip to content

Commit 1caa088

Browse files
Bump rand from 0.8.6 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ccbfb4 commit 1caa088

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

crates/chidori/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subtle = "2"
7070
hmac = "0.12"
7171
base64 = "0.22"
7272
hex = "0.4"
73-
rand = "0.8"
73+
rand = "0.9"
7474

7575
# Pure-Rust JS engine + deterministic-replay durable runtime. The only JS engine.
7676
chidori-js = { path = "../chidori-js", version = "0.3.2" }

0 commit comments

Comments
 (0)