mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-21 10:41:32 +00:00
chore(deps): update rust crate regex to 1.10.2 (#603)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@ -21,7 +21,7 @@ lalrpop = "0.20.0"
|
||||
air-lambda-ast = { version = "0.1.0", path = "../ast" }
|
||||
|
||||
lalrpop-util = "0.20.0"
|
||||
regex = "1.8.1"
|
||||
regex = "1.10.2"
|
||||
|
||||
# TODO: hide serde behind a feature
|
||||
serde = { version = "1.0.164", features = ["rc", "derive"] }
|
||||
|
Reference in New Issue
Block a user