chore(deps): update rust crate serde to 1.0.190 (#740)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-29 20:44:40 +07:00
committed by GitHub
parent 10341c42fd
commit 9558692421
18 changed files with 30 additions and 30 deletions

View File

@@ -24,7 +24,7 @@ lalrpop-util = "0.20.0"
regex = "1.10.2"
# TODO: hide serde behind a feature
serde = { version = "1.0.164", features = ["rc", "derive"] }
serde = { version = "1.0.190", features = ["rc", "derive"] }
itertools = "0.10.5"
thiserror = "1.0.50"