mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
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:
parent
74a516c6d3
commit
dacd4f074b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2406,9 +2406,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.7.0"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -17,7 +17,7 @@ air-lambda-ast = { path = "../lambda/ast" }
|
||||
air-lambda-parser = { path = "../lambda/parser" }
|
||||
|
||||
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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user