Update deps

This commit is contained in:
Félix Saparelli 2022-06-08 16:54:42 +12:00
parent aad708a035
commit b4df4d0de3
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
2 changed files with 16 additions and 32 deletions

View file

@ -38,16 +38,12 @@ tar = "0.4.38"
tempfile = "3.3.0"
thiserror = "1.0.31"
tinytemplate = "1.2.1"
# This crate uses features rt-multi-thread and macros in `#[tokio::main]` and
# uses feature process to create process.
tokio = { version = "1.19.1", features = [ "rt-multi-thread", "process" ], default-features = false }
url = "2.2.2"
xz2 = "0.1.6"
# Disable all features of zip except for features of compression algorithms:
# Disable features include:
# Disabled features include:
# - aes-crypto: Enables decryption of files which were encrypted with AES, absolutely zero use for
# this crate.
# - time: Enables features using the [time](https://github.com/time-rs/time) crate,