chore(deps): update rust crate serde to 1.0.164 (#595)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-06-28 03:47:42 +07:00
committed by GitHub
parent e90dc9285d
commit bba1becdce
16 changed files with 19 additions and 19 deletions

View File

@ -22,7 +22,7 @@ air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
air-interpreter-signatures = { version = "0.1.1", path = "../interpreter-signatures" }
polyplets = { version = "0.3.2", path = "../polyplets" }
serde = {version = "1.0.159", features = ["derive", "rc"]}
serde = {version = "1.0.164", features = ["derive", "rc"]}
serde_json = "1.0.95"
semver = { version = "1.0.17", features = ["serde"] }
once_cell = "1.17.1"