Skip to content

Commit

Permalink
Fix Bytes version requirement (#365)
Browse files Browse the repository at this point in the history
It doesn't compile with a version lower than this due to the absence of `impl From<Bytes> for Vec<u8>`
  • Loading branch information
Ten0 authored Jun 14, 2024
1 parent d26d562 commit 112141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ native-tls = { version = "0.2", optional = true }
tokio-stream = { version = "0.1", optional = true }
url = "2"
minidom = { version = "0.15", optional = true }
bytes = { version = "1" }
bytes = { version = "1.2" }
block_on_proc = { version = "0.2", optional = true }

[features]
Expand Down

0 comments on commit 112141d

Please sign in to comment.