Skip to content

Commit fc292f5

Browse files
committed
broaden bytes dep to include version 0.5.z through 1.y
1 parent ba39dbb commit fc292f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 0.2.3 (unreleased)
22

3+
* Broaden bytes dependency to include versions 0.5.z through 1.y. The rare
4+
broad dependency range is intended to allow users to avoid duplicates of the
5+
bytes crate during transition to bytes 1.0.0 in the broader ecosystem, while
6+
simultaneously avoiding a Semver incompatible release of _http_. (FIXME-#PR)
7+
38
# 0.2.2 (December 14, 2020)
49

510
* Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and

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 = "1"
25+
bytes = ">=0.5.2, <2.0.0"
2626
fnv = "1.0.5"
2727
itoa = "0.4.1"
2828

0 commit comments

Comments
 (0)