Bump serde from 1.0.158 to 1.0.159 (#959)

This commit is contained in:
dependabot[bot] 2023-03-29 23:12:31 +11:00 committed by GitHub
parent 877606ef40
commit b645cc6286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -27,7 +27,7 @@ miette = "5.6.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }
once_cell = "1.17.1"
semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.157", features = ["derive"] }
serde = { version = "1.0.159", features = ["derive"] }
strum = "0.24.1"
tempfile = "3.4.0"
thiserror = "1.0.40"