Skip to content

Commit

Permalink
bump anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcograss committed Sep 16, 2024
1 parent bf8e752 commit 3425a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ harness = false
name = "pz_benchmark"

[dependencies]
anyhow = {version = "1.0.88", optional = true}
anyhow = {version = "1.0.89", optional = true}
bytesize = "1.3.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = {version = "4.5.17", features = ["derive"], optional = true}
Expand All @@ -52,7 +52,7 @@ zip = {version = "1", default-features = false, features = ["bzip2", "deflate",
[dev-dependencies]
actix-files = "0.6.6"
actix-web = {version = "4.9.0", default-features = false, features = []}
anyhow = "1.0.88"
anyhow = "1.0.89"
assert_cmd = "2.0.16"
criterion = "0.5.1"
predicates = "3.1.2"
Expand Down

0 comments on commit 3425a4f

Please sign in to comment.