Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Nov 25, 2020
1 parent 7600a1d commit 59c2c31
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ edition = "2018"

[dependencies]
serde_json = "1"
tempfile = "3.1"
tempfile = "3"
flate2 = { version = "1", optional = true }
tar = { version = "0.4", optional = true }
semver = "0.9"
hyper-old-types = "0.11.0"
zip = { version = "0.5.0", default-features = false, features = ["time"], optional = true }
either = { version = "1.5.0", optional = true }
indicatif = "0.13.0"
quick-xml = "0.17.2"
regex = "1.3.1"
log = "0.4.8"
semver = "0.11"
hyper-old-types = "0.11"
zip = { version = "0.5", default-features = false, features = ["time"], optional = true }
either = { version = "1", optional = true }
indicatif = "0.15"
quick-xml = "0.20"
regex = "1"
log = "0.4"

[features]
default = ["reqwest/default-tls"]
Expand Down

0 comments on commit 59c2c31

Please sign in to comment.