Skip to content

Commit d201b28

Browse files
cargo(deps): bump dirs from 5.0.1 to 6.0.0
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9b1c26 commit d201b28

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)