Skip to content

Commit

Permalink
build(deps): Bump clap from 4.4.14 to 4.4.17 (#2494)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.14 to 4.4.17.
- [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.14...v4.4.17)

---
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 Jan 15, 2024
1 parent 7cbb586 commit 38f0346
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.7"
bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.14", features = ["derive", "env"] }
clap = { version = "4.4.17", features = ["derive", "env"] }
console-subscriber = { version = "0.2.0", optional = true }
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.12.1"
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.7"
clap = "4.4.14"
clap = "4.4.17"
derivative.workspace = true
futures = { version = "0.3.30", optional = true }
fixed = { version = "1.24", 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.7"
clap = { version = "4.4.14", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.17", features = ["cargo", "derive", "env"] }
derivative.workspace = true
fixed = { version = "1.24", optional = true }
janus_collector.workspace = true
Expand Down

0 comments on commit 38f0346

Please sign in to comment.