Skip to content

Commit

Permalink
Bump derive_more from 0.99.17 to 0.99.18 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 343a93f commit f7e84f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -7,7 +7,7 @@ edition = "2021"
async-trait = "0.1.80"
clap = { version = "4.5.4", features = ["derive"] }
colored = "2.0.4"
derive_more = "0.99.17"
derive_more = "0.99.18"
figlet-rs = "0.1.5"
futures = "0.3.30"
human_format = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
assert_cmd = "2.0.14"
async-trait = "0.1.80"
bytes = "1.6.0"
derive_more = "0.99.17"
derive_more = "0.99.18"
futures = "0.3.30"
humantime = "2.1.0"
iggy = { path = "../sdk", features = ["iggy-cli"] }
Expand Down

0 comments on commit f7e84f3

Please sign in to comment.