chore(deps): bump tokio from 1.14.0 to 1.15.0 (#131)

This commit is contained in:
dependabot[bot] 2022-01-24 18:09:00 +01:00 committed by GitHub
parent 63a09776dd
commit d7936bcfca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

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