This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 6028474969 chore(deps): bump bzip2 from 0.5.1 to 0.5.2 (#15221)
6028474969 is described below
commit 6028474969f0bfead96eb7f413791470afb6bf82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 08:42:45 2025 -0700
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](https://github.com/trifectatechfoundation/bzip2-rs/compare/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>
---
Cargo.lock | 15 +++++++--------
datafusion/core/Cargo.toml | 2 +-
datafusion/datasource/Cargo.toml | 2 +-
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index b290787f51..ac14cda9f9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -521,7 +521,7 @@ version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c"
dependencies = [
- "bzip2 0.5.1",
+ "bzip2 0.5.2",
"flate2",
"futures-core",
"memchr",
@@ -1290,21 +1290,20 @@ dependencies = [
[[package]]
name = "bzip2"
-version = "0.5.1"
+version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "75b89e7c29231c673a61a46e722602bcd138298f6b9e81e71119693534585f5c"
+checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
dependencies = [
"bzip2-sys",
]
[[package]]
name = "bzip2-sys"
-version = "0.1.12+1.0.8"
+version = "0.1.13+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72ebc2f1a417f01e1da30ef264ee86ae31d2dcd2d603ea283d3c244a883ca2a9"
+checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
dependencies = [
"cc",
- "libc",
"pkg-config",
]
@@ -1801,7 +1800,7 @@ dependencies = [
"arrow-schema",
"async-trait",
"bytes",
- "bzip2 0.5.1",
+ "bzip2 0.5.2",
"chrono",
"criterion",
"ctor",
@@ -1996,7 +1995,7 @@ dependencies = [
"async-compression",
"async-trait",
"bytes",
- "bzip2 0.5.1",
+ "bzip2 0.5.2",
"chrono",
"datafusion-catalog",
"datafusion-common",
diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml
index fd1fd4164d..9d0f5b517d 100644
--- a/datafusion/core/Cargo.toml
+++ b/datafusion/core/Cargo.toml
@@ -98,7 +98,7 @@ arrow-ipc = { workspace = true }
arrow-schema = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
-bzip2 = { version = "0.5.1", optional = true }
+bzip2 = { version = "0.5.2", optional = true }
chrono = { workspace = true }
datafusion-catalog = { workspace = true }
datafusion-catalog-listing = { workspace = true }
diff --git a/datafusion/datasource/Cargo.toml b/datafusion/datasource/Cargo.toml
index 83b96557e7..922b36aa5f 100644
--- a/datafusion/datasource/Cargo.toml
+++ b/datafusion/datasource/Cargo.toml
@@ -46,7 +46,7 @@ async-compression = { version = "0.4.19", features = [
], optional = true }
async-trait = { workspace = true }
bytes = { workspace = true }
-bzip2 = { version = "0.5.1", optional = true }
+bzip2 = { version = "0.5.2", optional = true }
chrono = { workspace = true }
datafusion-catalog = { workspace = true }
datafusion-common = { workspace = true, features = ["object_store"] }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]