Update glommio to v0.8

This enables removing membarrier fix
This commit is contained in:
Joakim Frostegård 2023-03-15 23:50:36 +01:00
parent 6312a4d88a
commit 45e28cc39a
7 changed files with 15 additions and 41 deletions

View file

@ -22,7 +22,7 @@ anyhow = "1"
async-tungstenite = "0.19"
futures = "0.3"
futures-rustls = "0.22"
glommio = "0.7"
glommio = "0.8"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }