Skip to content

Commit 1e79dbd

Browse files
cargo(deps): bump keyring from 3.6.2 to 3.6.3
Bumps [keyring](https://github.com/hwchen/keyring-rs) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/open-source-cooperative/keyring-rs/blob/main/CHANGELOG.md) - [Commits](open-source-cooperative/keyring-rs@v3.6.2...v3.6.3) --- updated-dependencies: - dependency-name: keyring dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 475ec1a commit 1e79dbd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -10,7 +10,7 @@ rayon = "1.11.0"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
solana-sdk = "3.0.0"
13-
keyring = "3.0.2"
13+
keyring = "3.6.3"
1414
walkdir = "2.5.0"
1515
dirs = "6.0.0" # For finding home directory
1616
aes-gcm = "0.10.3" # For AES-GCM encryption

0 commit comments

Comments
 (0)