From a0c586d40c4ad696b646da581826810a6b1d81e3 Mon Sep 17 00:00:00 2001 From: "benjamin.747" Date: Tue, 20 Jan 2026 19:00:39 +0800 Subject: [PATCH] fix: downgrade russh version for compile err --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec8f95b1c..4dd98cbe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ futures = "0.3.31" futures-util = "0.3.31" axum = { version = "0.8.8", features = ["macros", "json"] } axum-extra = "0.12.5" -russh = "0.56.0" +russh = "0.55.0" tower-http = "0.6.8" tower = "0.5.3" tower-sessions = { version = "0.14", features = ["memory-store"] } @@ -76,7 +76,7 @@ rand = "0.9.2" flate2 = "1.1.8" smallvec = "1.15.1" bytes = "1.11" -chrono = { version = "0.4.42", features = ["serde"] } +chrono = { version = "0.4.43", features = ["serde"] } hex = "0.4.3" idgenerator = "2.0.0"