chore(deps): bump tokio from 1.16.1 to 1.17.0 (#148)

This commit is contained in:
dependabot[bot] 2022-02-22 20:58:42 +01:00 committed by GitHub
parent ddb3ff4c1c
commit 9bf3cb84c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View file

@ -24,7 +24,7 @@ percent-encoding = "2.1"
rcgen = { version = "0.9.0" }
rustls = "0.20.1"
tokio-rustls = "0.23.2"
tokio = { version = "1.16", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.17", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.2.2"
webpki = "0.22.0"