-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(networking): Upgrade trust-dns
#2512
Conversation
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
Great PR! Please pay attention to the following items before merging: Files matching
This is an automatically generated QA checklist based on modified files |
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
@LucioFranco The CI is unhappy with this PR. Otherwise it looks good :) |
I can't seem to reproduce any of these failures locally but they seem to be very consistent on CI :/ |
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
Signed-off-by: Lucio Franco <luciofranco14@gmail.com>
@@ -1,7 +1,5 @@ | |||
[advisories] | |||
ignore = [ | |||
"RUSTSEC-2020-0014", # Advisory for dev dependency of `trust-dns` for testing | |||
# dns servers. | |||
"RUSTSEC-2020-0002", # tracked in #1639 | |||
"RUSTSEC-2020-0001", # dev dependency only |
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.
RUSTSEC-2020-0001
not required with this changes too?
https://rustsec.org/advisories/RUSTSEC-2020-0001.html
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.
Yup, good catch we can remove that one as well!
This upgrades
trust-dns
and allows us to fix the RUSTSEC issue that came up earlier this week.Currently, blocked by https://github.com/bluejekyll/trust-dns/pull/1087 and #2511 is open to upgrade to the crates version.
Closes #2464
Signed-off-by: Lucio Franco luciofranco14@gmail.com