chore(deps): update rust crate serde_json to 1.0.95 (#571)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-10 15:56:12 +07:00
committed by GitHub
parent 695937d450
commit 7d37c36d00
16 changed files with 17 additions and 17 deletions

View File

@ -28,7 +28,7 @@ multimap = "0.9.0"
# TODO: hide serde behind a feature
serde = { version = "1.0.159", features = ["rc", "derive"] }
serde_json = "1.0.94"
serde_json = "1.0.95"
itertools = "0.10.5"
thiserror = "1.0.40"