-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore(deps): Update dependencies #2652
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
Conversation
3c7db95 to
a7e5ed5
Compare
|
Hi @reneleonhardt, thank you for submitting this PR. I suggest we split it into two: one for Rust and another for WASM. |
|
Then I remove WASM from this one first. |
Xuanwo
left a comment
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.
Version bump in dev-dependencies looks good to me.
|
|
||
| [target.'cfg(windows)'.dependencies] | ||
| windows-registry = "0.4" | ||
| windows-registry = "0.5" |
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.
windows-registry requires 1.74 which is newer than reqwest's current MSRV 1.64.
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.
By the way, windows-registry 0.4 requires 1.74 too but it works well so far.
I'll leave this for @seanmonstar to decide.
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.
cargo msrv find --min 1.70.0 never showed anything higher than 1.70.0 😅
Other dependencies already updated to 1.71 for example.
.github/dependabot.yml
Outdated
| directory: "/" | ||
| directories: | ||
| - "/" | ||
| - "/examples/wasm_github_fetch" |
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.
Maybe we can remove this change since they are not related.
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.
I'd rather not get PRs about the WASM example dependencies at all. (I occasionally get security ones for npm packages, but I wish I could turn those off. It's just an example, I don't want the commit history filled with npm updates.)
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.
Removed Dependabot cargo for examples/wasm_github_fetch upon request (it wasn't for npm).
1578dd9 to
e10b1f2
Compare
|
I believe we've already upgraded the necessary bits in other PRs. Thanks! |
Updates