Skip to content

Commit

Permalink
build(deps): Bump clap from 4.4.2 to 4.4.4
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]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 748512d commit ef0e46c
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 @@ -39,7 +39,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 @@ -25,7 +25,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 }
hex = { version = "0.4", optional = true }
lazy_static = { version = "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 @@ -11,7 +11,7 @@ version.workspace = true
[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"
janus_collector.workspace = true
janus_core.workspace = true
Expand Down

0 comments on commit ef0e46c

Please sign in to comment.