Skip to content

Commit 63d5f89

Browse files
chore(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] <support@github.com>
1 parent cd7aba5 commit 63d5f89

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.

netwatch/Cargo.toml

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

1818
[dependencies]
1919
atomic-waker = "1.1.2"
20-
bytes = "1.7"
20+
bytes = "1.11"
2121
n0-error = "0.1.2"
2222
n0-future = "0.3.1"
2323
n0-watcher = "0.6.0"

portmapper/Cargo.toml

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

1818
[dependencies]
1919
base64 = "0.22.1"
20-
bytes = "1.7"
20+
bytes = "1.11"
2121
derive_more = { version = "2.0.1", features = ["debug", "display", "from", "try_into", "deref"] }
2222
futures-lite = "2.5"
2323
futures-util = "0.3.25"

0 commit comments

Comments
 (0)