Merge pull request #27837 from AleoHQ/dependabot/cargo/testnet3/regex-1.10.4

Bump regex from 1.10.3 to 1.10.4
This commit is contained in:
d0cd 2024-03-25 07:53:39 -07:00 committed by GitHub
commit e351b3c043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2194,9 +2194,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.10.3"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -62,7 +62,7 @@ default-features = false
workspace = true
[dev-dependencies.regex]
version = "1.10.3"
version = "1.10.4"
[dev-dependencies.serde]
version = "1.0.196"