Skip to content

Commit 112141d

Browse files
authored
Fix Bytes version requirement (#365)
It doesn't compile with a version lower than this due to the absence of `impl From<Bytes> for Vec<u8>`
1 parent d26d562 commit 112141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ native-tls = { version = "0.2", optional = true }
8383
tokio-stream = { version = "0.1", optional = true }
8484
url = "2"
8585
minidom = { version = "0.15", optional = true }
86-
bytes = { version = "1" }
86+
bytes = { version = "1.2" }
8787
block_on_proc = { version = "0.2", optional = true }
8888

8989
[features]

0 commit comments

Comments
 (0)