build: Bump serde from 1.0.168 to 1.0.193

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

---
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-01-25 10:16:09 +00:00
parent 3ce0fef7fd
commit 8f90fba250
13 changed files with 16 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ libc = "0.2.147"
log = "0.4.20"
net_gen = { path = "../net_gen" }
rate_limiter = { path = "../rate_limiter" }
serde = "1.0.168"
serde = "1.0.193"
thiserror = "1.0.52"
versionize = "0.2.0"
versionize_derive = "0.1.6"