Skip to content

Commit b5c2a6e

Browse files
authored
Fix requirement of object store for http-body-util (#7265)
1 parent e1ac277 commit b5c2a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ walkdir = { version = "2", optional = true }
4747
# Cloud storage support
4848
base64 = { version = "0.22", default-features = false, features = ["std"], optional = true }
4949
form_urlencoded = { version = "1.2", optional = true }
50-
http-body-util = { version = "0.1", optional = true }
50+
http-body-util = { version = "0.1.2", optional = true }
5151
httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true }
5252
hyper = { version = "1.2", default-features = false, optional = true }
5353
md-5 = { version = "0.10.6", default-features = false, optional = true }

0 commit comments

Comments
 (0)