Skip to content

Commit

Permalink
chore(dev-deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Feb 12, 2024
1 parent 050b778 commit 9110b0c
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 @@ -41,13 +41,13 @@ optional = true

[dev-dependencies]
anyhow = "1.0"
async-fs = "2.0"
async-fs = "2.1"
http-body = "1.0"
http-body-util = "0.1"
hyper = { version = "1.1", features = ["server", "http1"] }
hyper-util = { version = "0.1.2", features = ["tokio"] }
hyper-util = { version = "0.1.3", features = ["tokio"] }
rand = "0.8"
tempfile = "3.9"
tempfile = "3.10"
tiny_http = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-util = { version = "0.7", features = ["io"] }
Expand Down

0 comments on commit 9110b0c

Please sign in to comment.