Update tokio

This commit is contained in:
Frank Denis 2023-03-02 19:05:11 +01:00
parent 6580f6ffb5
commit ffa0828515

View file

@ -24,7 +24,7 @@ futures = "0.3.26"
hyper = { version = "0.14.24", default-features = false, features = ["server", "http1", "http2", "stream"] }
odoh-rs = "1.0.1"
rand = "0.8.5"
tokio = { version = "1.25.0", features = ["net", "rt-multi-thread", "time", "sync"] }
tokio = { version = "1.26.0", features = ["net", "rt-multi-thread", "time", "sync"] }
tokio-rustls = { version = "0.23.4", features = ["early-data"], optional = true }
rustls-pemfile = "1.0.2"