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

@@ -49,7 +49,7 @@ pci = { path = "../pci" }
range_map_vec = { version = "0.1.0", optional = true }
rate_limiter = { path = "../rate_limiter" }
seccompiler = "0.4.0"
serde = { version = "1.0.193", features = ["rc", "derive"] }
serde = { version = "1.0.196", features = ["rc", "derive"] }
serde_json = "1.0.109"
serial_buffer = { path = "../serial_buffer" }
signal-hook = "0.3.17"