Skip to content

Commit 54a8e36

Browse files
build(deps): bump bytes from 1.10.1 to 1.11.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 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.10.1...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 2d89f03 commit 54a8e36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
234234

235235
[[package]]
236236
name = "bytes"
237-
version = "1.10.1"
237+
version = "1.11.0"
238238
source = "registry+https://github.com/rust-lang/crates.io-index"
239-
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
239+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
240240

241241
[[package]]
242242
name = "cc"
@@ -555,7 +555,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
555555
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
556556
dependencies = [
557557
"libc",
558-
"windows-sys 0.52.0",
558+
"windows-sys 0.61.0",
559559
]
560560

561561
[[package]]
@@ -2057,7 +2057,7 @@ dependencies = [
20572057
"errno",
20582058
"libc",
20592059
"linux-raw-sys",
2060-
"windows-sys 0.52.0",
2060+
"windows-sys 0.59.0",
20612061
]
20622062

20632063
[[package]]

0 commit comments

Comments
 (0)