Skip to content

Commit

Permalink
bump clap, env_logger, assert_cmd, predicates and tokio
Browse files Browse the repository at this point in the history
marcograss committed Jul 30, 2024
1 parent b771eec commit cbc645f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -36,10 +36,10 @@ name = "pz_benchmark"
[dependencies]
anyhow = {version = "1.0.86", optional = true}
bytesize = "1.3.0"
clap = {version = "4.5.10", features = ["derive"], optional = true}
clap = {version = "4.5.11", features = ["derive"], optional = true}
conv = "0.3.3"
curl = {version = "0.4.46", default-features = false}
env_logger = {version = "0.11.4", optional = true}
env_logger = {version = "0.11.5", optional = true}
indicatif = {version = "0.17.8", optional = true}
log = "0.4.22"
num-traits = "0.2.19"
@@ -51,8 +51,8 @@ zip = {version = "2.1.5", default-features = false, features = ["bzip2", "deflat
actix-files = "0.6.6"
actix-web = {version = "4.8.0", default-features = false, features = []}
anyhow = "1.0.86"
assert_cmd = "2.0.14"
assert_cmd = "2.0.15"
criterion = "0.5.1"
predicates = "3.1.0"
predicates = "3.1.2"
tempfile = "3.10.1"
tokio = {version = "1.39.1", features = ["macros", "rt-multi-thread"]}
tokio = {version = "1.39.2", features = ["macros", "rt-multi-thread"]}

0 comments on commit cbc645f

Please sign in to comment.