Bump syn from 2.0.58 to 2.0.59 in /src/wasm-lib (#2106)

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

---
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-04-14 21:13:29 -07:00
committed by GitHub
parent 70bc0accad
commit e8240ee896
3 changed files with 43 additions and 43 deletions

View File

@ -20,7 +20,7 @@ quote = "1"
regex = "1.10"
serde = { version = "1.0.197", features = ["derive"] }
serde_tokenstream = "0.2"
syn = { version = "2.0.58", features = ["full"] }
syn = { version = "2.0.59", features = ["full"] }
[dev-dependencies]
anyhow = "1.0.82"