build(deps): bump serde from 1.0.198 to 1.0.199 (#122)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.199.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)

---
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-04-30 16:31:20 +00:00
committed by GitHub
parent 39c2e58fbc
commit 520018a86d
2 changed files with 5 additions and 5 deletions

View File

@ -100,7 +100,7 @@ default-features = false
features = ["rustls-tls"]
[workspace.dependencies.serde]
version = "1.0.198"
version = "1.0.199"
features = ["derive"]
[workspace.dependencies.sys-mount]