chore(deps): update rust crate serde to 1.0.158 (#536)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-21 00:28:18 +07:00
committed by GitHub
parent ad1ab9ee81
commit 2c8d02d271
16 changed files with 23 additions and 23 deletions

View File

@ -21,7 +21,7 @@ air-interpreter-interface = { version = "0.13.0", path = "../interpreter-interfa
air-interpreter-cid = { version = "0.2.0", path = "../interpreter-cid" }
polyplets = { version = "0.3.2", path = "../polyplets" }
serde = {version = "1.0.155", features = ["derive", "rc"]}
serde = {version = "1.0.158", features = ["derive", "rc"]}
serde_json = "1.0.94"
semver = { version = "1.0.17", features = ["serde"] }
once_cell = "1.17.1"