Merge pull request #2326 from AleoHQ/dependabot/cargo/testnet3/regex-1.7.3

Bump regex from 1.7.2 to 1.7.3
This commit is contained in:
d0cd 2023-03-31 10:00:50 -07:00 committed by GitHub
commit 8996002055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2093,9 +2093,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.7.2" version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",

View File

@ -55,7 +55,7 @@ default-features = false
features = [ "aleo-cli", "circuit", "console", "parallel" ] features = [ "aleo-cli", "circuit", "console", "parallel" ]
[dev-dependencies.regex] [dev-dependencies.regex]
version = "1.7.2" version = "1.7.3"
[dev-dependencies.serde] [dev-dependencies.serde]
version = "1.0.158" version = "1.0.158"