Skip to content

Commit

Permalink
build(deps): Bump clap from 4.4.1 to 4.4.2 (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 507bf35 commit 3aad6e7
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 @@ -39,7 +39,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 @@ -25,7 +25,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 }
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.3"
clap = { version = "4.4.1", features = ["cargo", "derive", "env"] }
clap = { version = "4.4.2", features = ["cargo", "derive", "env"] }
derivative = "2.2.0"
janus_collector.workspace = true
janus_core.workspace = true
Expand Down

0 comments on commit 3aad6e7

Please sign in to comment.