-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 dependencies with breaking changes #4555
Conversation
crates/net/dns/src/resolver.rs
Outdated
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.
Only code change
thiserror.workspace = true | ||
sucds = "0.5.0" | ||
sucds = "~0.6" |
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.
0.7 contains a lot of breaking changes to the API, I'd rather not update this
@@ -68,23 +68,23 @@ sha2 = "0.10.7" | |||
triehash = "0.8" | |||
# See to replace hashers to simplify libraries | |||
plain_hasher = "0.2" | |||
hash-db = "0.15" | |||
hash-db = "~0.15" |
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.
triehash
depends on hash-db 0.15
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
Codecov Report
... and 7 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
No description provided.