build(deps): bump serde from 1.0.181 to 1.0.183

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.181 to 1.0.183.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.181...v1.0.183)

---
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]
2023-08-08 17:46:28 +00:00
committed by Quentin Gliech
parent 99e850f335
commit 03c87f455e
21 changed files with 25 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
[dependencies]
serde = { version = "1.0.181", optional = true }
serde = { version = "1.0.183", optional = true }
schemars = { version = "0.8.12", default-features = false, optional = true }
[features]