Skip to content

Commit

Permalink
Update bytes version to just "1"
Browse files Browse the repository at this point in the history
We don't need anything specific from bytes I think.
  • Loading branch information
rklaehn committed Sep 2, 2024
1 parent 3d4d2a5 commit 9661ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["asynchronous"]
rust-version = "1.75"

[dependencies]
bytes = "1.4.0"
bytes = "1"
futures-lite = "2.3"
pin-project = "1"
reqwest = { version = "0.11", features = ["stream"], default-features = false, optional = true }
Expand Down

0 comments on commit 9661ff1

Please sign in to comment.