Skip to content

Commit 42a02aa

Browse files
chore(deps): bump bytes from 1.8.0 to 1.11.0 in /rust (#12)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.8.0 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.8.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7001cf commit 42a02aa

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/autonomi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib", "staticlib", "lib"]
99
[dependencies]
1010
autonomi = { package = "autonomi", version = "0.6.4" }
1111
blsttc = "8"
12-
bytes = "1.0.1"
12+
bytes = "1.11.0"
1313
hex = "0.4"
1414
libp2p = "0.56.0"
1515
rmp-serde = "1.1.1"

0 commit comments

Comments
 (0)