Bump serde from 1.0.206 to 1.0.208

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.206 to 1.0.208.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...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>
This commit is contained in:
dependabot[bot]
2024-08-19 15:24:51 +00:00
committed by GitHub
parent b5bc8daaa7
commit f8c08e5d5a
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ panic = "abort"
[dependencies]
blake3 = "1.5.3"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
rand = "0.8.5"
semver = "1.0.23"