Skip to content

Commit 32d77e9

Browse files
Bump bytes crate to 1.0
1 parent 9af376b commit 32d77e9

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build = "build.rs"
2222

2323
[dependencies]
2424
base64 = { version=">=0.10.1, <0.14" }
25-
bytes = { version=">=0.5.2, <0.6" }
25+
bytes = { version=">=1.0.0, <2.0" }
2626
http = { version=">=0.2.0, <0.3" }
2727
httpdate = { version=">=0.3.2, <0.4" }
2828
httparse = { version=">=1.0, <1.4" }

0 commit comments

Comments
 (0)