Skip to content

Commit 4400aa9

Browse files
authored
Update to http 1.0 (#151)
1 parent a3f9827 commit 4400aa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
]
1919

2020
[dependencies]
21-
http = "0.2.0"
21+
http = "1.0.0"
2222
headers-core = { version = "0.2", path = "./headers-core" }
2323
base64 = "0.21.3"
2424
bytes = "1"

headers-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
1111

1212
[dependencies]
13-
http = "0.2.0"
13+
http = "1.0.0"

0 commit comments

Comments
 (0)