build(deps): bump regex from 1.8.1 to 1.8.2 (#6748)
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.2. - [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.8.1...1.8.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0918663e3e
commit
3706ff6e67
10
Cargo.lock
10
Cargo.lock
|
@ -3612,13 +3612,13 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.8.1"
|
version = "1.8.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
|
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick 1.0.1",
|
"aho-corasick 1.0.1",
|
||||||
"memchr",
|
"memchr",
|
||||||
"regex-syntax 0.7.1",
|
"regex-syntax 0.7.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -3638,9 +3638,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex-syntax"
|
name = "regex-syntax"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
|
|
|
@ -35,7 +35,7 @@ ordered-map = "0.4.2"
|
||||||
pin-project = "1.1.0"
|
pin-project = "1.1.0"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
regex = "1.8.1"
|
regex = "1.8.2"
|
||||||
serde = { version = "1.0.163", features = ["serde_derive"] }
|
serde = { version = "1.0.163", features = ["serde_derive"] }
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ itertools = "0.10.5"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
metrics = "0.21.0"
|
metrics = "0.21.0"
|
||||||
mset = "0.1.1"
|
mset = "0.1.1"
|
||||||
regex = "1.8.1"
|
regex = "1.8.2"
|
||||||
rlimit = "0.9.1"
|
rlimit = "0.9.1"
|
||||||
rocksdb = { version = "0.21.0", default_features = false, features = ["lz4"] }
|
rocksdb = { version = "0.21.0", default_features = false, features = ["lz4"] }
|
||||||
serde = { version = "1.0.163", features = ["serde_derive"] }
|
serde = { version = "1.0.163", features = ["serde_derive"] }
|
||||||
|
|
|
@ -15,7 +15,7 @@ insta = "1.29.0"
|
||||||
proptest = "1.1.0"
|
proptest = "1.1.0"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
rand = { version = "0.8.5", package = "rand" }
|
rand = { version = "0.8.5", package = "rand" }
|
||||||
regex = "1.8.1"
|
regex = "1.8.2"
|
||||||
|
|
||||||
tokio = { version = "1.28.0", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.28.0", features = ["full", "tracing", "test-util"] }
|
||||||
tower = { version = "0.4.13", features = ["util"] }
|
tower = { version = "0.4.13", features = ["util"] }
|
||||||
|
|
|
@ -67,7 +67,7 @@ zebra-chain = { path = "../zebra-chain" }
|
||||||
itertools = { version = "0.10.5", optional = true }
|
itertools = { version = "0.10.5", optional = true }
|
||||||
|
|
||||||
# These crates are needed for the search-issue-refs binary
|
# These crates are needed for the search-issue-refs binary
|
||||||
regex = { version = "1.8.1", optional = true }
|
regex = { version = "1.8.2", optional = true }
|
||||||
reqwest = { version = "0.11.18", optional = true }
|
reqwest = { version = "0.11.18", optional = true }
|
||||||
|
|
||||||
# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
|
# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
|
||||||
|
|
|
@ -195,7 +195,7 @@ abscissa_core = { version = "0.5", features = ["testing"] }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
jsonrpc-core = "18.0.0"
|
jsonrpc-core = "18.0.0"
|
||||||
once_cell = "1.17.1"
|
once_cell = "1.17.1"
|
||||||
regex = "1.8.1"
|
regex = "1.8.2"
|
||||||
semver = "1.0.17"
|
semver = "1.0.17"
|
||||||
|
|
||||||
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
|
# zebra-rpc needs the preserve_order feature, it also makes test results more stable
|
||||||
|
|
Loading…
Reference in New Issue