We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f65b7 commit e98238fCopy full SHA for e98238f
Cargo.toml
@@ -25,7 +25,7 @@ futures-channel = "0.3"
25
futures-util = { version = "0.3", default-features = false }
26
http = "0.2"
27
http-body = "=1.0.0-rc.2"
28
-http-body-util = { version = "=0.1.0-rc.2", optional = true }
+http-body-util = { version = "=0.1.0-rc.3", optional = true }
29
httpdate = "1.0"
30
httparse = "1.8"
31
h2 = { version = "0.3.9", optional = true }
@@ -41,7 +41,7 @@ libc = { version = "0.2", optional = true }
41
42
[dev-dependencies]
43
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
44
-http-body-util = "=0.1.0-rc.2"
+http-body-util = "=0.1.0-rc.3"
45
matches = "0.1"
46
num_cpus = "1.0"
47
pretty_env_logger = "0.4"
0 commit comments