Bump serde from 1.0.152 to 1.0.153 (#873)

This commit is contained in:
dependabot[bot] 2023-03-08 02:37:38 +00:00 committed by GitHub
parent ecd599bfa8
commit f5c30c2f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ fs-lock = { version = "0.1.0", path = "../fs-lock" }
home = "0.5.4"
miette = "5.5.0"
semver = { version = "1.0.16", features = ["serde"] }
serde = { version = "1.0.152", features = ["derive"] }
serde = { version = "1.0.153", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.94"
thiserror = "1.0.39"