build: Bump serde from 1.0.193 to 1.0.196

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.193 to 1.0.196.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.196)

---
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]
2024-02-09 23:04:35 +00:00
parent 308b74f3a4
commit 5b0de115f0
13 changed files with 38 additions and 38 deletions

View File

@@ -21,7 +21,7 @@ net_util = { path = "../net_util" }
pci = { path = "../pci" }
rate_limiter = { path = "../rate_limiter" }
seccompiler = "0.4.0"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.109"
serial_buffer = { path = "../serial_buffer" }
thiserror = "1.0.52"