Skip to content

Commit

Permalink
build(deps): Bump clap from 4.3.23 to 4.4.1
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.23 to 4.4.1.
- [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.3.23...v4.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 8269ffc commit 058ebf6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 13 deletions.
44 changes: 34 additions & 10 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.3"
bytes = "1.4.0"
chrono.workspace = true
clap = { version = "4.3.23", features = ["derive", "env"] }
clap = { version = "4.4.1", 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.3"
clap = "4.3.23"
clap = "4.4.1"
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.3"
clap = { version = "4.3.23", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.1", features = ["cargo", "derive", "env"] }
derivative = "2.2.0"
fixed = { version = "1.23", optional = true }
janus_collector.workspace = true
Expand Down

0 comments on commit 058ebf6

Please sign in to comment.