chore(deps): update rust crate serde_json to 1.0.93 (#462)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-13 12:17:52 +03:00
committed by GitHub
parent 41f345261d
commit 91189a1d9d
16 changed files with 16 additions and 16 deletions

View File

@ -27,7 +27,7 @@ multimap = "0.8.3"
# TODO: hide serde behind a feature
serde = { version = "1.0.152", features = ["rc", "derive"] }
serde_json = "1.0.92"
serde_json = "1.0.93"
itertools = "0.10.5"
thiserror = "1.0.38"