diff --git a/Cargo.lock b/Cargo.lock index 10ad7bf43..79ca25d45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/cargo/BUILD.bazel b/cargo/BUILD.bazel index 862574cd2..49f56ae98 100644 --- a/cargo/BUILD.bazel +++ b/cargo/BUILD.bazel @@ -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", diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 53ec2ffd4..af8b281be 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -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( diff --git a/cargo/licenses.json b/cargo/licenses.json index 1ce99ebb1..9b6f7031c 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -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", diff --git a/cargo/remote/BUILD.env_logger-0.9.0.bazel b/cargo/remote/BUILD.env_logger-0.9.0.bazel index 1e14d8f51..12814f8c6 100644 --- a/cargo/remote/BUILD.env_logger-0.9.0.bazel +++ b/cargo/remote/BUILD.env_logger-0.9.0.bazel @@ -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", ], ) diff --git a/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel b/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel index 599428df8..74e19e3a6 100644 --- a/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel +++ b/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel @@ -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", diff --git a/cargo/remote/BUILD.prost-build-0.9.0.bazel b/cargo/remote/BUILD.prost-build-0.9.0.bazel index 58841f703..3a51597a7 100644 --- a/cargo/remote/BUILD.prost-build-0.9.0.bazel +++ b/cargo/remote/BUILD.prost-build-0.9.0.bazel @@ -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", ], ) diff --git a/cargo/remote/BUILD.regex-1.5.5.bazel b/cargo/remote/BUILD.regex-1.5.6.bazel similarity index 97% rename from cargo/remote/BUILD.regex-1.5.5.bazel rename to cargo/remote/BUILD.regex-1.5.6.bazel index d9833d1e6..7cae36869 100644 --- a/cargo/remote/BUILD.regex-1.5.5.bazel +++ b/cargo/remote/BUILD.regex-1.5.6.bazel @@ -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", ], ) diff --git a/cargo/remote/BUILD.regex-syntax-0.6.25.bazel b/cargo/remote/BUILD.regex-syntax-0.6.26.bazel similarity index 98% rename from cargo/remote/BUILD.regex-syntax-0.6.25.bazel rename to cargo/remote/BUILD.regex-syntax-0.6.26.bazel index 1c4dcc9ad..4d6e69332 100644 --- a/cargo/remote/BUILD.regex-syntax-0.6.25.bazel +++ b/cargo/remote/BUILD.regex-syntax-0.6.26.bazel @@ -58,7 +58,7 @@ rust_library( "crate-name=regex-syntax", "manual", ], - version = "0.6.25", + version = "0.6.26", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel index 4138f260c..bb7c180f5 100644 --- a/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel +++ b/cargo/remote/BUILD.slog-envlogger-2.2.0.bazel @@ -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", diff --git a/pylib/rsbridge/cargo/BUILD.bazel b/pylib/rsbridge/cargo/BUILD.bazel index 65e26423a..0c6a08966 100644 --- a/pylib/rsbridge/cargo/BUILD.bazel +++ b/pylib/rsbridge/cargo/BUILD.bazel @@ -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", diff --git a/rslib/cargo/BUILD.bazel b/rslib/cargo/BUILD.bazel index 65e26423a..0c6a08966 100644 --- a/rslib/cargo/BUILD.bazel +++ b/rslib/cargo/BUILD.bazel @@ -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", diff --git a/rslib/i18n/cargo/BUILD.bazel b/rslib/i18n/cargo/BUILD.bazel index 65e26423a..0c6a08966 100644 --- a/rslib/i18n/cargo/BUILD.bazel +++ b/rslib/i18n/cargo/BUILD.bazel @@ -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", diff --git a/rslib/i18n_helpers/cargo/BUILD.bazel b/rslib/i18n_helpers/cargo/BUILD.bazel index 65e26423a..0c6a08966 100644 --- a/rslib/i18n_helpers/cargo/BUILD.bazel +++ b/rslib/i18n_helpers/cargo/BUILD.bazel @@ -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", diff --git a/rslib/linkchecker/cargo/BUILD.bazel b/rslib/linkchecker/cargo/BUILD.bazel index 65e26423a..0c6a08966 100644 --- a/rslib/linkchecker/cargo/BUILD.bazel +++ b/rslib/linkchecker/cargo/BUILD.bazel @@ -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",