mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
bump minimum required deps (#85)
This commit is contained in:
parent
b5a416fc35
commit
7cb0696f3f
1 changed files with 3 additions and 3 deletions
|
|
@ -19,13 +19,13 @@ getopts = "0.2.21"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime_guess = "2.0"
|
mime_guess = "2.0"
|
||||||
once_cell = "1.5"
|
once_cell = "1.8"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
rcgen = { version = "0.8.14" }
|
rcgen = { version = "0.8.14" }
|
||||||
rustls = "0.20.0"
|
rustls = "0.20.0"
|
||||||
tokio-rustls = "0.23.0"
|
tokio-rustls = "0.23.0"
|
||||||
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
tokio = { version = "1.12", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||||
url = "2.2.1"
|
url = "2.2.2"
|
||||||
webpki = "0.22.0"
|
webpki = "0.22.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue