Bump serde from 1.0.207 to 1.0.208 in /src/wasm-lib (#3471)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.207...v1.0.208)

---
updated-dependencies:
- dependency-name: serde
  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-08-16 07:39:55 -07:00
committed by GitHub
parent 2a10688b39
commit a6c5493a7f
4 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ once_cell = "1.19.0"
proc-macro2 = "1"
quote = "1"
regex = "1.10"
serde = { version = "1.0.207", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_tokenstream = "0.2"
syn = { version = "2.0.74", features = ["full"] }