Skip to content

Commit 105c11f

Browse files
authored
Merge pull request #6 from openSVM/dependabot/cargo/rand-0.9.1
cargo(deps): bump rand from 0.8.5 to 0.9.1
2 parents 6f6c165 + b1fde6e commit 105c11f

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

Cargo.lock

Lines changed: 30 additions & 1 deletion
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.8.5" # For generating nonces/IVs
17+
rand = "0.9.1" # 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)