From 2bd71e8c9041a4c62b9725c8cf014415b92ebbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:54:32 +0000 Subject: [PATCH] chore(agent)(deps): bump russh from 0.62.6 to 0.63.1 in /catalyst-agent Bumps [russh](https://github.com/warp-tech/russh) from 0.62.6 to 0.63.1. - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](https://github.com/warp-tech/russh/compare/v0.62.6...v0.63.1) --- updated-dependencies: - dependency-name: russh dependency-version: 0.63.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- catalyst-agent/Cargo.lock | 6 +++--- catalyst-agent/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalyst-agent/Cargo.lock b/catalyst-agent/Cargo.lock index 85e973a77..041586f2b 100644 --- a/catalyst-agent/Cargo.lock +++ b/catalyst-agent/Cargo.lock @@ -273,7 +273,7 @@ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" [[package]] name = "catalyst-agent" -version = "1.35.3" +version = "1.35.5" dependencies = [ "aes-gcm", "anyhow", @@ -2286,9 +2286,9 @@ dependencies = [ [[package]] name = "russh" -version = "0.62.6" +version = "0.63.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b41043523e0edcbd4e31d00903e26f12994f63b21bae9904f7405c1ed92752a5" +checksum = "35bab1b87d915817d5d9cc352637cd40d5f0b298a48c6309af9156a4addc3031" dependencies = [ "aes", "aws-lc-rs", diff --git a/catalyst-agent/Cargo.toml b/catalyst-agent/Cargo.toml index 64ebc1795..293ed04bb 100644 --- a/catalyst-agent/Cargo.toml +++ b/catalyst-agent/Cargo.toml @@ -38,7 +38,7 @@ tonic = "0.14" prost = "0.14" prost-types = "0.14" # russh 0.62 folds keys into the main crate; keep ssh-key for host-key IO helpers -russh = "0.62" +russh = "0.63" russh-sftp = "2.4" ssh-key = "0.7.0-rc" anyhow = "1"