Update Rust crate russh-keys to 0.40.0 - autoclosed #4615
Closed
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.
This PR contains the following updates:
0.38.0
->0.40.0
Release Notes
warp-tech/russh (russh-keys)
v0.40.0
Compare Source
Breaking changes
acd744a
:ChannelStream
rebuild (Maya the bee) #181ChannelStream
is now generic over the same type as the parentChannel
AsyncRead
andAsyncWrite
handles for a channel, as well as its extended streams withmake_reader(_ext)
andmake_writer(_ext)
.Changes
92660ef
: Support for NIST P-256 public keys (George Hopkins) #2084a683d2
: Add client-sent keepalives (Milo Mirate) #196c4a0688
: Add method to read known host key (George Hopkins) #2057c03dd9
: add sftp client example (Roman) #1843463ed0
: Fix ChannelMsg::Close docs (Lucas Kent) #212cd59590
: Added client-side inactivity timeout (Adrian Müller) #211c0f3458
: addedServer::handle_session_error
and session closure loggingFixes
d0908de
: fixed #218 - fixed padding calculation, AES-GCM rekey and hmac-sha2-256(-etm) MAC52e5eaa
: UseChannelMsg::WindowAdjusted
during data transfer (Joe Grund) #180e81db83
: Make winapi dep windows only (Lucas Kent) #195a904a08
: Fix handling of key constraints (George Hopkins) #20372afa2b
: Reduce busywaiting in ChannelStream components (Milo Mirate) #1979c25fa2
: Support hashed hostnames in known_hosts file (George Hopkins) #200c66f4b0
: fixed #198 - agent server -ed25519
key parsingv0.39.0
Compare Source
Breaking changes
server::Handler::auth_publickey
method has been changed.auth_publickey_offer
and will accept all offers by default.auth_publickey
method, no action is needed.auth_publickey_offer
.Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.