Skip to content

Commit

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

---
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 Oct 30, 2023
1 parent a077bb4 commit 29beac5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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 @@ -38,7 +38,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
base64.workspace = true
bytes = "1.5.0"
chrono.workspace = true
clap = { version = "4.4.6", features = ["derive", "env"] }
clap = { version = "4.4.7", features = ["derive", "env"] }
console-subscriber = { version = "0.2.0", optional = true }
deadpool = { version = "0.10.0", features = ["rt_tokio_1"] }
deadpool-postgres = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ testcontainer = ["test-util"]
anyhow.workspace = true
backoff = { version = "0.4", features = ["tokio"] }
base64.workspace = true
clap = "4.4.6"
clap = "4.4.7"
derivative.workspace = true
futures = { version = "0.3.28", 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.workspace = true
clap = { version = "4.4.6", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.7", features = ["cargo", "derive", "env"] }
derivative.workspace = true
fixed = { version = "1.24", optional = true }
janus_collector.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version.workspace = true

[dependencies]
anyhow.workspace = true
clap = { version = "4.4.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
tempfile = "3.8.0"

0 comments on commit 29beac5

Please sign in to comment.