Skip to content

Commit

Permalink
build(deps): Bump clap from 4.4.1 to 4.4.2 (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 2898eb5 commit e40c5e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
14 changes: 6 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 @@ -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.4.1", features = ["derive", "env"] }
clap = { version = "4.4.2", 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.4.1"
clap = "4.4.2"
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.4.1", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.2", features = ["cargo", "derive", "env"] }
derivative = "2.2.0"
fixed = { version = "1.23", optional = true }
janus_collector.workspace = true
Expand Down

0 comments on commit e40c5e0

Please sign in to comment.