Skip to content

Commit 51385db

Browse files
committed
update dependencies and use http-types 2.9.0
1 parent c16f4c7 commit 51385db

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

Cargo.toml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,20 @@ readme = "README.md"
1818
edition = "2018"
1919

2020
[dependencies]
21-
httparse = "1.3.3"
22-
async-std = { version = "1.6.0", features = ["unstable"] }
23-
http-types = "2.0.0"
24-
byte-pool = "0.2.1"
21+
httparse = "1.3.4"
22+
async-std = { version = "1.7.0", features = ["unstable"] }
23+
http-types = "2.9.0"
24+
byte-pool = "0.2.2"
2525
lazy_static = "1.4.0"
26-
futures-core = "0.3.1"
27-
log = "0.4"
26+
futures-core = "0.3.8"
27+
log = "0.4.11"
2828
pin-project = "1.0.2"
2929

3030
[dev-dependencies]
3131
pretty_assertions = "0.6.1"
32-
async-std = { version = "1.6.2", features = ["unstable", "attributes"] }
32+
async-std = { version = "1.7.0", features = ["unstable", "attributes"] }
3333
tempfile = "3.1.0"
3434
async-test = "1.0.0"
35-
duplexify = "1.2.1"
36-
async-dup = "1.2.1"
35+
duplexify = "1.2.2"
36+
async-dup = "1.2.2"
3737
async-channel = "1.5.1"
38-
39-
[patch.crates-io.http-types]
40-
git = "https://github.com/http-rs/http-types"
41-
branch = "main"

0 commit comments

Comments
 (0)