Skip to content

Commit

Permalink
Merge pull request #197 from bgpkit/dependabot/cargo/bzip2-0.5
Browse files Browse the repository at this point in the history
Update bzip2 requirement from 0.4 to 0.5
  • Loading branch information
digizeph authored Dec 18, 2024
2 parents c1cf1bf + 42817a9 commit e99469d
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 @@ -114,7 +114,7 @@ tokio = { version = "1", features = ["full"] }
futures-util = "0.3.30"
criterion = { version = "0.5.1", features = ["html_reports"] }
rayon = "1.10"
bzip2 = "0.4"
bzip2 = "0.5"
flate2 = "1.0"
md5 = "0.7.0"
which = "7"
Expand Down

0 comments on commit e99469d

Please sign in to comment.