Skip to content

Commit

Permalink
chore: Bump bzip2 from 0.4.4 to 0.5.0 (#77)
Browse files Browse the repository at this point in the history
* chore: Bump bzip2 from 0.4.4 to 0.5.0

Bumps [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](trifectatechfoundation/bzip2-rs@0.4.4...v0.5.0)

---
updated-dependencies:
- dependency-name: bzip2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Explicitly enable feature `libbz2-rs-sys` for bzip2 dependency

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Try with feature `bzip2-sys`

* Use bzip2's default features.

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 4e05548 commit 390a150
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
70 changes: 34 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ name = "single"
[dependencies]
apache-avro-derive = { default-features = false, version = "0.18.0", path = "../avro_derive", optional = true }
bigdecimal = { default-features = false, version = "0.4.7", features = ["std", "serde"] }
bzip2 = { default-features = false, version = "0.4.4", optional = true }
bzip2 = { version = "0.5.0", optional = true }
crc32fast = { default-features = false, version = "1.4.2", optional = true }
digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
libflate = { default-features = false, version = "2.1.0", features = ["std"] }
Expand Down

0 comments on commit 390a150

Please sign in to comment.