update dependencies

This commit is contained in:
Johann150 2021-02-05 08:47:19 +01:00
parent 055dceeece
commit b6191ccf13
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 37 additions and 42 deletions

View file

@ -9,18 +9,19 @@ repository = "https://github.com/mbrubeck/agate"
readme = "README.md"
license = "MIT/Apache-2.0"
edition = "2018"
exclude = ["/tools"]
[dependencies]
tokio-rustls = "0.22.0"
tokio = { version = "1.0", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.1", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
getopts = "0.2.21"
log = "0.4"
mime_guess = "2.0"
once_cell = "1.4"
once_cell = "1.5"
percent-encoding = "2.1"
rustls = "0.19.0"
url = "2.1"
url = "2.2"
[profile.release]
lto = true