build(deps): bump regex from 1.4.5 to 1.4.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.5...1.4.6) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
04cfc2274b
commit
1be56166b6
|
@ -2681,9 +2681,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.4.5"
|
version = "1.4.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
|
@ -17,7 +17,7 @@ tracing = "0.1.25"
|
||||||
tracing-subscriber = "0.2.17"
|
tracing-subscriber = "0.2.17"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
spandoc = "0.2.0"
|
spandoc = "0.2.0"
|
||||||
regex = "1.4.5"
|
regex = "1.4.6"
|
||||||
thiserror = "1.0.24"
|
thiserror = "1.0.24"
|
||||||
pretty_assertions = "0.7.2"
|
pretty_assertions = "0.7.2"
|
||||||
owo-colors = "2.0.0"
|
owo-colors = "2.0.0"
|
||||||
|
|
Loading…
Reference in New Issue