Skip to content

Commit

Permalink
Bump bzip3 version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Oct 23, 2023
1 parent 65d1229 commit 1738323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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 @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.6.2", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
bzip3 = { git = "https://github.com/bczhc/bzip3-rs", rev = "094b80c321732636f32733cc72f05ac3deffbe88", features = ["bundled"] }
bzip3 = { version = "0.8.3", features = ["bundled"] }
clap = { version = "4.4.6", features = ["derive", "env"] }
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false }
Expand Down

0 comments on commit 1738323

Please sign in to comment.