Skip to content

Commit 0b79ccd

Browse files
Bump bytes from 1.6.0 to 1.6.1
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.6.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.6.0...v1.6.1) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93039b7 commit 0b79ccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tracing = { version = "0.1.37", features = ["release_max_level_debug"] }
2828
tracing-core = "0.1.30"
2929
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
3030
futures-util = { version = "0.3.30", default-features = false, features = ["std"] }
31-
bytes = "1.6.0"
31+
bytes = "1.6.1"
3232
flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false }
3333
object_store = { version = "0.10.1", features = ["aws", "gcp", "azure"] }
3434
async-trait = "0.1.80"

0 commit comments

Comments
 (0)