Skip to content

Commit 9f3b113

Browse files
authoredMar 6, 2025··
Bump bytes from 1.1.0 to 1.10.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.10.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.1.0...v1.10.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9a7994 commit 9f3b113

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
async-trait = "0.1"
1111
backoff = { version = "0.4", features = ["tokio"] }
1212
base16ct = { version = "0.1", features = ["std"] }
13-
bytes = "1.1"
13+
bytes = "1.10"
1414
camino = "1.0"
1515
clap = { version = "3.1", features = ["default", "derive", "env"] }
1616
color-eyre = "0.6"

0 commit comments

Comments
 (0)
Please sign in to comment.