chore(deps): update rust crate regex to v1.11.2
All checks were successful
Build and test / Generate Documentation (pull_request) Successful in 25m6s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 4m11s
Build and test / Build AMD64 (pull_request) Successful in 30m10s
Build and test / Clippy (pull_request) Successful in 26m35s
Build and test / Tests (pull_request) Successful in 29m38s
All checks were successful
Build and test / Generate Documentation (pull_request) Successful in 25m6s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 4m11s
Build and test / Build AMD64 (pull_request) Successful in 30m10s
Build and test / Clippy (pull_request) Successful in 26m35s
Build and test / Tests (pull_request) Successful in 29m38s
This commit is contained in:
parent
cad6018ae2
commit
728ec34a63
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2175,9 +2175,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.11.1"
|
version = "1.11.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick 1.1.3",
|
"aho-corasick 1.1.3",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue