Skip to content

Commit c4843ea

Browse files
Update libbz2-rs-sys requirement from 0.1.3 to 0.2.0
Updates the requirements on [libbz2-rs-sys](https://github.com/trifectatechfoundation/libbzip2-rs) to permit the latest version. - [Release notes](https://github.com/trifectatechfoundation/libbzip2-rs/releases) - [Changelog](https://github.com/trifectatechfoundation/libbzip2-rs/blob/main/NEWS.md) - [Commits](trifectatechfoundation/libbzip2-rs@v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: libbz2-rs-sys dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5f9d09 commit c4843ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ publish = true
2222
bzip2-sys = { version = "0.1.13", path = "bzip2-sys", optional = true }
2323

2424
[dependencies.libbz2-rs-sys]
25-
version = "0.1.3"
25+
version = "0.2.0"
2626
# Don't enable the stdio feature for better portability.
2727
default-features = false
2828
features = ["rust-allocator", "semver-prefix"]

0 commit comments

Comments
 (0)