Bump syn from 2.0.69 to 2.0.70 in /src/wasm-lib (#2981)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.69 to 2.0.70.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.69...2.0.70)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-08 20:36:30 -07:00
committed by GitHub
parent de73f335fe
commit 4747cdcab6
3 changed files with 38 additions and 38 deletions

View File

@ -20,7 +20,7 @@ quote = "1"
regex = "1.10"
serde = { version = "1.0.204", features = ["derive"] }
serde_tokenstream = "0.2"
syn = { version = "2.0.69", features = ["full"] }
syn = { version = "2.0.70", features = ["full"] }
[dev-dependencies]
anyhow = "1.0.86"