Upgrade tokio-rustls to 0.24
This commit is contained in:
parent
6551749b77
commit
bf5b444ff7
|
@ -17,9 +17,9 @@ chrono = { version = "0.4.23", features = ["serde"] }
|
|||
instant-xml = { version = "0.3", features = ["chrono"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
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"
|
||||
webpki-roots = "0.22.1"
|
||||
webpki-roots = "0.23"
|
||||
|
||||
[dev-dependencies]
|
||||
regex = "1.5"
|
||||
|
|
Loading…
Reference in New Issue