chore(deps): bump tokio from 1.19.2 to 1.20.0 (#187)

This commit is contained in:
dependabot[bot] 2022-07-14 12:27:59 +02:00 committed by GitHub
parent ae3f1dfc61
commit ca19615a5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -24,7 +24,7 @@ percent-encoding = "2.1"
rcgen = { version = "0.9.2" }
rustls = "0.20.6"
tokio-rustls = "0.23.4"
tokio = { version = "1.19", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.20", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.2.2"
webpki = "0.22.0"