chore(deps): update rust crate serde_json to 1.0.94 (#499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-07 11:04:55 +03:00
committed by GitHub
parent d9bdcff343
commit c985e39824
17 changed files with 18 additions and 18 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.93"
serde_json = "1.0.94"
itertools = "0.10.5"
thiserror = "1.0.38"