Update dependencies for 0.13.0 - #631
Merged
Merged
Conversation
str4d
force-pushed
the
update-deps-0.13.0
branch
from
July 13, 2026 19:35
82ffeb2 to
f899b39
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #631 +/- ##
==========================================
- Coverage 57.27% 56.10% -1.17%
==========================================
Files 46 45 -1
Lines 4620 4506 -114
==========================================
- Hits 2646 2528 -118
- Misses 1974 1978 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
str4d
force-pushed
the
update-deps-0.13.0
branch
from
July 13, 2026 20:24
f899b39 to
b7f82d8
Compare
str4d
force-pushed
the
update-deps-0.13.0
branch
5 times, most recently
from
July 13, 2026 21:36
b2d2283 to
251d10f
Compare
str4d
commented
Jul 13, 2026
| # OpenSSH-specific dependencies: | ||
| # - RSAES-OAEP from RFC 8017 with SHA-256 and MGF1 | ||
| rsa = { version = "0.9", default-features = false, optional = true } | ||
| rsa = { version = "=0.10.0-rc.18", default-features = false, features = [ |
Owner
Author
There was a problem hiding this comment.
Ideally I'd either not expose this in the public API (so I can update it later), or rsa 0.10.0 is released before I cut age 0.13.0. It's likely neither happens.
This lets us eliminate a bunch of duplicate dependencies, while still keeping the main MSRV as low as possible.
These show up because we run clippy checks against both MSRVs. Fortunately all of them are for 1.85-valid features.
str4d
force-pushed
the
update-deps-0.13.0
branch
from
July 13, 2026 21:50
251d10f to
22798ae
Compare
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.
No description provided.