chore(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (#174)

This commit is contained in:
dependabot[bot] 2022-05-05 14:52:36 +02:00 committed by GitHub
parent 283946148a
commit 9ff7e9bdb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ once_cell = "1.10"
percent-encoding = "2.1"
rcgen = { version = "0.9.2" }
rustls = "0.20.4"
tokio-rustls = "0.23.3"
tokio-rustls = "0.23.4"
tokio = { version = "1.18", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.2.2"
webpki = "0.22.0"