Skip to content

Commit

Permalink
Bump clap from 4.5.16 to 4.5.17 (#1217)
Browse files Browse the repository at this point in the history
Bumps clap from 4.5.16 to 4.5.17.
  • Loading branch information
dependabot[bot] committed Sep 4, 2024
1 parent 63b18c2 commit f309928
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
async-trait = "0.1.82"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
colored = "2.0.4"
derive_more = "1.0.0"
figlet-rs = "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ login-session = ["dep:keyring"]
[dependencies]
ahash = { version = "0.8.11", features = ["serde"] }
anyhow = "1.0.86"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
clap_complete = "4.5.24"
figlet-rs = "0.1.5"
iggy = { path = "../sdk", features = ["iggy-cli"], version = "0.6.15" }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ path = "src/new-sdk/producer/main.rs"
ahash = { version = "0.8.11", features = ["serde"] }
anyhow = "1.0.86"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
futures-util = "0.3.30"
iggy = { path = "../sdk" }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ byte-unit = { version = "5.1.4", default-features = false, features = [
] }
bytes = "1.6.0"
chrono = { version = "0.4.38" }
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
comfy-table = { version = "7.1.1", optional = true }
crc32fast = "1.4.2"
dashmap = "6.0.1"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bcrypt = "0.15.1"
bincode = "1.3.3"
blake3 = "1.5.4"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
console-subscriber = { version = "0.4.0", optional = true }
dashmap = "6.0.1"
derive_more = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "src/data-seeder/main.rs"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
iggy = { path = "../sdk" }
rand = "0.8.5"
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit f309928

Please sign in to comment.