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"