Skip to content

Commit

Permalink
qcow2-rs: update miniz_oxide to 0.7
Browse files Browse the repository at this point in the history
So help to package qcow2-rs on Fedora in which miniz_oxide is
0.7.

Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Aug 17, 2024
1 parent 7b9a93a commit c3ef880
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 @@ -31,7 +31,7 @@ futures-locks = "0.7"
tokio = { version = "1.17", features = ["full"] }
nix = "0.26.2"
async-recursion = "1.0.5"
miniz_oxide = { version = "0.6.2", features = ["std"] }
miniz_oxide = { version = "0.7", features = ["std"] }
futures = "0.3.29"
log = {version = "0.4", features = ["release_max_level_off"]}
env_logger = "0.9"
Expand Down

0 comments on commit c3ef880

Please sign in to comment.