Bump serde from 1.0.145 to 1.0.147

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147)

---
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]
2022-10-24 05:42:06 +00:00
committed by Dustin J. Mitchell
parent c93039f1fd
commit 4af27903f9
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ actix-web = "^3.3.2"
anyhow = "1.0"
thiserror = "1.0"
futures = "^0.3.25"
serde = "^1.0.145"
serde = "^1.0.147"
serde_json = "^1.0"
clap = { version = "^4.0.18", features = ["string"] }
log = "^0.4.17"