Skip to content

Commit 2977465

Browse files
cargo(deps): bump rand from 0.9.1 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 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@rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fde73ef commit 2977465

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -14,7 +14,7 @@ keyring = "3.0.2"
1414
walkdir = "2.5.0"
1515
dirs = "6.0.0" # For finding home directory
1616
aes-gcm = "0.10.3" # For AES-GCM encryption
17-
rand = "0.9.1" # For generating nonces/IVs
17+
rand = "0.9.2" # For generating nonces/IVs
1818
hex = "0.4.3" # For encoding/decoding master key if needed for storage/debug
1919

2020
# TUI Libraries

0 commit comments

Comments
 (0)