Skip to content

Commit a770800

Browse files
authored
Merge pull request #3 from openSVM/dependabot/cargo/dirs-6.0.0
cargo(deps): bump dirs from 5.0.1 to 6.0.0
2 parents a018770 + d201b28 commit a770800

File tree

2 files changed

+15
-35
lines changed

2 files changed

+15
-35
lines changed

Cargo.lock

Lines changed: 14 additions & 34 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
@@ -12,7 +12,7 @@ serde_json = "1.0"
1212
solana-sdk = "2.0.1"
1313
keyring = "3.0.2"
1414
walkdir = "2.5.0"
15-
dirs = "5.0.1" # For finding home directory
15+
dirs = "6.0.0" # For finding home directory
1616
aes-gcm = "0.10.3" # For AES-GCM encryption
1717
rand = "0.8.5" # For generating nonces/IVs
1818
hex = "0.4.3" # For encoding/decoding master key if needed for storage/debug

0 commit comments

Comments
 (0)