mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update regex crate for CVE
This commit is contained in:
parent
496bce229b
commit
59ee399c5f
15 changed files with 29 additions and 29 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -2128,9 +2128,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.5.5"
|
version = "1.5.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -2145,9 +2145,9 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex-syntax"
|
name = "regex-syntax"
|
||||||
version = "0.6.25"
|
version = "0.6.26"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remove_dir_all"
|
name = "remove_dir_all"
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
|
@ -1953,12 +1953,12 @@ def raze_fetch_remote_crates():
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "raze__regex__1_5_5",
|
name = "raze__regex__1_5_6",
|
||||||
url = "https://crates.io/api/v1/crates/regex/1.5.5/download",
|
url = "https://crates.io/api/v1/crates/regex/1.5.6/download",
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
sha256 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286",
|
sha256 = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1",
|
||||||
strip_prefix = "regex-1.5.5",
|
strip_prefix = "regex-1.5.6",
|
||||||
build_file = Label("//cargo/remote:BUILD.regex-1.5.5.bazel"),
|
build_file = Label("//cargo/remote:BUILD.regex-1.5.6.bazel"),
|
||||||
)
|
)
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
|
@ -1973,12 +1973,12 @@ def raze_fetch_remote_crates():
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "raze__regex_syntax__0_6_25",
|
name = "raze__regex_syntax__0_6_26",
|
||||||
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.25/download",
|
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.26/download",
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
sha256 = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b",
|
sha256 = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64",
|
||||||
strip_prefix = "regex-syntax-0.6.25",
|
strip_prefix = "regex-syntax-0.6.26",
|
||||||
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.25.bazel"),
|
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.26.bazel"),
|
||||||
)
|
)
|
||||||
|
|
||||||
maybe(
|
maybe(
|
||||||
|
|
|
@ -1576,7 +1576,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "regex",
|
"name": "regex",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"authors": "The Rust Project Developers",
|
"authors": "The Rust Project Developers",
|
||||||
"repository": "https://github.com/rust-lang/regex",
|
"repository": "https://github.com/rust-lang/regex",
|
||||||
"license": "Apache-2.0 OR MIT",
|
"license": "Apache-2.0 OR MIT",
|
||||||
|
@ -1594,7 +1594,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "regex-syntax",
|
"name": "regex-syntax",
|
||||||
"version": "0.6.25",
|
"version": "0.6.26",
|
||||||
"authors": "The Rust Project Developers",
|
"authors": "The Rust Project Developers",
|
||||||
"repository": "https://github.com/rust-lang/regex",
|
"repository": "https://github.com/rust-lang/regex",
|
||||||
"license": "Apache-2.0 OR MIT",
|
"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__atty__0_2_14//:atty",
|
||||||
"@raze__humantime__2_1_0//:humantime",
|
"@raze__humantime__2_1_0//:humantime",
|
||||||
"@raze__log__0_4_14//:log",
|
"@raze__log__0_4_14//:log",
|
||||||
"@raze__regex__1_5_5//:regex",
|
"@raze__regex__1_5_6//:regex",
|
||||||
"@raze__termcolor__1_1_3//:termcolor",
|
"@raze__termcolor__1_1_3//:termcolor",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -63,7 +63,7 @@ rust_library(
|
||||||
"@raze__linkify__0_5_0//:linkify",
|
"@raze__linkify__0_5_0//:linkify",
|
||||||
"@raze__log__0_4_14//:log",
|
"@raze__log__0_4_14//:log",
|
||||||
"@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
|
"@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__reqwest__0_11_3//:reqwest",
|
||||||
"@raze__serde__1_0_136//:serde",
|
"@raze__serde__1_0_136//:serde",
|
||||||
"@raze__thiserror__1_0_30//:thiserror",
|
"@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__petgraph__0_6_0//:petgraph",
|
||||||
"@raze__prost__0_9_0//:prost",
|
"@raze__prost__0_9_0//:prost",
|
||||||
"@raze__prost_types__0_9_0//:prost_types",
|
"@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",
|
"@raze__tempfile__3_3_0//:tempfile",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -76,12 +76,12 @@ rust_library(
|
||||||
"crate-name=regex",
|
"crate-name=regex",
|
||||||
"manual",
|
"manual",
|
||||||
],
|
],
|
||||||
version = "1.5.5",
|
version = "1.5.6",
|
||||||
# buildifier: leave-alone
|
# buildifier: leave-alone
|
||||||
deps = [
|
deps = [
|
||||||
"@raze__aho_corasick__0_7_18//:aho_corasick",
|
"@raze__aho_corasick__0_7_18//:aho_corasick",
|
||||||
"@raze__memchr__2_4_1//:memchr",
|
"@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",
|
"crate-name=regex-syntax",
|
||||||
"manual",
|
"manual",
|
||||||
],
|
],
|
||||||
version = "0.6.25",
|
version = "0.6.26",
|
||||||
# buildifier: leave-alone
|
# buildifier: leave-alone
|
||||||
deps = [
|
deps = [
|
||||||
],
|
],
|
|
@ -59,7 +59,7 @@ rust_library(
|
||||||
# buildifier: leave-alone
|
# buildifier: leave-alone
|
||||||
deps = [
|
deps = [
|
||||||
"@raze__log__0_4_14//:log",
|
"@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__2_7_0//:slog",
|
||||||
"@raze__slog_async__2_7_0//:slog_async",
|
"@raze__slog_async__2_7_0//:slog_async",
|
||||||
"@raze__slog_scope__4_4_0//:slog_scope",
|
"@raze__slog_scope__4_4_0//:slog_scope",
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
|
@ -347,7 +347,7 @@ alias(
|
||||||
|
|
||||||
alias(
|
alias(
|
||||||
name = "regex",
|
name = "regex",
|
||||||
actual = "@raze__regex__1_5_5//:regex",
|
actual = "@raze__regex__1_5_6//:regex",
|
||||||
tags = [
|
tags = [
|
||||||
"cargo-raze",
|
"cargo-raze",
|
||||||
"manual",
|
"manual",
|
||||||
|
|
Loading…
Reference in a new issue