Skip to content

Commit

Permalink
build(deps): update bytes requirement from 0.4 to 1.6
Browse files Browse the repository at this point in the history
Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v0.4.0...v1.6.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent f3c71f8 commit d38874b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/disk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version.workspace = true
metainfo = { path = "../metainfo" }
util = { path = "../util" }

bytes = "0.4"
bytes = "1.6"
crossbeam = "0.8"
futures = "0.1"
futures-cpupool = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/handshake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version.workspace = true

[dependencies]
util = { path = "../util" }
bytes = "0.4"
bytes = "1.6"
futures = "0.1"
nom = "3"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bencode = { path = "../bencode" }
handshake = { path = "../handshake" }
util = { path = "../util" }

bytes = "0.4"
bytes = "1.6"
byteorder = "1"
crossbeam = "0.8"
error-chain = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metainfo = { path = "../metainfo" }
utracker = { path = "../utracker" }

bit-set = "0.5"
bytes = "0.4"
bytes = "1.6"
error-chain = "0.12"
futures = "0.1"
rand = "0.8"
Expand Down

0 comments on commit d38874b

Please sign in to comment.