Skip to content

Commit f64dde0

Browse files
Bump rand from 0.7.3 to 0.9.3 in /tools/html-bench (#195)
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.7.3...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48aaa46 commit f64dde0

2 files changed

Lines changed: 84 additions & 48 deletions

File tree

tools/html-bench/Cargo.lock

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

tools/html-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2018"
88

99
[dependencies]
1010
structopt = "0.3.20"
11-
rand = { version = "0.7.3", features = ["small_rng"] }
11+
rand = { version = "0.9.3", features = ["small_rng"] }
1212
anyhow = "1.0.33"

0 commit comments

Comments
 (0)