Skip to content

Commit

Permalink
build(deps): Bump clap from 4.4.2 to 4.4.4 (#1949)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.4.
- [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.4.2...v4.4.4)

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

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 Sep 20, 2023
1 parent 396547f commit 9e26052
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
base64 = "0.21.4"
bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.2", features = ["derive", "env"] }
clap = { version = "4.4.4", features = ["derive", "env"] }
console-subscriber = { version = "0.1.10", optional = true }
deadpool = { version = "0.9.5", features = ["rt_tokio_1"] }
deadpool-postgres = "0.10.5"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ testcontainer = [
anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64 = "0.21.4"
clap = "4.4.2"
clap = "4.4.4"
futures = { version = "0.3.28", optional = true }
fixed = { version = "1.23", optional = true }
fixed-macro = { version = "1.1.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fpvec_bounded_l2 = ["dep:fixed", "janus_collector/fpvec_bounded_l2", "prio/exper
[dependencies]
anyhow = "1"
base64 = "0.21.4"
clap = { version = "4.4.2", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.4", features = ["cargo", "derive", "env"] }
derivative = "2.2.0"
fixed = { version = "1.23", optional = true }
janus_collector.workspace = true
Expand Down

0 comments on commit 9e26052

Please sign in to comment.