Upgrade tokio-rustls to 0.24

This commit is contained in:
Dirkjan Ochtman 2023-04-03 10:34:14 +02:00
parent 6551749b77
commit bf5b444ff7
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ chrono = { version = "0.4.23", features = ["serde"] }
instant-xml = { version = "0.3", features = ["chrono"] } instant-xml = { version = "0.3", features = ["chrono"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["io-util", "net", "time"] } tokio = { version = "1.0", features = ["io-util", "net", "time"] }
tokio-rustls = { version = "0.23", optional = true } tokio-rustls = { version = "0.24", optional = true }
tracing = "0.1.29" tracing = "0.1.29"
webpki-roots = "0.22.1" webpki-roots = "0.23"
[dev-dependencies] [dev-dependencies]
regex = "1.5" regex = "1.5"