Skip to content

Commit

Permalink
bump anyhow and thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
marcograss committed Jan 2, 2024
1 parent d7cd088 commit f34152e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ harness = false
name = "pz_benchmark"

[dependencies]
anyhow = {version = "1.0.77", optional = true}
anyhow = {version = "1.0.78", optional = true}
bytesize = "1.3.0"
clap = {version = "4.4.12", optional = true}
conv = "0.3.3"
Expand All @@ -42,14 +42,14 @@ env_logger = {version = "0.10.1", optional = true}
indicatif = {version = "0.17.7", optional = true}
log = "0.4.20"
num-traits = "0.2.17"
thiserror = "1.0.52"
thiserror = "1.0.53"
url = "2.5.0"
zip = {version = "0.6.6", default-features = false, features = ["bzip2", "deflate", "zstd"] }

[dev-dependencies]
actix-files = "0.6.2"
actix-web = {version = "4.4.1", default-features = false, features = []}
anyhow = "1.0.77"
anyhow = "1.0.78"
assert_cmd = "2.0.12"
criterion = "0.5.1"
predicates = "3.0.4"
Expand Down

0 comments on commit f34152e

Please sign in to comment.