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 23b9a2d commit a1c445e
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 @@ -15,7 +15,7 @@ atty = "0.2.14"
bstr = { version = "1.7.0", default-features = false, features = ["std"] }
bytesize = "1.3.0"
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.28", default-features = false }
Expand Down

0 comments on commit a1c445e

Please sign in to comment.