Skip to content

Commit

Permalink
chore(deps): bump keyring from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [keyring](https://github.com/hwchen/keyring-rs) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/hwchen/keyring-rs/releases)
- [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md)
- [Commits](hwchen/keyring-rs@v2.1.0...v2.2.0)

---
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 Dec 26, 2023
1 parent 0fad3ec commit 18f8e94
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 @@ -19,7 +19,7 @@ human-errors = "0.1.3"
http = "0.2"
inventory = "0.3.14"
itertools = "0.12"
keyring = { version = "2.1", optional = true }
keyring = { version = "2.2", optional = true }
lazy_static = "1.4"
nix = { version = "0.27.1", features = ["process", "signal"] }
opentelemetry = { version = "0.21" }
Expand Down

0 comments on commit 18f8e94

Please sign in to comment.