Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.68serde
v1.0.137 -> v1.0.163futures-channel
v0.3.21 -> v0.3.28futures-util
v0.3.21 -> v0.3.28tokio
v1.19.2 -> v1.28.1pin-project
v1.0.12 -> v1.1.0Including some more indirect dependencies:
cxx
v1.0.81 -> v1.0.94openssl-macros
v0.1.0 -> v0.1.1thiserror
v1.0.37 -> v1.0.40Some dependencies still rely on
syn
v1:pin-project-internal
(frompin-project
) - Update to syn-2 (Continuation) taiki-e/pin-project#354walrus-macro
(fromwalrus
) - Updatesyn
to v2 rustwasm/walrus#239wasm-bindgen-macro-support
- Updatewasm-bindgen
to v0.2.86 #319wasm-bindgen-backend
(fromwasm-bindgen-macro-support
) - Updatewasm-bindgen
to v0.2.86 #319So we might want to hold off until all our dependencies upgrade.