Skip to content

Commit

Permalink
chore(deps): update workspace dependencies (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
spetz authored Feb 14, 2025
1 parent 09bb7bd commit 49afa7b
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 102 deletions.
126 changes: 61 additions & 65 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 @@ -12,7 +12,7 @@ atomic-time = "0.1.5"
bytes = "1.10.0"
charming = "0.4.0"
chrono = "0.4.39"
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
figlet-rs = "0.1.5"
futures = "0.3.31"
hostname = "0.4.0"
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.95"
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
clap_complete = "4.5.44"
figlet-rs = "0.1.5"
iggy = { path = "../sdk", features = ["iggy-cli"], version = "0.6.90" }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ path = "src/new-sdk/producer/main.rs"
ahash = { version = "0.8.11", features = ["serde"] }
anyhow = "1.0.95"
bytes = "1.10.0"
clap = { version = "4.5.28", features = ["derive"] }
clap = { version = "4.5.29", features = ["derive"] }
futures-util = "0.3.31"
iggy = { path = "../sdk" }
rand = "0.9.0"
Expand Down
Loading

0 comments on commit 49afa7b

Please sign in to comment.