chore(deps): bump rustls from 0.20.0 to 0.20.1 (#104)

This commit is contained in:
dependabot[bot] 2021-11-15 17:01:28 +01:00 committed by GitHub
parent 0d795aacfd
commit c2571d39c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ mime_guess = "2.0"
once_cell = "1.8"
percent-encoding = "2.1"
rcgen = { version = "0.8.14" }
rustls = "0.20.0"
rustls = "0.20.1"
tokio-rustls = "0.23.1"
tokio = { version = "1.13", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.2.2"