Update regex crate for CVE
This commit is contained in:
parent
496bce229b
commit
59ee399c5f
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2128,9 +2128,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.5.5"
|
||||
version = "1.5.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
||||
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
@ -2145,9 +2145,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
||||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.25"
|
||||
version = "0.6.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
||||
|
||||
[[package]]
|
||||
name = "remove_dir_all"
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -1953,12 +1953,12 @@ def raze_fetch_remote_crates():
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__regex__1_5_5",
|
||||
url = "https://crates.io/api/v1/crates/regex/1.5.5/download",
|
||||
name = "raze__regex__1_5_6",
|
||||
url = "https://crates.io/api/v1/crates/regex/1.5.6/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
|
||||
strip_prefix = "regex-1.5.5",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-1.5.5.bazel"),
|
||||
sha256 = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1",
|
||||
strip_prefix = "regex-1.5.6",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-1.5.6.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
@ -1973,12 +1973,12 @@ def raze_fetch_remote_crates():
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__regex_syntax__0_6_25",
|
||||
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
|
||||
name = "raze__regex_syntax__0_6_26",
|
||||
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.26/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
|
||||
strip_prefix = "regex-syntax-0.6.25",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
|
||||
sha256 = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64",
|
||||
strip_prefix = "regex-syntax-0.6.26",
|
||||
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.26.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1576,7 +1576,7 @@
|
||||
},
|
||||
{
|
||||
"name": "regex",
|
||||
"version": "1.5.5",
|
||||
"version": "1.5.6",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1594,7 +1594,7 @@
|
||||
},
|
||||
{
|
||||
"name": "regex-syntax",
|
||||
"version": "0.6.25",
|
||||
"version": "0.6.26",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
2
cargo/remote/BUILD.env_logger-0.9.0.bazel
vendored
2
cargo/remote/BUILD.env_logger-0.9.0.bazel
vendored
@ -58,7 +58,7 @@ rust_library(
|
||||
"@raze__atty__0_2_14//:atty",
|
||||
"@raze__humantime__2_1_0//:humantime",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__regex__1_5_5//:regex",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__termcolor__1_1_3//:termcolor",
|
||||
],
|
||||
)
|
||||
|
@ -63,7 +63,7 @@ rust_library(
|
||||
"@raze__linkify__0_5_0//:linkify",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
|
||||
"@raze__regex__1_5_5//:regex",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__reqwest__0_11_3//:reqwest",
|
||||
"@raze__serde__1_0_136//:serde",
|
||||
"@raze__thiserror__1_0_30//:thiserror",
|
||||
|
2
cargo/remote/BUILD.prost-build-0.9.0.bazel
vendored
2
cargo/remote/BUILD.prost-build-0.9.0.bazel
vendored
@ -90,7 +90,7 @@ rust_library(
|
||||
"@raze__petgraph__0_6_0//:petgraph",
|
||||
"@raze__prost__0_9_0//:prost",
|
||||
"@raze__prost_types__0_9_0//:prost_types",
|
||||
"@raze__regex__1_5_5//:regex",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__tempfile__3_3_0//:tempfile",
|
||||
],
|
||||
)
|
||||
|
@ -76,12 +76,12 @@ rust_library(
|
||||
"crate-name=regex",
|
||||
"manual",
|
||||
],
|
||||
version = "1.5.5",
|
||||
version = "1.5.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__aho_corasick__0_7_18//:aho_corasick",
|
||||
"@raze__memchr__2_4_1//:memchr",
|
||||
"@raze__regex_syntax__0_6_25//:regex_syntax",
|
||||
"@raze__regex_syntax__0_6_26//:regex_syntax",
|
||||
],
|
||||
)
|
||||
|
@ -58,7 +58,7 @@ rust_library(
|
||||
"crate-name=regex-syntax",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.25",
|
||||
version = "0.6.26",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -59,7 +59,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__regex__1_5_5//:regex",
|
||||
"@raze__regex__1_5_6//:regex",
|
||||
"@raze__slog__2_7_0//:slog",
|
||||
"@raze__slog_async__2_7_0//:slog_async",
|
||||
"@raze__slog_scope__4_4_0//:slog_scope",
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -347,7 +347,7 @@ alias(
|
||||
|
||||
alias(
|
||||
name = "regex",
|
||||
actual = "@raze__regex__1_5_5//:regex",
|
||||
actual = "@raze__regex__1_5_6//:regex",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
Loading…
Reference in New Issue
Block a user