-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency updates #1392
Dependency updates #1392
Conversation
|
4d58ae0
to
f74e0f9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1392 +/- ##
=======================================
Coverage 63.13% 63.13%
=======================================
Files 126 126
Lines 14720 14720
=======================================
Hits 9293 9293
Misses 5427 5427 ☔ View full report in Codecov by Sentry. |
bf223c1
to
51d0dbf
Compare
51d0dbf
to
dbe0e4d
Compare
…tty), bump MSRV to 1.66, and fix new clippy lints for MSRV 1.66. * tonic 0.10 -> 0.11 * tonic-build 0.10 -> 0.11 * cargo update * cargo update -p [email protected] --precise 0.5.5 * cargo update -p [email protected] --precise 0.12.3 * cargo update -p [email protected] --precise 0.12.3 * cargo update -p [email protected] --precise 0.12.3 * cargo update -p [email protected] --precise 0.12.3 * cargo update -p [email protected] --precise 2.2.1 (The precise updates avoid a further MSRV bump to 1.70.) Remaining duplicates are currently unavoidable. Signed-off-by: Daira-Emma Hopwood <[email protected]>
Signed-off-by: Daira-Emma Hopwood <[email protected]>
dbe0e4d
to
39a6b2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK after changelog fixes.
tonic = { version = "0.11", default-features = false } | ||
tonic-build = { version = "0.11", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tonic 0.11
bumps MSRV to 1.70. That also happens to be the next MSRV I wanted to target for zcash_primitives
and its downstream crates (I'm more cautious about bumping MSRV for crates like pasta_curves
, but for the crates in this workspace 1.70 should be fine). We were blocked from doing so by zcashd
being stuck on 1.69, but that was finally fixed last month in zcash/zcash#6879.
I note that in the first commit you avoided certain other dependency updates that would require 1.70; we can upgrade those now. Given that tonic 0.11
only forces the case for zcash_client_backend
with the relevant feature flag enabled, I'm fine with merging this PR as-is, and then landing a follow-up PR that uniformly bumps MSRV to 1.70.
A comment in get_sni_extension asks whether the behaviour of parsing an IPv4 or IPv6 address | ||
in a host_name field of a server_name extension, but then ignoring the extension (because | ||
'Literal IPv4 and IPv6 addresses are not permitted in \"HostName\"'), as the server, is | ||
compliant with RFC 6066. As an original author of RFC 3546 which has very similar wording, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-utACK 851e203
Post-hoc ACK 851e203. |
Update dependencies and audits, and bump MSRV to 1.66.