chore(deps): update rust crate regex to 1.7.1 (#433)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-01-24 22:29:00 +07:00
committed by GitHub
parent 74a516c6d3
commit dacd4f074b
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ lalrpop = "0.19.8"
air-lambda-ast = { path = "../ast" }
lalrpop-util = "0.19.8"
regex = "1.7.0"
regex = "1.7.1"
codespan = "0.11.1"
codespan-reporting = "0.11.1"
multimap = "0.8.3"