Bump serde from 1.0.154 to 1.0.155 (#894)

This commit is contained in:
dependabot[bot] 2023-03-13 02:40:10 +00:00 committed by GitHub
parent ba9fa170c0
commit 45952446d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -26,7 +26,7 @@ miette = "5.5.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }
once_cell = "1.17.1"
semver = { version = "1.0.16", features = ["serde"] }
serde = { version = "1.0.154", features = ["derive"] }
serde = { version = "1.0.155", features = ["derive"] }
strum = "0.24.1"
tempfile = "3.4.0"
thiserror = "1.0.39"