We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba39dbb commit fc292f5Copy full SHA for fc292f5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# 0.2.3 (unreleased)
2
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
+
8
# 0.2.2 (December 14, 2020)
9
10
* Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and
Cargo.toml
@@ -22,7 +22,7 @@ categories = ["web-programming"]
22
edition = "2018"
23
24
[dependencies]
25
-bytes = "1"
+bytes = ">=0.5.2, <2.0.0"
26
fnv = "1.0.5"
27
itoa = "0.4.1"
28
0 commit comments