Skip to content

Commit

Permalink
Merge pull request #83 from jqnatividad/zip-quickxml-bump
Browse files Browse the repository at this point in the history
bump zip and quick-xml
  • Loading branch information
jaemk authored Mar 22, 2022
2 parents cf0a017 + f116723 commit 15d518c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ tempfile = "3"
flate2 = { version = "1", optional = true }
tar = { version = "0.4", optional = true }
semver = "0.11"
zip = { version = "0.5", default-features = false, features = ["time"], optional = true }
zip = { version = "0.6", default-features = false, features = ["time"], optional = true }
either = { version = "1", optional = true }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] }
hyper = "0.14"
indicatif = "0.16"
quick-xml = "0.20"
quick-xml = "0.22"
regex = "1"
log = "0.4"

Expand Down

0 comments on commit 15d518c

Please sign in to comment.