chore(deps): bump russh from 0.61.1 to 0.61.2 in the cargo group across 1 directory - #37
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump russh from 0.61.1 to 0.61.2 in the cargo group across 1 directory#37dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Coverage reportGenerated by |
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-9b5d0243ad
branch
from
July 29, 2026 12:58
eedbe4a to
4fa90b7
Compare
Coverage reportGenerated by |
Bumps the cargo group with 1 update in the / directory: [russh](https://github.com/warp-tech/russh). Updates `russh` from 0.61.1 to 0.61.2 - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](Eugeny/russh@v0.61.1...v0.61.2) --- updated-dependencies: - dependency-name: russh dependency-version: 0.61.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-9b5d0243ad
branch
from
July 30, 2026 16:01
4fa90b7 to
4018a75
Compare
Coverage reportGenerated by |
7 tasks
mizu-jun
added a commit
that referenced
this pull request
Aug 21, 2026
Replaces dependabot #37, which was opened against a 2026-07-28 lock file and had drifted from master. russh 0.61.1 -> 0.61.2 pulls a semver-compatible refresh of the crypto crates it pins: curve25519-dalek 5.0.0-pre.6 -> rc.0, ed25519-dalek 3.0.0-pre.7 -> rc.0, elliptic-curve rc.32 -> rc.33, the p256/p384/p521 family rc.9 -> rc.10, md5 0.7 -> 0.8. RustCrypto's ff/group split lands as the real ff 0.14 / group 0.14 crates, and the transitive windows-sys 0.60 tree drops out entirely: 157 lock lines removed against 65 added. Cargo.toml is untouched — the constraint stays "0.61". russh 0.62.7 exists but is a separate, API-breaking upgrade. pkg/flatpak/cargo-sources.json is regenerated (the flatpak job diffs against it). Upstream's fixes in this range are SEC1 EC keys with full domain parameters and Send bounds on dynamic AgentClient refs. Neither has a Nexterm-side test: nexterm-ssh's 15 tests never open a connection, so the crypto paths ride on CI's three-OS build and upstream's own verification. A live SSH session check is queued with the on-device backlog.
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 1 update in the / directory: russh.
Updates
russhfrom 0.61.1 to 0.61.2Release notes
Sourced from russh's releases.
Commits
ff74d73v0.61.2e7f9f06fix: support SEC1 EC keys with full domain parameters (#719)761483afixed #720 - bump deps (#721)f1a0f18fixed #716 - ensure dynamic AgentClient refs are generally Send (#717)5cac7f3doc fix3f009e8fmt88348ecdocs cleanupca8ae67update auth_publickey_offered doc9422a5dfmtaa48fa7make DhGroup fields public