Skip to content

Commit 14cd6c9

Browse files
chore(deps): bump bytes from 1.11.0 to 1.11.1 in /native (#3380)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b3329c commit 14cd6c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rust-version = "1.88"
3636
[workspace.dependencies]
3737
arrow = { version = "57.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
39-
bytes = { version = "1.10.0" }
39+
bytes = { version = "1.11.1" }
4040
parquet = { version = "57.2.0", default-features = false, features = ["experimental"] }
4141
datafusion = { version = "51.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
4242
datafusion-datasource = { version = "51.0.0" }

0 commit comments

Comments
 (0)