Skip to content

Commit

Permalink
Merge pull request #318 from Nullus157/dependabot/cargo/bzip2-0.5.0
Browse files Browse the repository at this point in the history
chore(deps): update bzip2 requirement from 0.4.4 to 0.5.0
  • Loading branch information
NobodyXu authored Dec 12, 2024
2 parents eb7abe2 + 18ec09a commit 04141de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deflate64 = ["dep:deflate64"]

[dependencies]
brotli = { version = "7.0", optional = true }
bzip2 = { version = "0.4.4", optional = true }
bzip2 = { version = "0.5.0", optional = true }
flate2 = { version = "1.0.13", optional = true }
futures-core = { version = "0.3", default-features = false }
futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit 04141de

Please sign in to comment.