Skip to content

Update dependencies for 0.13.0 - #631

Merged
str4d merged 6 commits into
mainfrom
update-deps-0.13.0
Jul 13, 2026
Merged

Update dependencies for 0.13.0#631
str4d merged 6 commits into
mainfrom
update-deps-0.13.0

Conversation

@str4d

@str4d str4d commented Jul 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

@str4d str4d added this to the rage 0.13.0 milestone Jul 13, 2026
@str4d
str4d force-pushed the update-deps-0.13.0 branch from 82ffeb2 to f899b39 Compare July 13, 2026 19:35
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 53.50318% with 73 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.10%. Comparing base (6394c89) to head (251d10f).

Files with missing lines Patch % Lines
rage/src/bin/rage-mount/zip.rs 0.00% 20 Missing ⚠️
age/src/plugin.rs 0.00% 12 Missing ⚠️
age/src/ssh/recipient.rs 20.00% 12 Missing ⚠️
age/src/cli_common/recipients.rs 40.00% 9 Missing ⚠️
age/src/identity.rs 68.42% 6 Missing ⚠️
age/src/cli_common.rs 0.00% 3 Missing ⚠️
age/src/native/tagpq.rs 0.00% 3 Missing ⚠️
age/src/protocol.rs 84.61% 2 Missing ⚠️
age/src/cli_common/identities.rs 0.00% 1 Missing ⚠️
age/src/native/tag.rs 75.00% 1 Missing ⚠️
... and 4 more
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@str4d
str4d force-pushed the update-deps-0.13.0 branch from f899b39 to b7f82d8 Compare July 13, 2026 20:24
@str4d
str4d force-pushed the update-deps-0.13.0 branch 5 times, most recently from b2d2283 to 251d10f Compare July 13, 2026 21:36
Comment thread age/Cargo.toml
# 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 = [

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

str4d added 2 commits July 13, 2026 21:46
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
str4d force-pushed the update-deps-0.13.0 branch from 251d10f to 22798ae Compare July 13, 2026 21:50
@str4d
str4d merged commit 8d79deb into main Jul 13, 2026
50 checks passed
@str4d
str4d deleted the update-deps-0.13.0 branch July 13, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant