Update glommio to v0.9

This commit is contained in:
Joakim Frostegård 2024-04-25 22:50:41 +02:00
parent 6c4b2d384d
commit b1848c361d
5 changed files with 20 additions and 30 deletions

View file

@ -23,7 +23,7 @@ anyhow = "1"
async-tungstenite = "0.25"
futures = "0.3"
futures-rustls = "0.26"
glommio = "0.8"
glommio = "0.9"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }