Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit 8fbbd6e

Browse files
authored
upgrade http crate to 0.2 (#4)
1 parent 7638c01 commit 8fbbd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "accept-encoding"
3-
version = "0.2.0-alpha.2"
3+
version = "0.2.0-alpha.3"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/rust-net-web/accept-encoding"
66
documentation = "https://docs.rs/accept-encoding"
@@ -13,6 +13,6 @@ edition = "2018"
1313

1414
[dependencies]
1515
failure = "0.1.3"
16-
http = "0.1.13"
16+
http = "0.2.0"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)