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

@ -35,7 +35,7 @@ either = "1"
futures = "0.3"
futures-lite = "1"
futures-rustls = "0.26"
glommio = "0.8"
glommio = "0.9"
httparse = "1"
itoa = "1"
libc = "0.2"

View file

@ -24,7 +24,7 @@ futures = "0.3"
futures-lite = "1"
futures-rustls = "0.26"
hashbrown = "0.14"
glommio = "0.8"
glommio = "0.9"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }

View file

@ -39,7 +39,7 @@ cfg-if = "1"
futures = "0.3"
futures-lite = "1"
futures-rustls = "0.26"
glommio = "0.8"
glommio = "0.9"
hashbrown = { version = "0.14", features = ["serde"] }
httparse = "1"
indexmap = "2"

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"] }