Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Sep 14, 2024
1 parent 4de64c1 commit d01a6f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,19 @@ categories = [
authors = ["Yoshua Wuyts <[email protected]>"]
readme = "README.md"
edition = "2018"
rust-version = "1.63"

[dependencies]
async-channel = "1.5.1"
async-dup = "1.2.2"
async-global-executor = "2.3.1"
async-io = "1.13.0"
futures-lite = "1.13.0"
async-io = "2.3.4"
futures-lite = "2.3.0"
http-types = { version = "2.9.0", default-features = false }
httparse = "1.3.4"
log = "0.4.11"
pin-project = "1.0.2"

[dev-dependencies]
async-std = { version = "1.7.0", features = ["attributes"] }
pretty_assertions = "0.6.1"
async-std = { version = "1.13.0", features = ["attributes"] }
pretty_assertions = "1.4.0"

0 comments on commit d01a6f5

Please sign in to comment.