mirror of
https://github.com/fluencelabs/aquavm
synced 2025-07-24 18:42:00 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user