Skip to content

Commit 4f3f653

Browse files
authored
Bump http-body-util min version to 0.1.2 (#1129)
1 parent e5001e2 commit 4f3f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ futures-util = { version = "0.3", default-features = false, features = ["sink"]
2929
futures-channel = { version = "0.3.17", features = ["sink"]}
3030
headers = "0.4"
3131
http = "1"
32-
http-body-util = "0.1"
32+
http-body-util = "0.1.2"
3333
hyper = { version = "1", features = ["server", "http1", "http2"] }
3434
hyper-util = { version = "0.1.12", features = ["server", "server-graceful", "server-auto", "http1", "http2", "service", "tokio"], optional = true }
3535
log = "0.4"

0 commit comments

Comments
 (0)