fix(deps): update all non-major rust dependencies (#369)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-24 12:54:40 +03:00
committed by GitHub
parent fb344084a7
commit d3bda16e71
17 changed files with 61 additions and 61 deletions

View File

@@ -20,14 +20,14 @@ lalrpop = "0.19.8"
air-lambda-ast = { path = "../ast" }
lalrpop-util = "0.19.8"
regex = "1.6.0"
regex = "1.7.0"
codespan = "0.11.1"
codespan-reporting = "0.11.1"
multimap = "0.8.3"
# TODO: hide serde behind a feature
serde = { version = "1.0.145", features = ["rc", "derive"] }
serde_json = "1.0.86"
serde = { version = "1.0.147", features = ["rc", "derive"] }
serde_json = "1.0.89"
itertools = "0.10.5"
thiserror = "1.0.37"