Skip to content

Commit ac221dc

Browse files
deps: bump bytes from 1.5.0 to 1.11.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.11.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.5.0...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d9be84 commit ac221dc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocols/floodsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
asynchronous-codec = { workspace = true }
1515
cuckoofilter = "0.5.0"
1616
fnv = "1.0"
17-
bytes = "1.5"
17+
bytes = "1.11"
1818
futures = "0.3.30"
1919
libp2p-core = { workspace = true }
2020
libp2p-swarm = { workspace = true }

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ wasm-bindgen = ["getrandom/js", "instant/wasm-bindgen"]
1717
asynchronous-codec = { workspace = true }
1818
base64 = "0.21.7"
1919
byteorder = "1.5.0"
20-
bytes = "1.5"
20+
bytes = "1.11"
2121
either = "1.9"
2222
fnv = "1.0.7"
2323
futures = "0.3.30"

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
async-std = { version = "1.12.0", optional = true }
13-
bytes = "1.5.0"
13+
bytes = "1.11.0"
1414
futures = "0.3.30"
1515
futures-timer = "3.0.2"
1616
if-watch = "3.2.0"

transports/websocket-websys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
1111
categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
14-
bytes = "1.4.0"
14+
bytes = "1.11.0"
1515
futures = "0.3.30"
1616
js-sys = "0.3.67"
1717
libp2p-core = { workspace = true }

0 commit comments

Comments
 (0)