mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Upgrade metrics, metrics-exporter, tungstenite & async-tungstenite
This commit is contained in:
parent
bb3857d018
commit
8734855c49
6 changed files with 45 additions and 92 deletions
|
|
@ -19,7 +19,7 @@ aquatic_toml_config.workspace = true
|
|||
aquatic_ws_protocol.workspace = true
|
||||
|
||||
anyhow = "1"
|
||||
async-tungstenite = "0.20"
|
||||
async-tungstenite = "0.22"
|
||||
futures = "0.3"
|
||||
futures-rustls = "0.24"
|
||||
glommio = "0.8"
|
||||
|
|
@ -30,7 +30,7 @@ rand_distr = "0.4"
|
|||
rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tungstenite = "0.18"
|
||||
tungstenite = "0.19"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue