Skip to content

Commit 76e2598

Browse files
authored
Merge pull request #11 from openSVM/dependabot/cargo/rand-0.9.2
cargo(deps): bump rand from 0.9.1 to 0.9.2
2 parents 3be4815 + 2977465 commit 76e2598

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)