Skip to content

Conversation

@reneleonhardt
Copy link

@reneleonhardt reneleonhardt commented Apr 24, 2025

Updates

  • Update Cargo dependencies
  • Let Dependabot update examples/wasm_github_fetch

@Xuanwo
Copy link
Contributor

Xuanwo commented Apr 24, 2025

Hi @reneleonhardt, thank you for submitting this PR. I suggest we split it into two: one for Rust and another for WASM.

@reneleonhardt
Copy link
Author

Then I remove WASM from this one first.

Copy link
Contributor

@Xuanwo Xuanwo left a 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"
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Author

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.

directory: "/"
directories:
- "/"
- "/examples/wasm_github_fetch"
Copy link
Contributor

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.

Copy link
Owner

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.)

Copy link
Author

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).

@seanmonstar
Copy link
Owner

I believe we've already upgraded the necessary bits in other PRs. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants