Skip to content

Commit

Permalink
bump anyhow tempfile and tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
marcograss committed Nov 8, 2024
1 parent bf5f976 commit f524f8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.92", optional = true}
anyhow = {version = "1.0.93", optional = true}
bytesize = "1.3.0"
chrono = { version = "0.4.38", features = ["serde"] }
clap = {version = "4.5.20", features = ["derive"], optional = true}
Expand All @@ -52,9 +52,9 @@ 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.92"
anyhow = "1.0.93"
assert_cmd = "2.0.16"
criterion = "0.5.1"
predicates = "3.1.2"
tempfile = "3.13.0"
tokio = {version = "1.41.0", features = ["macros", "rt-multi-thread"]}
tempfile = "3.14.0"
tokio = {version = "1.41.1", features = ["macros", "rt-multi-thread"]}

0 comments on commit f524f8c

Please sign in to comment.