Skip to content

Commit 6028474

Browse files
chore(deps): bump bzip2 from 0.5.1 to 0.5.2 (#15221)
Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](trifectatechfoundation/bzip2-rs@v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: bzip2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46020dd commit 6028474

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Cargo.lock

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

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ arrow-ipc = { workspace = true }
9898
arrow-schema = { workspace = true }
9999
async-trait = { workspace = true }
100100
bytes = { workspace = true }
101-
bzip2 = { version = "0.5.1", optional = true }
101+
bzip2 = { version = "0.5.2", optional = true }
102102
chrono = { workspace = true }
103103
datafusion-catalog = { workspace = true }
104104
datafusion-catalog-listing = { workspace = true }

datafusion/datasource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async-compression = { version = "0.4.19", features = [
4646
], optional = true }
4747
async-trait = { workspace = true }
4848
bytes = { workspace = true }
49-
bzip2 = { version = "0.5.1", optional = true }
49+
bzip2 = { version = "0.5.2", optional = true }
5050
chrono = { workspace = true }
5151
datafusion-catalog = { workspace = true }
5252
datafusion-common = { workspace = true, features = ["object_store"] }

0 commit comments

Comments
 (0)