This is an automated email from the ASF dual-hosted git repository.

alamb 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 c247b02504 chore(deps): bump async-compression from 0.4.18 to 0.4.19 
(#15061)
c247b02504 is described below

commit c247b0250499c0d71ad98b89dc69b6d4cc93d832
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 7 18:53:34 2025 -0500

    chore(deps): bump async-compression from 0.4.18 to 0.4.19 (#15061)
    
    Bumps [async-compression](https://github.com/Nullus157/async-compression) 
from 0.4.18 to 0.4.19.
    - [Release notes](https://github.com/Nullus157/async-compression/releases)
    - 
[Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/Nullus157/async-compression/compare/v0.4.18...v0.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: async-compression
      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>
    Co-authored-by: Andrew Lamb <[email protected]>
---
 Cargo.lock                       | 6 +++---
 datafusion/datasource/Cargo.toml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index a5491d1547..b7b913b693 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -516,11 +516,11 @@ dependencies = [
 
 [[package]]
 name = "async-compression"
-version = "0.4.18"
+version = "0.4.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
+checksum = "06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c"
 dependencies = [
- "bzip2 0.4.4",
+ "bzip2 0.5.1",
  "flate2",
  "futures-core",
  "memchr",
diff --git a/datafusion/datasource/Cargo.toml b/datafusion/datasource/Cargo.toml
index 5f0b2b4f2e..473800c777 100644
--- a/datafusion/datasource/Cargo.toml
+++ b/datafusion/datasource/Cargo.toml
@@ -37,7 +37,7 @@ default = ["compression"]
 
 [dependencies]
 arrow = { workspace = true }
-async-compression = { version = "0.4.0", features = [
+async-compression = { version = "0.4.19", features = [
     "bzip2",
     "gzip",
     "xz",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to