Bump vergen and remove unused build feature

This commit is contained in:
Kerollmops 2021-08-26 15:08:43 +02:00
parent dd645e6da4
commit 1782753387
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ hex = { version = "0.4.3", optional = true }
reqwest = { version = "0.11.3", features = ["blocking", "rustls-tls"], default-features = false, optional = true }
sha-1 = { version = "0.9.4", optional = true }
tempfile = { version = "3.1.0", optional = true }
vergen = { version = "5.1.13", default-features = false, features = ["build", "git"] }
vergen = { version = "5.1.15", default-features = false, features = ["git"] }
zip = { version = "0.5.12", optional = true }
[dependencies]