chore(deps): update rust crate serde to 1.0.155 (#508)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-12 14:35:50 +07:00
committed by GitHub
parent f87d1cb373
commit eb1425de25
16 changed files with 19 additions and 19 deletions

View File

@ -26,7 +26,7 @@ codespan-reporting = "0.11.1"
multimap = "0.8.3"
# TODO: hide serde behind a feature
serde = { version = "1.0.154", features = ["rc", "derive"] }
serde = { version = "1.0.155", features = ["rc", "derive"] }
serde_json = "1.0.94"
itertools = "0.10.5"