mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update rustls and related dependencies (#72)
* chore(deps): bump rustls from 0.19.1 to 0.20.0 * chore(deps): bump webpki from 0.21.4 to 0.22.0 * chore(deps): bump tokio-rustls from 0.22.0 to 0.23.0 * update rustls calls * update webpki naming * update tests
This commit is contained in:
parent
824d384693
commit
b5a416fc35
5 changed files with 121 additions and 80 deletions
|
|
@ -22,11 +22,11 @@ mime_guess = "2.0"
|
|||
once_cell = "1.5"
|
||||
percent-encoding = "2.1"
|
||||
rcgen = { version = "0.8.14" }
|
||||
rustls = "0.19.0"
|
||||
tokio-rustls = "0.22.0"
|
||||
rustls = "0.20.0"
|
||||
tokio-rustls = "0.23.0"
|
||||
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.2.1"
|
||||
webpki = "0.21.4"
|
||||
webpki = "0.22.0"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue