Update to glommio version 0.7 (using crates.io instead of git version)

This commit is contained in:
Joakim Frostegård 2022-02-19 15:32:25 +01:00
parent 0d501dc833
commit f6a7514fb8
5 changed files with 75 additions and 42 deletions

View file

@ -20,7 +20,7 @@ aquatic_common = "0.1.0"
aquatic_ws_protocol = "0.1.0"
futures = "0.3"
futures-rustls = "0.22"
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "2efe2f2a08f54394a435b674e8e0125057cbff03" }
glommio = "0.7"
log = "0.4"
mimalloc = { version = "0.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }