build(deps): bump serde from 1.0.206 to 1.0.207 in the dep-updates group (#324)

Bumps the dep-updates group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.206 to 1.0.207
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.206...v1.0.207)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-updates
...

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-08-13 09:58:37 -07:00
committed by GitHub
parent 0358c9c775
commit ffc9dcc0ea
2 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@ default-features = false
features = ["rustls-tls"]
[workspace.dependencies.serde]
version = "1.0.206"
version = "1.0.207"
features = ["derive"]
[workspace.dependencies.sys-mount]