Skip to content

Commit

Permalink
bump bzip3 version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 17, 2024
1 parent 5856b65 commit b5c4afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ atty = "0.2.14"
bstr = { version = "1.10.0", default-features = false, features = ["std"] }
bytesize = "1.3.0"
bzip2 = "0.4.4"
bzip3 = { version = "0.8.3", features = ["bundled"] }
bzip3 = { version = "0.9.0", features = ["bundled"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
filetime_creation = "0.2"
flate2 = { version = "1.0.30", default-features = false }
Expand Down

0 comments on commit b5c4afd

Please sign in to comment.