build: Bump serde_with from 3.7.0 to 3.9.0

Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.7.0 to 3.9.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](https://github.com/jonasbb/serde_with/compare/v3.7.0...v3.9.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-08-01 23:50:36 +00:00
committed by cloud-hypervisor-bot
parent 68bb32a3e7
commit dc72ef42dc
3 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ mshv-bindings = { git = "https://github.com/rust-vmm/mshv", tag = "v0.2.0", feat
], optional = true }
mshv-ioctls = { git = "https://github.com/rust-vmm/mshv", tag = "v0.2.0", optional = true }
serde = { version = "1.0.197", features = ["derive", "rc"] }
serde_with = { version = "3.7.0", default-features = false, features = [
serde_with = { version = "3.9.0", default-features = false, features = [
"macros",
] }
thiserror = "1.0.62"