Skip to content

Commit 23b6a2d

Browse files
chore(deps): bump the all-other-cargo-deps group
Bumps the all-other-cargo-deps group in /native with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [lz4_flex](https://github.com/pseitz/lz4_flex) and [cc](https://github.com/rust-lang/cc-rs). Updates `tokio` from 1.52.2 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.52.3) Updates `lz4_flex` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/lz4_flex/commits) Updates `cc` from 1.2.61 to 1.2.62 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.61...cc-v1.2.62) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: lz4_flex dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps - dependency-name: cc dependency-version: 1.2.62 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-other-cargo-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d45b5f commit 23b6a2d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

native/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/shuffle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ futures = { workspace = true }
4343
itertools = "0.14.0"
4444
jni = "0.21"
4545
log = "0.4"
46-
lz4_flex = { version = "0.13.0", default-features = false, features = ["frame"] }
46+
lz4_flex = { version = "0.13.1", default-features = false, features = ["frame"] }
4747
# parquet is only used by the shuffle_bench binary (shuffle-bench feature)
4848
parquet = { workspace = true, optional = true }
4949
simd-adler32 = "0.3.9"

0 commit comments

Comments
 (0)