From 84a60e0c260a55f3db422ce9f2ea70aec4012ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:39:22 +0000 Subject: [PATCH] chore(deps): bump russh from 0.62.4 to 0.62.5 in /native/rust Bumps [russh](https://github.com/warp-tech/russh) from 0.62.4 to 0.62.5. - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](https://github.com/warp-tech/russh/compare/v0.62.4...v0.62.5) --- updated-dependencies: - dependency-name: russh dependency-version: 0.62.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- native/rust/Cargo.lock | 32 ++++++++++++++++---------------- native/rust/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/native/rust/Cargo.lock b/native/rust/Cargo.lock index b20bd6620..888949e45 100644 --- a/native/rust/Cargo.lock +++ b/native/rust/Cargo.lock @@ -1613,12 +1613,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba91f619216e76a5eb2515783f7ec2e271938b51aadac592f4930517f4626863" dependencies = [ "heck", - "indexmap 1.9.3", + "indexmap 2.14.0", "itertools 0.14.0", "proc-macro-crate", "proc-macro2", "quote", - "sha3 0.11.0", + "sha3 0.12.0", "strum", "syn 3.0.3", "unicode-ident", @@ -1739,7 +1739,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2009,7 +2009,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4000,7 +4000,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4823,7 +4823,7 @@ dependencies = [ "derive-deftly", "libc", "paste", - "thiserror 1.0.69", + "thiserror 2.0.19", ] [[package]] @@ -4896,7 +4896,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -7020,9 +7020,9 @@ dependencies = [ [[package]] name = "russh" -version = "0.62.4" +version = "0.62.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8b67b5a0d8068c89dcbe9d95df986af7a851d1f3c604525274c37468e60464f" +checksum = "da7c230e0ed9cbeb92fbad6c8848985d6df2a1464c0dc247a021abd666e9005e" dependencies = [ "aes 0.9.1", "aws-lc-rs", @@ -7148,7 +7148,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -7207,7 +7207,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -7788,7 +7788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -8086,10 +8086,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10044,7 +10044,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -10442,7 +10442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" dependencies = [ "cfg-if", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/native/rust/Cargo.toml b/native/rust/Cargo.toml index 09494e8ba..01a64ddd6 100644 --- a/native/rust/Cargo.toml +++ b/native/rust/Cargo.toml @@ -230,7 +230,7 @@ ripdpi-ssh = { path = "crates/ripdpi-ssh" } # primitives (rsa, ssh-key, ssh-cipher) remain release candidates and ship in every # build via the always-on SSH relay. Track the remaining upstream stabilization in # deny.toml [advisories] "Known RC-crypto exposure" and Eugeny/russh #697 / PR #702. -russh = "=0.62.4" +russh = "=0.62.5" ripdpi-naiveproxy = { path = "crates/ripdpi-naiveproxy" } ripdpi-cloudflare-origin = { path = "crates/ripdpi-cloudflare-origin" } criterion = { version = "0.8", features = ["html_reports"] }