-
Notifications
You must be signed in to change notification settings - Fork 999
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(deps): upgrade thiserror
to 2.0
#5689
Conversation
a88e315
to
a1856b9
Compare
a1856b9
to
aaea5c5
Compare
This pull request has merge conflicts. Could you please resolve them @hanabi1224? 🙏 |
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 thanks
run cargo update to update Cargo.lock
this is currently breaking the webrtc tests and it's also possibly what's issuing the clippy warnings, can you checkout master
's Cargo.lock
and only update thiserror
and its direct dependencies?
Thanks!
@jxs Done.
This might indicate an issue with webrtc as crate users won't use the same |
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.
Thanks!
This might indicate an issue with webrtc as crate users won't use the same Cargo.lock in this repo
Yeah, we plan to deprecate it and replace it with str0m
see #3659
Changes: - upgrade `thiserror` crate from `1` to `2` - move `thiserror` to `workspace.dependencies` - sort `workspace.dependencies` - ~run `cargo update` to update `Cargo.lock`~ (Skipping changelog as `thiserror` does not present in any public APIs) Pull-Request: libp2p#5689.
Description
Changes:
thiserror
crate from1
to2
thiserror
toworkspace.dependencies
workspace.dependencies
runcargo update
to updateCargo.lock
(Skipping changelog as
thiserror
does not present in any public APIs)Notes & open questions
Change checklist