Skip to content

Commit

Permalink
Bump keyring from 2.3.2 to 2.3.3 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent f21318a commit b271d8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.2"
figlet-rs = "0.1.5"
iggy = { path = "../sdk", features = ["iggy-cli"] }
keyring = "2.3.2"
keyring = "2.3.3"
passterm = "2.0.1"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ derive_more = "0.99.17"
futures = "0.3.30"
humantime = "2.1.0"
iggy = { path = "../sdk", features = ["iggy-cli"] }
keyring = "2.3.2"
keyring = "2.3.3"
libc = "0.2.154"
predicates = "3.1.0"
regex = "1.10.4"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dirs = "5.0.1"
fast-async-mutex = { version = "0.6.7", optional = true }
flume = "0.11.0"
humantime = "2.1.0"
keyring = { version = "2.3.2", optional = true }
keyring = { version = "2.3.3", optional = true }
lazy_static = "1.4.0"
openssl = { version = "0.10.64", features = ["vendored"] }
passterm = { version = "2.0.1", optional = true }
Expand Down

0 comments on commit b271d8f

Please sign in to comment.