Skip to content

Commit f08abbe

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

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

Cargo.lock

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

crates/stegano-seasmoke/Cargo.toml

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

1111
[dependencies]
1212
argon2 = "0.5"
13-
rand = "0.8"
13+
rand = "0.9"
1414
chacha20poly1305 = { version = "0.10" }
1515
zeroize = "1.8"
1616
thiserror.workspace = true

0 commit comments

Comments
 (0)