mirror of
https://github.com/fluencelabs/aquavm
synced 2025-07-30 21:42:04 +00:00
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:
@@ -18,4 +18,4 @@ non-empty-vec = { version = "0.2.3", features = ["serde"] }
|
||||
itertools = "0.10.5"
|
||||
|
||||
serde = { version = "1.0.152", features = ["rc", "derive"] }
|
||||
serde_json = "1.0.92"
|
||||
serde_json = "1.0.93"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user