Skip to content

Commit

Permalink
build(deps): bump clap from 4.0.12 to 4.0.15 (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent c8ba4b5 commit 0f4e33b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ testcontainer = [
anyhow = "1"
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.13.0"
clap = "4.0.12"
clap = "4.0.15"
futures = { version = "0.3.24", optional = true }
hex = { version = "0.4", optional = true }
lazy_static = { version = "1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion janus_collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1"
assert_matches = "1"
base64 = "0.13.0"
chrono = "0.4"
clap = { version = "4.0.12", features = ["derive", "env"] }
clap = { version = "4.0.15", features = ["derive", "env"] }
janus_core = { path = "../janus_core", features = ["test-util"] }
mockito = "0.31.0"
rand = "0.8"
Expand Down

0 comments on commit 0f4e33b

Please sign in to comment.