Skip to content

Commit b79722c

Browse files
committed
refine bytes, http ranges; lock updates
1 parent da653de commit b79722c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ build = "build.rs"
2222

2323
[dependencies]
2424
base64 = { version=">=0.10.1, <0.14" }
25-
bytes = { version=">=1.0.0, <2.0" }
26-
http = { version=">=0.2.0, <0.3" }
25+
bytes = { version=">=1.0.0, <1.1.0" }
26+
http = { version=">=0.2.2, <0.3" }
2727
httpdate = { version=">=0.3.2, <0.4" }
2828
httparse = { version=">=1.0, <1.4" }
2929
language-tags = { version=">=0.2, <0.3" }

0 commit comments

Comments
 (0)