Skip to content
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

Update syn to v2.0.15 #321

Closed
wants to merge 1 commit into from
Closed

Conversation

daxpedda
Copy link

@daxpedda daxpedda commented May 12, 2023

This updates syn to v2, which is a rather trivial change, but to not pull in both v1 and v2, I updated all the other dependencies still depending on v1:

  • async-trait v0.1.56 -> v0.1.68
  • serde v1.0.137 -> v1.0.163
  • futures-channel v0.3.21 -> v0.3.28
  • futures-util v0.3.21 -> v0.3.28
  • tokio v1.19.2 -> v1.28.1
  • pin-project v1.0.12 -> v1.1.0

Including some more indirect dependencies:

  • cxx v1.0.81 -> v1.0.94
  • openssl-macros v0.1.0 -> v0.1.1
  • thiserror v1.0.37 -> v1.0.40

Some dependencies still rely on syn v1:

So we might want to hold off until all our dependencies upgrade.

@daxpedda
Copy link
Author

Replaced by #333.

@daxpedda daxpedda closed this Jun 12, 2023
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.

1 participant