-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: update deps #14416
chore: update deps #14416
Conversation
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.
LGTM
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.
LGTM
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | ||
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" | ||
dependencies = [ | ||
"autocfg 1.1.0", |
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.
This is very strange... how come autocfg 0.1.8
depends on autocfg 1.1.0
?
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.
https://docs.rs/autocfg/0.1.8/autocfg/
As of autocfg 0.1.8, this is simply re-exporting from autocfg 1.1.0 or later. Please upgrade and refer to the newer version for current documentation!
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.
Joyful
main updated trust-dns-client and trust-dns-server in #14372, which was semver-minor. That means the change was not cherry- picked to 1.21. Then, main updated those same dependencies again in #14416, as a patch change. However, the first change made some changes that the second change built on. Those changes are captured here.
main updated trust-dns-client and trust-dns-server in #14372, which was semver-minor. That means the change was not cherry- picked to 1.21. Then, main updated those same dependencies again in #14416, as a patch change. However, the first change made some changes that the second change built on. Those changes are captured here.
Updates a lot of dependencies. Skipped of
ext/crypto
as too much has changedthere to be able to bunch that into this PR.
Note: there is a duplicate
dprint-core
in here. @dsherret can you dedupe?