Skip to content

Commit

Permalink
build(deps): bump clap from 4.0.22 to 4.0.24 (#748)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.24.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.0.22...v4.0.24)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2022
1 parent ffe4f04 commit 9343429
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.1"
clap = "4.0.22"
clap = "4.0.24"
futures = { version = "0.3.25", 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.1"
chrono = "0.4"
clap = { version = "4.0.22", features = ["derive", "env"] }
clap = { version = "4.0.24", features = ["derive", "env"] }
janus_core = { path = "../janus_core", features = ["test-util"] }
mockito = "0.31.0"
rand = "0.8"
Expand Down

0 comments on commit 9343429

Please sign in to comment.