Skip to content

Commit

Permalink
chore(deps): Bump keyring from 3.5.0 to 3.6.1
Browse files Browse the repository at this point in the history
Bumps [keyring](https://github.com/hwchen/keyring-rs) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/hwchen/keyring-rs/releases)
- [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md)
- [Commits](hwchen/keyring-rs@v3.5.0...v3.6.1)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 003dc32 commit 93405f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ human-errors = "0.1.3"
http = "0.2"
inventory = "0.3.15"
itertools = "0.13"
keyring = { version = "3.5.0", optional = true }
keyring = { version = "3.6.1", optional = true }
lazy_static = "1.5"
nix = { version = "0.29.0", features = ["process", "signal"] }
once_cell = "1.20"
Expand Down

0 comments on commit 93405f9

Please sign in to comment.