Skip to content

Commit 26609e3

Browse files
build(deps): update bytes requirement from 0.4 to 1.7
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.7.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3c71f8 commit 26609e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/disk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version.workspace = true
1919
metainfo = { path = "../metainfo" }
2020
util = { path = "../util" }
2121

22-
bytes = "0.4"
22+
bytes = "1.7"
2323
crossbeam = "0.8"
2424
futures = "0.1"
2525
futures-cpupool = "0.1"

packages/handshake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version.workspace = true
1717

1818
[dependencies]
1919
util = { path = "../util" }
20-
bytes = "0.4"
20+
bytes = "1.7"
2121
futures = "0.1"
2222
nom = "3"
2323
rand = "0.8"

packages/peer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bencode = { path = "../bencode" }
2121
handshake = { path = "../handshake" }
2222
util = { path = "../util" }
2323

24-
bytes = "0.4"
24+
bytes = "1.7"
2525
byteorder = "1"
2626
crossbeam = "0.8"
2727
error-chain = "0.12"

packages/select/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metainfo = { path = "../metainfo" }
2323
utracker = { path = "../utracker" }
2424

2525
bit-set = "0.5"
26-
bytes = "0.4"
26+
bytes = "1.7"
2727
error-chain = "0.12"
2828
futures = "0.1"
2929
rand = "0.8"

0 commit comments

Comments
 (0)