Bump serde from 1.0.204 to 1.0.206

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.206.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.206)

---
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-12 15:47:19 +00:00
committed by GitHub
parent 2a7ceee990
commit 27cd0a0a61
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.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.120"
rand = "0.8.5"
semver = "1.0.23"