diff --git a/Cargo.toml b/Cargo.toml index 46037ae5..781bcefc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pin-project-lite = "0.2.13" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } criterion = { version = "0.5.1", features = ["html_reports"] } axum = "0.7.2" -salvo = { version = "0.63.0", features = ["tower-compat"] } +salvo = { version = "0.64.0", features = ["tower-compat"] } rust_socketio = { version = "0.4.2", features = ["async"] } [workspace.package]