build(deps): bump serde from 1.0.201 to 1.0.202 (#154)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)

---
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-05-16 12:09:33 -07:00
committed by GitHub
parent e9ba336f68
commit 612203f014
2 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ default-features = false
features = ["rustls-tls"]
[workspace.dependencies.serde]
version = "1.0.201"
version = "1.0.202"
features = ["derive"]
[workspace.dependencies.sys-mount]