Skip to content

Commit a12ce69

Browse files
Bump rand from 0.7.3 to 0.9.3 in /app/rust
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>
1 parent 7e6ffac commit a12ce69

2 files changed

Lines changed: 12 additions & 33 deletions

File tree

app/rust/Cargo.lock

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

app/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "rslib"
1010
crate-type = ["staticlib"]
1111

1212
[dependencies]
13-
rand={ version = "0.7.3", default-features = false}
13+
rand={ version = "0.9.3", default-features = false}
1414
merlin = {version = "2.0.0", default-features=false}
1515
zeroize = {version = "1.1.1", default-features=false}
1616

0 commit comments

Comments
 (0)