chore(deps): bump tokio from 1.12.0 to 1.13.0 (#96)

This commit is contained in:
dependabot[bot] 2021-11-01 12:43:31 +01:00 committed by GitHub
parent 1da1d2d7bf
commit 58e563fee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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