Skip to content

Commit 7a94dd8

Browse files
deps: bump bytes from 1.4.0 to 1.5.0
Pull-Request: #4476.
1 parent ac57f8d commit 7a94dd8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/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 = "0.6"
1818
base64 = "0.21.3"
1919
byteorder = "1.3.4"
20-
bytes = "1.4"
20+
bytes = "1.5"
2121
either = "1.9"
2222
fnv = "1.0.7"
2323
futures = "0.3.28"

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.4.0"
13+
bytes = "1.5.0"
1414
futures = "0.3.28"
1515
futures-timer = "3.0.2"
1616
if-watch = "3.0.1"

0 commit comments

Comments
 (0)