Skip to content

Commit 78b5253

Browse files
build(deps): bump bytes from 1.11.0 to 1.11.1 in /rust
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1. - [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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4df6e10 commit 78b5253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rust/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.

rust/echo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async-trait = "^0.1.88"
1616
axum = { version = "=0.8.8", features = ["macros"] }
1717
axum-core = "^0.5.6"
1818
axum-server = { version = "^0.8.0", features = ["tls-rustls"] }
19-
bytes = "=1.11.0"
19+
bytes = "=1.11.1"
2020
clap = "^4.5.54"
2121
futures = "^0.3.31"
2222
futures-util = "^0.3.31"

0 commit comments

Comments
 (0)