Skip to content

Commit 82418a8

Browse files
Bump bytes crate to 0.6
1 parent b00473c commit 82418a8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.2 UNRELEASED
2+
3+
- Update `bytes` to v0.6.
4+
15
# 0.2.1 (March 25, 2020)
26

37
* Add `extensions_ref` and `extensions_mut` to `request::Builder` and `response::Builder`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories = ["web-programming"]
2222
edition = "2018"
2323

2424
[dependencies]
25-
bytes = "0.5"
25+
bytes = "0.6"
2626
fnv = "1.0.5"
2727
itoa = "0.4.1"
2828

0 commit comments

Comments
 (0)