diff --git a/Cargo.lock b/Cargo.lock index c21cf9378..ef3debf4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,9 +137,9 @@ version = "0.0.0" [[package]] name = "anyhow" -version = "1.0.45" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" +checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" [[package]] name = "arc-swap" @@ -328,9 +328,9 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "crc32fast" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" +checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" dependencies = [ "cfg-if", ] @@ -395,9 +395,9 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.16" +version = "0.99.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df" +checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" dependencies = [ "convert_case", "proc-macro2", @@ -602,9 +602,9 @@ dependencies = [ [[package]] name = "futures" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca" +checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" dependencies = [ "futures-channel", "futures-core", @@ -617,9 +617,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888" +checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" dependencies = [ "futures-core", "futures-sink", @@ -627,15 +627,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" +checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" [[package]] name = "futures-executor" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c" +checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97" dependencies = [ "futures-core", "futures-task", @@ -644,18 +644,16 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" +checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" [[package]] name = "futures-macro" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb" +checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" dependencies = [ - "autocfg", - "proc-macro-hack", "proc-macro2", "quote", "syn", @@ -663,23 +661,22 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11" +checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" [[package]] name = "futures-task" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" +checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" [[package]] name = "futures-util" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" +checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" dependencies = [ - "autocfg", "futures-channel", "futures-core", "futures-io", @@ -689,8 +686,6 @@ dependencies = [ "memchr", "pin-project-lite", "pin-utils", - "proc-macro-hack", - "proc-macro-nested", "slab", ] @@ -1057,9 +1052,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.107" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219" +checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" [[package]] name = "libsqlite3-sys" @@ -1439,15 +1434,6 @@ version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" -[[package]] -name = "pest" -version = "2.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" -dependencies = [ - "ucd-trie", -] - [[package]] name = "petgraph" version = "0.6.0" @@ -1704,9 +1690,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64664505ce285a59b8b7e940fbe54ad65b1758a0810eddc5bc26df6f6ec8c557" +checksum = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720" dependencies = [ "cfg-if", "indoc", @@ -1720,18 +1706,18 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f1e4a72de84cdcd69f62211b62f62753d0c11b7b5715f3467f3754dab22a7ca" +checksum = "dbf9e4d128bfbddc898ad3409900080d8d5095c379632fbbfbb9c8cfb1fb852b" dependencies = [ "once_cell", ] [[package]] name = "pyo3-macros" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "244f21d0a3887a9c02018b94e3b78d693dc7eca5c56839b7796a499cc364deb4" +checksum = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755" dependencies = [ "pyo3-macros-backend", "quote", @@ -1740,9 +1726,9 @@ dependencies = [ [[package]] name = "pyo3-macros-backend" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d3d18ac41d05199bb82645d56e39f8c8b4909a0137c6f2640f03685b29f672" +checksum = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a" dependencies = [ "proc-macro2", "pyo3-build-config", @@ -1983,9 +1969,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc_version" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ "semver", ] @@ -2023,9 +2009,9 @@ checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" [[package]] name = "ryu" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" +checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568" [[package]] name = "same-file" @@ -2107,27 +2093,15 @@ dependencies = [ [[package]] name = "self_cell" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ac753e6625df1711012c6469644ddd9b6338be1e4abf235c3a8817191411ae1" +checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af" [[package]] name = "semver" -version = "0.11.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver-parser" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" -dependencies = [ - "pest", -] +checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012" [[package]] name = "serde" @@ -2162,9 +2136,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19" +checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" dependencies = [ "itoa", "ryu", @@ -2376,9 +2350,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5" +checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" dependencies = [ "heck", "proc-macro2", @@ -2389,9 +2363,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" +checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59" dependencies = [ "proc-macro2", "quote", @@ -2656,12 +2630,6 @@ version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" -[[package]] -name = "ucd-trie" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" - [[package]] name = "unic-char-property" version = "0.9.0" diff --git a/cargo/BUILD.bazel b/cargo/BUILD.bazel index ae2504d25..169be2bbf 100644 --- a/cargo/BUILD.bazel +++ b/cargo/BUILD.bazel @@ -122,7 +122,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_17//:futures", + actual = "@raze__futures__0_3_18//:futures", tags = [ "cargo-raze", "manual", @@ -302,7 +302,7 @@ alias( alias( name = "pyo3", - actual = "@raze__pyo3__0_15_0//:pyo3", + actual = "@raze__pyo3__0_15_1//:pyo3", tags = [ "cargo-raze", "manual", @@ -383,7 +383,7 @@ alias( alias( name = "serde_json", - actual = "@raze__serde_json__1_0_71//:serde_json", + actual = "@raze__serde_json__1_0_72//:serde_json", tags = [ "cargo-raze", "manual", diff --git a/cargo/BUILD.reqwest.native.bazel b/cargo/BUILD.reqwest.native.bazel index 06d11976b..93f74e702 100644 --- a/cargo/BUILD.reqwest.native.bazel +++ b/cargo/BUILD.reqwest.native.bazel @@ -81,7 +81,7 @@ rust_library( "@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__mime_guess__2_0_3//:mime_guess", "@raze__serde__1_0_130//:serde", - "@raze__serde_json__1_0_71//:serde_json", + "@raze__serde_json__1_0_72//:serde_json", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__url__2_2_2//:url", ] + selects.with_or({ @@ -97,8 +97,8 @@ rust_library( ): [ "@raze__base64__0_13_0//:base64", "@raze__encoding_rs__0_8_29//:encoding_rs", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_util__0_3_18//:futures_util", "@raze__http_body__0_4_4//:http_body", "@raze__hyper__0_14_15//:hyper", "@raze__hyper_tls__0_5_0//:hyper_tls", diff --git a/cargo/BUILD.reqwest.rustls.bazel b/cargo/BUILD.reqwest.rustls.bazel index d126456b1..9f1da5c7b 100644 --- a/cargo/BUILD.reqwest.rustls.bazel +++ b/cargo/BUILD.reqwest.rustls.bazel @@ -84,7 +84,7 @@ rust_library( "@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__mime_guess__2_0_3//:mime_guess", "@raze__serde__1_0_130//:serde", - "@raze__serde_json__1_0_71//:serde_json", + "@raze__serde_json__1_0_72//:serde_json", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__url__2_2_2//:url", ] + selects.with_or({ @@ -99,8 +99,8 @@ rust_library( ): [ "@raze__base64__0_13_0//:base64", "@raze__encoding_rs__0_8_29//:encoding_rs", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_util__0_3_18//:futures_util", "@raze__http_body__0_4_4//:http_body", "@raze__hyper__0_14_15//:hyper", "@raze__hyper_rustls__0_22_1//:hyper_rustls", diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 792f9f331..faed28fae 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -53,12 +53,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__anyhow__1_0_45", - url = "https://crates.io/api/v1/crates/anyhow/1.0.45/download", + name = "raze__anyhow__1_0_51", + url = "https://crates.io/api/v1/crates/anyhow/1.0.51/download", type = "tar.gz", - sha256 = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7", - strip_prefix = "anyhow-1.0.45", - build_file = Label("//cargo/remote:BUILD.anyhow-1.0.45.bazel"), + sha256 = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203", + strip_prefix = "anyhow-1.0.51", + build_file = Label("//cargo/remote:BUILD.anyhow-1.0.51.bazel"), ) maybe( @@ -293,12 +293,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__crc32fast__1_2_1", - url = "https://crates.io/api/v1/crates/crc32fast/1.2.1/download", + name = "raze__crc32fast__1_3_0", + url = "https://crates.io/api/v1/crates/crc32fast/1.3.0/download", type = "tar.gz", - sha256 = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a", - strip_prefix = "crc32fast-1.2.1", - build_file = Label("//cargo/remote:BUILD.crc32fast-1.2.1.bazel"), + sha256 = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836", + strip_prefix = "crc32fast-1.3.0", + build_file = Label("//cargo/remote:BUILD.crc32fast-1.3.0.bazel"), ) maybe( @@ -353,12 +353,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__derive_more__0_99_16", - url = "https://crates.io/api/v1/crates/derive_more/0.99.16/download", + name = "raze__derive_more__0_99_17", + url = "https://crates.io/api/v1/crates/derive_more/0.99.17/download", type = "tar.gz", - sha256 = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df", - strip_prefix = "derive_more-0.99.16", - build_file = Label("//cargo/remote:BUILD.derive_more-0.99.16.bazel"), + sha256 = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321", + strip_prefix = "derive_more-0.99.17", + build_file = Label("//cargo/remote:BUILD.derive_more-0.99.17.bazel"), ) maybe( @@ -583,92 +583,92 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__futures__0_3_17", - url = "https://crates.io/api/v1/crates/futures/0.3.17/download", + name = "raze__futures__0_3_18", + url = "https://crates.io/api/v1/crates/futures/0.3.18/download", type = "tar.gz", - sha256 = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca", - strip_prefix = "futures-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-0.3.17.bazel"), + sha256 = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e", + strip_prefix = "futures-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_channel__0_3_17", - url = "https://crates.io/api/v1/crates/futures-channel/0.3.17/download", + name = "raze__futures_channel__0_3_18", + url = "https://crates.io/api/v1/crates/futures-channel/0.3.18/download", type = "tar.gz", - sha256 = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888", - strip_prefix = "futures-channel-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.17.bazel"), + sha256 = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27", + strip_prefix = "futures-channel-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_core__0_3_17", - url = "https://crates.io/api/v1/crates/futures-core/0.3.17/download", + name = "raze__futures_core__0_3_18", + url = "https://crates.io/api/v1/crates/futures-core/0.3.18/download", type = "tar.gz", - sha256 = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d", - strip_prefix = "futures-core-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-core-0.3.17.bazel"), + sha256 = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445", + strip_prefix = "futures-core-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-core-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_executor__0_3_17", - url = "https://crates.io/api/v1/crates/futures-executor/0.3.17/download", + name = "raze__futures_executor__0_3_18", + url = "https://crates.io/api/v1/crates/futures-executor/0.3.18/download", type = "tar.gz", - sha256 = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c", - strip_prefix = "futures-executor-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.17.bazel"), + sha256 = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97", + strip_prefix = "futures-executor-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_io__0_3_17", - url = "https://crates.io/api/v1/crates/futures-io/0.3.17/download", + name = "raze__futures_io__0_3_18", + url = "https://crates.io/api/v1/crates/futures-io/0.3.18/download", type = "tar.gz", - sha256 = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377", - strip_prefix = "futures-io-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-io-0.3.17.bazel"), + sha256 = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11", + strip_prefix = "futures-io-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-io-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_macro__0_3_17", - url = "https://crates.io/api/v1/crates/futures-macro/0.3.17/download", + name = "raze__futures_macro__0_3_18", + url = "https://crates.io/api/v1/crates/futures-macro/0.3.18/download", type = "tar.gz", - sha256 = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb", - strip_prefix = "futures-macro-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.17.bazel"), + sha256 = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd", + strip_prefix = "futures-macro-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_sink__0_3_17", - url = "https://crates.io/api/v1/crates/futures-sink/0.3.17/download", + name = "raze__futures_sink__0_3_18", + url = "https://crates.io/api/v1/crates/futures-sink/0.3.18/download", type = "tar.gz", - sha256 = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11", - strip_prefix = "futures-sink-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.17.bazel"), + sha256 = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af", + strip_prefix = "futures-sink-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_task__0_3_17", - url = "https://crates.io/api/v1/crates/futures-task/0.3.17/download", + name = "raze__futures_task__0_3_18", + url = "https://crates.io/api/v1/crates/futures-task/0.3.18/download", type = "tar.gz", - sha256 = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99", - strip_prefix = "futures-task-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-task-0.3.17.bazel"), + sha256 = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12", + strip_prefix = "futures-task-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-task-0.3.18.bazel"), ) maybe( http_archive, - name = "raze__futures_util__0_3_17", - url = "https://crates.io/api/v1/crates/futures-util/0.3.17/download", + name = "raze__futures_util__0_3_18", + url = "https://crates.io/api/v1/crates/futures-util/0.3.18/download", type = "tar.gz", - sha256 = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481", - strip_prefix = "futures-util-0.3.17", - build_file = Label("//cargo/remote:BUILD.futures-util-0.3.17.bazel"), + sha256 = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e", + strip_prefix = "futures-util-0.3.18", + build_file = Label("//cargo/remote:BUILD.futures-util-0.3.18.bazel"), ) maybe( @@ -1033,12 +1033,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__libc__0_2_107", - url = "https://crates.io/api/v1/crates/libc/0.2.107/download", + name = "raze__libc__0_2_108", + url = "https://crates.io/api/v1/crates/libc/0.2.108/download", type = "tar.gz", - sha256 = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219", - strip_prefix = "libc-0.2.107", - build_file = Label("//cargo/remote:BUILD.libc-0.2.107.bazel"), + sha256 = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119", + strip_prefix = "libc-0.2.108", + build_file = Label("//cargo/remote:BUILD.libc-0.2.108.bazel"), ) maybe( @@ -1431,16 +1431,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.percent-encoding-2.1.0.bazel"), ) - maybe( - http_archive, - name = "raze__pest__2_1_3", - url = "https://crates.io/api/v1/crates/pest/2.1.3/download", - type = "tar.gz", - sha256 = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53", - strip_prefix = "pest-2.1.3", - build_file = Label("//cargo/remote:BUILD.pest-2.1.3.bazel"), - ) - maybe( http_archive, name = "raze__petgraph__0_6_0", @@ -1703,42 +1693,42 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__pyo3__0_15_0", - url = "https://crates.io/api/v1/crates/pyo3/0.15.0/download", + name = "raze__pyo3__0_15_1", + url = "https://crates.io/api/v1/crates/pyo3/0.15.1/download", type = "tar.gz", - sha256 = "64664505ce285a59b8b7e940fbe54ad65b1758a0810eddc5bc26df6f6ec8c557", - strip_prefix = "pyo3-0.15.0", - build_file = Label("//cargo/remote:BUILD.pyo3-0.15.0.bazel"), + sha256 = "7cf01dbf1c05af0a14c7779ed6f3aa9deac9c3419606ac9de537a2d649005720", + strip_prefix = "pyo3-0.15.1", + build_file = Label("//cargo/remote:BUILD.pyo3-0.15.1.bazel"), ) maybe( http_archive, - name = "raze__pyo3_build_config__0_15_0", - url = "https://crates.io/api/v1/crates/pyo3-build-config/0.15.0/download", + name = "raze__pyo3_build_config__0_15_1", + url = "https://crates.io/api/v1/crates/pyo3-build-config/0.15.1/download", type = "tar.gz", - sha256 = "5f1e4a72de84cdcd69f62211b62f62753d0c11b7b5715f3467f3754dab22a7ca", - strip_prefix = "pyo3-build-config-0.15.0", - build_file = Label("//cargo/remote:BUILD.pyo3-build-config-0.15.0.bazel"), + sha256 = "dbf9e4d128bfbddc898ad3409900080d8d5095c379632fbbfbb9c8cfb1fb852b", + strip_prefix = "pyo3-build-config-0.15.1", + build_file = Label("//cargo/remote:BUILD.pyo3-build-config-0.15.1.bazel"), ) maybe( http_archive, - name = "raze__pyo3_macros__0_15_0", - url = "https://crates.io/api/v1/crates/pyo3-macros/0.15.0/download", + name = "raze__pyo3_macros__0_15_1", + url = "https://crates.io/api/v1/crates/pyo3-macros/0.15.1/download", type = "tar.gz", - sha256 = "244f21d0a3887a9c02018b94e3b78d693dc7eca5c56839b7796a499cc364deb4", - strip_prefix = "pyo3-macros-0.15.0", - build_file = Label("//cargo/remote:BUILD.pyo3-macros-0.15.0.bazel"), + sha256 = "67701eb32b1f9a9722b4bc54b548ff9d7ebfded011c12daece7b9063be1fd755", + strip_prefix = "pyo3-macros-0.15.1", + build_file = Label("//cargo/remote:BUILD.pyo3-macros-0.15.1.bazel"), ) maybe( http_archive, - name = "raze__pyo3_macros_backend__0_15_0", - url = "https://crates.io/api/v1/crates/pyo3-macros-backend/0.15.0/download", + name = "raze__pyo3_macros_backend__0_15_1", + url = "https://crates.io/api/v1/crates/pyo3-macros-backend/0.15.1/download", type = "tar.gz", - sha256 = "b3d3d18ac41d05199bb82645d56e39f8c8b4909a0137c6f2640f03685b29f672", - strip_prefix = "pyo3-macros-backend-0.15.0", - build_file = Label("//cargo/remote:BUILD.pyo3-macros-backend-0.15.0.bazel"), + sha256 = "f44f09e825ee49a105f2c7b23ebee50886a9aee0746f4dd5a704138a64b0218a", + strip_prefix = "pyo3-macros-backend-0.15.1", + build_file = Label("//cargo/remote:BUILD.pyo3-macros-backend-0.15.1.bazel"), ) maybe( @@ -1933,12 +1923,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__rustc_version__0_3_3", - url = "https://crates.io/api/v1/crates/rustc_version/0.3.3/download", + name = "raze__rustc_version__0_4_0", + url = "https://crates.io/api/v1/crates/rustc_version/0.4.0/download", type = "tar.gz", - sha256 = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee", - strip_prefix = "rustc_version-0.3.3", - build_file = Label("//cargo/remote:BUILD.rustc_version-0.3.3.bazel"), + sha256 = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366", + strip_prefix = "rustc_version-0.4.0", + build_file = Label("//cargo/remote:BUILD.rustc_version-0.4.0.bazel"), ) maybe( @@ -1973,12 +1963,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__ryu__1_0_5", - url = "https://crates.io/api/v1/crates/ryu/1.0.5/download", + name = "raze__ryu__1_0_6", + url = "https://crates.io/api/v1/crates/ryu/1.0.6/download", type = "tar.gz", - sha256 = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e", - strip_prefix = "ryu-1.0.5", - build_file = Label("//cargo/remote:BUILD.ryu-1.0.5.bazel"), + sha256 = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568", + strip_prefix = "ryu-1.0.6", + build_file = Label("//cargo/remote:BUILD.ryu-1.0.6.bazel"), ) maybe( @@ -2053,32 +2043,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__self_cell__0_10_1", - url = "https://crates.io/api/v1/crates/self_cell/0.10.1/download", + name = "raze__self_cell__0_10_2", + url = "https://crates.io/api/v1/crates/self_cell/0.10.2/download", type = "tar.gz", - sha256 = "7ac753e6625df1711012c6469644ddd9b6338be1e4abf235c3a8817191411ae1", - strip_prefix = "self_cell-0.10.1", - build_file = Label("//cargo/remote:BUILD.self_cell-0.10.1.bazel"), + sha256 = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af", + strip_prefix = "self_cell-0.10.2", + build_file = Label("//cargo/remote:BUILD.self_cell-0.10.2.bazel"), ) maybe( http_archive, - name = "raze__semver__0_11_0", - url = "https://crates.io/api/v1/crates/semver/0.11.0/download", + name = "raze__semver__1_0_4", + url = "https://crates.io/api/v1/crates/semver/1.0.4/download", type = "tar.gz", - sha256 = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6", - strip_prefix = "semver-0.11.0", - build_file = Label("//cargo/remote:BUILD.semver-0.11.0.bazel"), - ) - - maybe( - http_archive, - name = "raze__semver_parser__0_10_2", - url = "https://crates.io/api/v1/crates/semver-parser/0.10.2/download", - type = "tar.gz", - sha256 = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7", - strip_prefix = "semver-parser-0.10.2", - build_file = Label("//cargo/remote:BUILD.semver-parser-0.10.2.bazel"), + sha256 = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012", + strip_prefix = "semver-1.0.4", + build_file = Label("//cargo/remote:BUILD.semver-1.0.4.bazel"), ) maybe( @@ -2113,12 +2093,12 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__serde_json__1_0_71", - url = "https://crates.io/api/v1/crates/serde_json/1.0.71/download", + name = "raze__serde_json__1_0_72", + url = "https://crates.io/api/v1/crates/serde_json/1.0.72/download", type = "tar.gz", - sha256 = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19", - strip_prefix = "serde_json-1.0.71", - build_file = Label("//cargo/remote:BUILD.serde_json-1.0.71.bazel"), + sha256 = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527", + strip_prefix = "serde_json-1.0.72", + build_file = Label("//cargo/remote:BUILD.serde_json-1.0.72.bazel"), ) maybe( @@ -2333,22 +2313,22 @@ def raze_fetch_remote_crates(): maybe( http_archive, - name = "raze__strum_macros__0_23_0", - url = "https://crates.io/api/v1/crates/strum_macros/0.23.0/download", + name = "raze__strum_macros__0_23_1", + url = "https://crates.io/api/v1/crates/strum_macros/0.23.1/download", type = "tar.gz", - sha256 = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5", - strip_prefix = "strum_macros-0.23.0", - build_file = Label("//cargo/remote:BUILD.strum_macros-0.23.0.bazel"), + sha256 = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38", + strip_prefix = "strum_macros-0.23.1", + build_file = Label("//cargo/remote:BUILD.strum_macros-0.23.1.bazel"), ) maybe( http_archive, - name = "raze__syn__1_0_81", - url = "https://crates.io/api/v1/crates/syn/1.0.81/download", + name = "raze__syn__1_0_82", + url = "https://crates.io/api/v1/crates/syn/1.0.82/download", type = "tar.gz", - sha256 = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966", - strip_prefix = "syn-1.0.81", - build_file = Label("//cargo/remote:BUILD.syn-1.0.81.bazel"), + sha256 = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59", + strip_prefix = "syn-1.0.82", + build_file = Label("//cargo/remote:BUILD.syn-1.0.82.bazel"), ) maybe( @@ -2621,16 +2601,6 @@ def raze_fetch_remote_crates(): build_file = Label("//cargo/remote:BUILD.typenum-1.14.0.bazel"), ) - maybe( - http_archive, - name = "raze__ucd_trie__0_1_3", - url = "https://crates.io/api/v1/crates/ucd-trie/0.1.3/download", - type = "tar.gz", - sha256 = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c", - strip_prefix = "ucd-trie-0.1.3", - build_file = Label("//cargo/remote:BUILD.ucd-trie-0.1.3.bazel"), - ) - maybe( http_archive, name = "raze__unic_char_property__0_9_0", diff --git a/cargo/licenses.json b/cargo/licenses.json index 5d842ab67..edf3fdbe7 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -55,7 +55,7 @@ }, { "name": "anyhow", - "version": "1.0.45", + "version": "1.0.51", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/anyhow", "license": "Apache-2.0 OR MIT", @@ -271,7 +271,7 @@ }, { "name": "crc32fast", - "version": "1.2.1", + "version": "1.3.0", "authors": "Sam Rijs |Alex Crichton ", "repository": "https://github.com/srijs/rust-crc32fast", "license": "Apache-2.0 OR MIT", @@ -325,7 +325,7 @@ }, { "name": "derive_more", - "version": "0.99.16", + "version": "0.99.17", "authors": "Jelte Fennema ", "repository": "https://github.com/JelteF/derive_more", "license": "MIT", @@ -532,8 +532,8 @@ }, { "name": "futures", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -541,8 +541,8 @@ }, { "name": "futures-channel", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -550,8 +550,8 @@ }, { "name": "futures-core", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -559,8 +559,8 @@ }, { "name": "futures-executor", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -568,8 +568,8 @@ }, { "name": "futures-io", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -577,8 +577,8 @@ }, { "name": "futures-macro", - "version": "0.3.17", - "authors": "Taylor Cramer |Taiki Endo ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -586,8 +586,8 @@ }, { "name": "futures-sink", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -595,8 +595,8 @@ }, { "name": "futures-task", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -604,8 +604,8 @@ }, { "name": "futures-util", - "version": "0.3.17", - "authors": "Alex Crichton ", + "version": "0.3.18", + "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -919,7 +919,7 @@ }, { "name": "libc", - "version": "0.2.107", + "version": "0.2.108", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/libc", "license": "Apache-2.0 OR MIT", @@ -1259,15 +1259,6 @@ "license_file": null, "description": "Percent encoding and decoding" }, - { - "name": "pest", - "version": "2.1.3", - "authors": "Dragoș Tiselice ", - "repository": "https://github.com/pest-parser/pest", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The Elegant Parser" - }, { "name": "petgraph", "version": "0.6.0", @@ -1675,8 +1666,8 @@ }, { "name": "rustc_version", - "version": "0.3.3", - "authors": "Marvin Löbel ", + "version": "0.4.0", + "authors": "Dirkjan Ochtman |Marvin Löbel ", "repository": "https://github.com/Kimundi/rustc-version-rs", "license": "Apache-2.0 OR MIT", "license_file": null, @@ -1711,7 +1702,7 @@ }, { "name": "ryu", - "version": "1.0.5", + "version": "1.0.6", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/ryu", "license": "Apache-2.0 OR BSL-1.0", @@ -1774,7 +1765,7 @@ }, { "name": "self_cell", - "version": "0.10.1", + "version": "0.10.2", "authors": "Lukas Bergdoll ", "repository": "https://github.com/Voultapher/self_cell", "license": "Apache-2.0", @@ -1783,21 +1774,12 @@ }, { "name": "semver", - "version": "0.11.0", - "authors": "Steve Klabnik |The Rust Project Developers", - "repository": "https://github.com/steveklabnik/semver", + "version": "1.0.4", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/semver", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Semantic version parsing and comparison." - }, - { - "name": "semver-parser", - "version": "0.10.2", - "authors": "Steve Klabnik ", - "repository": "https://github.com/steveklabnik/semver-parser", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Parsing of the semver spec." + "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning" }, { "name": "serde", @@ -1828,7 +1810,7 @@ }, { "name": "serde_json", - "version": "1.0.71", + "version": "1.0.72", "authors": "Erick Tryzelaar |David Tolnay ", "repository": "https://github.com/serde-rs/json", "license": "Apache-2.0 OR MIT", @@ -2026,7 +2008,7 @@ }, { "name": "strum_macros", - "version": "0.23.0", + "version": "0.23.1", "authors": "Peter Glotfelty ", "repository": "https://github.com/Peternator7/strum", "license": "MIT", @@ -2035,7 +2017,7 @@ }, { "name": "syn", - "version": "1.0.81", + "version": "1.0.82", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "Apache-2.0 OR MIT", @@ -2285,15 +2267,6 @@ "license_file": null, "description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete." }, - { - "name": "ucd-trie", - "version": "0.1.3", - "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/ucd-generate", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A trie for storing Unicode codepoint sets and maps." - }, { "name": "unic-char-property", "version": "0.9.0", diff --git a/cargo/remote/BUILD.anyhow-1.0.45.bazel b/cargo/remote/BUILD.anyhow-1.0.51.bazel similarity index 95% rename from cargo/remote/BUILD.anyhow-1.0.45.bazel rename to cargo/remote/BUILD.anyhow-1.0.51.bazel index 46f1ce826..02416e25d 100644 --- a/cargo/remote/BUILD.anyhow-1.0.45.bazel +++ b/cargo/remote/BUILD.anyhow-1.0.51.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.45", + version = "1.0.51", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.45", + version = "1.0.51", # buildifier: leave-alone deps = [ ":anyhow_build_script", @@ -102,6 +102,8 @@ rust_library( # Unsupported target "test_downcast" with type "test" omitted +# Unsupported target "test_ensure" with type "test" omitted + # Unsupported target "test_ffi" with type "test" omitted # Unsupported target "test_fmt" with type "test" omitted diff --git a/cargo/remote/BUILD.async-trait-0.1.51.bazel b/cargo/remote/BUILD.async-trait-0.1.51.bazel index d8e313f54..fd41a0fec 100644 --- a/cargo/remote/BUILD.async-trait-0.1.51.bazel +++ b/cargo/remote/BUILD.async-trait-0.1.51.bazel @@ -81,7 +81,7 @@ rust_proc_macro( ":async_trait_build_script", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.atty-0.2.14.bazel b/cargo/remote/BUILD.atty-0.2.14.bazel index 285e0db68..efb21a9ad 100644 --- a/cargo/remote/BUILD.atty-0.2.14.bazel +++ b/cargo/remote/BUILD.atty-0.2.14.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.chrono-0.4.19.bazel b/cargo/remote/BUILD.chrono-0.4.19.bazel index 85aff7286..b4db4b596 100644 --- a/cargo/remote/BUILD.chrono-0.4.19.bazel +++ b/cargo/remote/BUILD.chrono-0.4.19.bazel @@ -63,7 +63,7 @@ rust_library( version = "0.4.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__num_integer__0_1_44//:num_integer", "@raze__num_traits__0_2_14//:num_traits", "@raze__time__0_1_44//:time", diff --git a/cargo/remote/BUILD.coarsetime-0.1.20.bazel b/cargo/remote/BUILD.coarsetime-0.1.20.bazel index 9119e2cdd..d32d05517 100644 --- a/cargo/remote/BUILD.coarsetime-0.1.20.bazel +++ b/cargo/remote/BUILD.coarsetime-0.1.20.bazel @@ -63,7 +63,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.core-foundation-0.9.2.bazel b/cargo/remote/BUILD.core-foundation-0.9.2.bazel index 2d729604d..c52dfac47 100644 --- a/cargo/remote/BUILD.core-foundation-0.9.2.bazel +++ b/cargo/remote/BUILD.core-foundation-0.9.2.bazel @@ -50,7 +50,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], ) diff --git a/cargo/remote/BUILD.crc32fast-1.2.1.bazel b/cargo/remote/BUILD.crc32fast-1.3.0.bazel similarity index 97% rename from cargo/remote/BUILD.crc32fast-1.2.1.bazel rename to cargo/remote/BUILD.crc32fast-1.3.0.bazel index 5371d660b..7e7aced4b 100644 --- a/cargo/remote/BUILD.crc32fast-1.2.1.bazel +++ b/cargo/remote/BUILD.crc32fast-1.3.0.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.2.1", + version = "1.3.0", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.2.1", + version = "1.3.0", # buildifier: leave-alone deps = [ ":crc32fast_build_script", diff --git a/cargo/remote/BUILD.cssparser-0.27.2.bazel b/cargo/remote/BUILD.cssparser-0.27.2.bazel index 6da4370fb..91bdf9b1c 100644 --- a/cargo/remote/BUILD.cssparser-0.27.2.bazel +++ b/cargo/remote/BUILD.cssparser-0.27.2.bazel @@ -59,7 +59,7 @@ cargo_build_script( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel b/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel index ce60eb3e2..20f28f284 100644 --- a/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel +++ b/cargo/remote/BUILD.cssparser-macros-0.6.0.bazel @@ -50,6 +50,6 @@ rust_proc_macro( # buildifier: leave-alone deps = [ "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.derivative-2.2.0.bazel b/cargo/remote/BUILD.derivative-2.2.0.bazel index 6b5ebcecb..adb9c4a26 100644 --- a/cargo/remote/BUILD.derivative-2.2.0.bazel +++ b/cargo/remote/BUILD.derivative-2.2.0.bazel @@ -52,7 +52,7 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.derive_more-0.99.16.bazel b/cargo/remote/BUILD.derive_more-0.99.17.bazel similarity index 98% rename from cargo/remote/BUILD.derive_more-0.99.16.bazel rename to cargo/remote/BUILD.derive_more-0.99.17.bazel index c40539a52..e559ba743 100644 --- a/cargo/remote/BUILD.derive_more-0.99.16.bazel +++ b/cargo/remote/BUILD.derive_more-0.99.17.bazel @@ -74,13 +74,13 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.99.16", + version = "0.99.17", # buildifier: leave-alone deps = [ "@raze__convert_case__0_4_0//:convert_case", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel b/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel index d7c20c1a3..b5f8ad249 100644 --- a/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel +++ b/cargo/remote/BUILD.dirs-sys-next-0.1.2.bazel @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.flate2-1.0.22.bazel b/cargo/remote/BUILD.flate2-1.0.22.bazel index 960906564..f9624be40 100644 --- a/cargo/remote/BUILD.flate2-1.0.22.bazel +++ b/cargo/remote/BUILD.flate2-1.0.22.bazel @@ -97,8 +97,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__cfg_if__1_0_0//:cfg_if", - "@raze__crc32fast__1_2_1//:crc32fast", - "@raze__libc__0_2_107//:libc", + "@raze__crc32fast__1_3_0//:crc32fast", + "@raze__libc__0_2_108//:libc", "@raze__miniz_oxide__0_4_4//:miniz_oxide", ], ) diff --git a/cargo/remote/BUILD.fluent-bundle-0.15.2.bazel b/cargo/remote/BUILD.fluent-bundle-0.15.2.bazel index f752f9e6d..9fca6a7f3 100644 --- a/cargo/remote/BUILD.fluent-bundle-0.15.2.bazel +++ b/cargo/remote/BUILD.fluent-bundle-0.15.2.bazel @@ -59,7 +59,7 @@ rust_library( "@raze__intl_memoizer__0_5_1//:intl_memoizer", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules", "@raze__rustc_hash__1_1_0//:rustc_hash", - "@raze__self_cell__0_10_1//:self_cell", + "@raze__self_cell__0_10_2//:self_cell", "@raze__smallvec__1_7_0//:smallvec", "@raze__unic_langid__0_9_0//:unic_langid", ], diff --git a/cargo/remote/BUILD.futures-0.3.17.bazel b/cargo/remote/BUILD.futures-0.3.18.bazel similarity index 90% rename from cargo/remote/BUILD.futures-0.3.17.bazel rename to cargo/remote/BUILD.futures-0.3.18.bazel index 4b777cc09..028249190 100644 --- a/cargo/remote/BUILD.futures-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-0.3.18.bazel @@ -52,16 +52,16 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ - "@raze__futures_channel__0_3_17//:futures_channel", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_executor__0_3_17//:futures_executor", - "@raze__futures_io__0_3_17//:futures_io", - "@raze__futures_sink__0_3_17//:futures_sink", - "@raze__futures_task__0_3_17//:futures_task", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_channel__0_3_18//:futures_channel", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_executor__0_3_18//:futures_executor", + "@raze__futures_io__0_3_18//:futures_io", + "@raze__futures_sink__0_3_18//:futures_sink", + "@raze__futures_task__0_3_18//:futures_task", + "@raze__futures_util__0_3_18//:futures_util", ], ) @@ -105,6 +105,8 @@ rust_library( # Unsupported target "io_cursor" with type "test" omitted +# Unsupported target "io_line_writer" with type "test" omitted + # Unsupported target "io_lines" with type "test" omitted # Unsupported target "io_read" with type "test" omitted diff --git a/cargo/remote/BUILD.futures-channel-0.3.17.bazel b/cargo/remote/BUILD.futures-channel-0.3.18.bazel similarity index 93% rename from cargo/remote/BUILD.futures-channel-0.3.17.bazel rename to cargo/remote/BUILD.futures-channel-0.3.18.bazel index 124059ade..672e2f36a 100644 --- a/cargo/remote/BUILD.futures-channel-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-channel-0.3.18.bazel @@ -59,7 +59,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", visibility = ["//visibility:private"], deps = [ ], @@ -87,12 +87,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ":futures_channel_build_script", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_sink__0_3_17//:futures_sink", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_sink__0_3_18//:futures_sink", ], ) diff --git a/cargo/remote/BUILD.futures-core-0.3.17.bazel b/cargo/remote/BUILD.futures-core-0.3.18.bazel similarity index 97% rename from cargo/remote/BUILD.futures-core-0.3.17.bazel rename to cargo/remote/BUILD.futures-core-0.3.18.bazel index 7fcacd111..8a8150fc7 100644 --- a/cargo/remote/BUILD.futures-core-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-core-0.3.18.bazel @@ -57,7 +57,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", visibility = ["//visibility:private"], deps = [ ], @@ -81,7 +81,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ":futures_core_build_script", diff --git a/cargo/remote/BUILD.futures-executor-0.3.17.bazel b/cargo/remote/BUILD.futures-executor-0.3.18.bazel similarity index 86% rename from cargo/remote/BUILD.futures-executor-0.3.17.bazel rename to cargo/remote/BUILD.futures-executor-0.3.18.bazel index d5aef15b6..5e7a56e1d 100644 --- a/cargo/remote/BUILD.futures-executor-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-executor-0.3.18.bazel @@ -49,12 +49,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_task__0_3_17//:futures_task", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_task__0_3_18//:futures_task", + "@raze__futures_util__0_3_18//:futures_util", ], ) diff --git a/cargo/remote/BUILD.futures-io-0.3.17.bazel b/cargo/remote/BUILD.futures-io-0.3.18.bazel similarity index 97% rename from cargo/remote/BUILD.futures-io-0.3.17.bazel rename to cargo/remote/BUILD.futures-io-0.3.18.bazel index 61275356d..c78254e13 100644 --- a/cargo/remote/BUILD.futures-io-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-io-0.3.18.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-macro-0.3.17.bazel b/cargo/remote/BUILD.futures-macro-0.3.17.bazel deleted file mode 100644 index 564c7d396..000000000 --- a/cargo/remote/BUILD.futures-macro-0.3.17.bazel +++ /dev/null @@ -1,90 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets -# buildifier: disable=out-of-order-load -# buildifier: disable=load-on-top -load( - "@rules_rust//cargo:cargo_build_script.bzl", - "cargo_build_script", -) - -cargo_build_script( - name = "futures_macro_build_script", - srcs = glob(["**/*.rs"]), - build_script_env = { - }, - crate_features = [ - ], - crate_root = "build.rs", - data = glob(["**"]), - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.17", - visibility = ["//visibility:private"], - deps = [ - "@raze__autocfg__1_0_1//:autocfg", - ], -) - -rust_proc_macro( - name = "futures_macro", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2018", - proc_macro_deps = [ - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", - ], - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.3.17", - # buildifier: leave-alone - deps = [ - ":futures_macro_build_script", - "@raze__proc_macro2__1_0_32//:proc_macro2", - "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", - ], -) diff --git a/cargo/remote/BUILD.ucd-trie-0.1.3.bazel b/cargo/remote/BUILD.futures-macro-0.3.18.bazel similarity index 82% rename from cargo/remote/BUILD.ucd-trie-0.1.3.bazel rename to cargo/remote/BUILD.futures-macro-0.3.18.bazel index 0292b69a7..7865df6fc 100644 --- a/cargo/remote/BUILD.ucd-trie-0.1.3.bazel +++ b/cargo/remote/BUILD.futures-macro-0.3.18.bazel @@ -31,14 +31,10 @@ licenses([ # Generated Targets -# Unsupported target "bench" with type "bench" omitted - -rust_library( - name = "ucd_trie", +rust_proc_macro( + name = "futures_macro", srcs = glob(["**/*.rs"]), crate_features = [ - "default", - "std", ], crate_root = "src/lib.rs", data = [], @@ -50,8 +46,11 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.3", + version = "0.3.18", # buildifier: leave-alone deps = [ + "@raze__proc_macro2__1_0_32//:proc_macro2", + "@raze__quote__1_0_10//:quote", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.futures-sink-0.3.17.bazel b/cargo/remote/BUILD.futures-sink-0.3.18.bazel similarity index 97% rename from cargo/remote/BUILD.futures-sink-0.3.17.bazel rename to cargo/remote/BUILD.futures-sink-0.3.18.bazel index 0def7861b..a71722e2d 100644 --- a/cargo/remote/BUILD.futures-sink-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-sink-0.3.18.bazel @@ -49,7 +49,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.futures-task-0.3.17.bazel b/cargo/remote/BUILD.futures-task-0.3.18.bazel similarity index 97% rename from cargo/remote/BUILD.futures-task-0.3.17.bazel rename to cargo/remote/BUILD.futures-task-0.3.18.bazel index ec1c63718..a04a2e13e 100644 --- a/cargo/remote/BUILD.futures-task-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-task-0.3.18.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ":futures_task_build_script", diff --git a/cargo/remote/BUILD.futures-util-0.3.17.bazel b/cargo/remote/BUILD.futures-util-0.3.18.bazel similarity index 78% rename from cargo/remote/BUILD.futures-util-0.3.17.bazel rename to cargo/remote/BUILD.futures-util-0.3.18.bazel index 991d7411c..30b5f9731 100644 --- a/cargo/remote/BUILD.futures-util-0.3.17.bazel +++ b/cargo/remote/BUILD.futures-util-0.3.18.bazel @@ -54,8 +54,6 @@ cargo_build_script( "futures-sink", "io", "memchr", - "proc-macro-hack", - "proc-macro-nested", "sink", "slab", "std", @@ -70,10 +68,9 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", visibility = ["//visibility:private"], deps = [ - "@raze__autocfg__1_0_1//:autocfg", ], ) @@ -94,8 +91,6 @@ rust_library( "futures-sink", "io", "memchr", - "proc-macro-hack", - "proc-macro-nested", "sink", "slab", "std", @@ -104,8 +99,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__futures_macro__0_3_17//:futures_macro", - "@raze__proc_macro_hack__0_5_19//:proc_macro_hack", + "@raze__futures_macro__0_3_18//:futures_macro", ], rustc_flags = [ "--cap-lints=allow", @@ -114,19 +108,18 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.17", + version = "0.3.18", # buildifier: leave-alone deps = [ ":futures_util_build_script", - "@raze__futures_channel__0_3_17//:futures_channel", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_io__0_3_17//:futures_io", - "@raze__futures_sink__0_3_17//:futures_sink", - "@raze__futures_task__0_3_17//:futures_task", + "@raze__futures_channel__0_3_18//:futures_channel", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_io__0_3_18//:futures_io", + "@raze__futures_sink__0_3_18//:futures_sink", + "@raze__futures_task__0_3_18//:futures_task", "@raze__memchr__2_4_1//:memchr", "@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_utils__0_1_0//:pin_utils", - "@raze__proc_macro_nested__0_1_7//:proc_macro_nested", "@raze__slab__0_4_5//:slab", ], ) diff --git a/cargo/remote/BUILD.getrandom-0.1.16.bazel b/cargo/remote/BUILD.getrandom-0.1.16.bazel index d122f5236..c9f6dfe82 100644 --- a/cargo/remote/BUILD.getrandom-0.1.16.bazel +++ b/cargo/remote/BUILD.getrandom-0.1.16.bazel @@ -108,7 +108,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.getrandom-0.2.3.bazel b/cargo/remote/BUILD.getrandom-0.2.3.bazel index 448f245fc..ce33879ac 100644 --- a/cargo/remote/BUILD.getrandom-0.2.3.bazel +++ b/cargo/remote/BUILD.getrandom-0.2.3.bazel @@ -65,7 +65,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.h2-0.3.7.bazel b/cargo/remote/BUILD.h2-0.3.7.bazel index f424ebf00..13c3d115a 100644 --- a/cargo/remote/BUILD.h2-0.3.7.bazel +++ b/cargo/remote/BUILD.h2-0.3.7.bazel @@ -57,9 +57,9 @@ rust_library( deps = [ "@raze__bytes__1_1_0//:bytes", "@raze__fnv__1_0_7//:fnv", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_sink__0_3_17//:futures_sink", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_sink__0_3_18//:futures_sink", + "@raze__futures_util__0_3_18//:futures_util", "@raze__http__0_2_5//:http", "@raze__indexmap__1_7_0//:indexmap", "@raze__slab__0_4_5//:slab", diff --git a/cargo/remote/BUILD.hermit-abi-0.1.19.bazel b/cargo/remote/BUILD.hermit-abi-0.1.19.bazel index 4f7294a53..926c854ec 100644 --- a/cargo/remote/BUILD.hermit-abi-0.1.19.bazel +++ b/cargo/remote/BUILD.hermit-abi-0.1.19.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.19", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], ) diff --git a/cargo/remote/BUILD.html5ever-0.25.1.bazel b/cargo/remote/BUILD.html5ever-0.25.1.bazel index f62c5db12..d6d33b24d 100644 --- a/cargo/remote/BUILD.html5ever-0.25.1.bazel +++ b/cargo/remote/BUILD.html5ever-0.25.1.bazel @@ -59,7 +59,7 @@ cargo_build_script( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.hyper-0.14.15.bazel b/cargo/remote/BUILD.hyper-0.14.15.bazel index 8f0aa29c2..dbe8291e4 100644 --- a/cargo/remote/BUILD.hyper-0.14.15.bazel +++ b/cargo/remote/BUILD.hyper-0.14.15.bazel @@ -102,9 +102,9 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bytes__1_1_0//:bytes", - "@raze__futures_channel__0_3_17//:futures_channel", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_channel__0_3_18//:futures_channel", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_util__0_3_18//:futures_util", "@raze__h2__0_3_7//:h2", "@raze__http__0_2_5//:http", "@raze__http_body__0_4_4//:http_body", diff --git a/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel b/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel index c5ad61b19..e1886cdb3 100644 --- a/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel +++ b/cargo/remote/BUILD.hyper-rustls-0.22.1.bazel @@ -53,7 +53,7 @@ rust_library( version = "0.22.1", # buildifier: leave-alone deps = [ - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_util__0_3_18//:futures_util", "@raze__hyper__0_14_15//:hyper", "@raze__log__0_4_14//:log", "@raze__rustls__0_19_1//:rustls", diff --git a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel index da34d62ac..a505ce850 100644 --- a/cargo/remote/BUILD.indoc-impl-0.3.6.bazel +++ b/cargo/remote/BUILD.indoc-impl-0.3.6.bazel @@ -54,7 +54,7 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", "@raze__unindent__0_1_7//:unindent", ], ) diff --git a/cargo/remote/BUILD.libc-0.2.107.bazel b/cargo/remote/BUILD.libc-0.2.108.bazel similarity index 97% rename from cargo/remote/BUILD.libc-0.2.107.bazel rename to cargo/remote/BUILD.libc-0.2.108.bazel index 836eea369..8b0821871 100644 --- a/cargo/remote/BUILD.libc-0.2.107.bazel +++ b/cargo/remote/BUILD.libc-0.2.108.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.107", + version = "0.2.108", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.107", + version = "0.2.108", # buildifier: leave-alone deps = [ ":libc_build_script", 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 8b2e00f5a..e431e2caf 100644 --- a/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel +++ b/cargo/remote/BUILD.linkcheck-0.4.1-alpha.0.bazel @@ -55,7 +55,7 @@ rust_library( "@raze__bytes__1_1_0//:bytes", "@raze__codespan__0_11_1//:codespan", "@raze__dunce__1_0_2//:dunce", - "@raze__futures__0_3_17//:futures", + "@raze__futures__0_3_18//:futures", "@raze__http__0_2_5//:http", "@raze__kuchiki__0_8_1//:kuchiki", "@raze__lazy_static__1_4_0//:lazy_static", diff --git a/cargo/remote/BUILD.mio-0.7.14.bazel b/cargo/remote/BUILD.mio-0.7.14.bazel index 8b5a8d9b7..26246af8a 100644 --- a/cargo/remote/BUILD.mio-0.7.14.bazel +++ b/cargo/remote/BUILD.mio-0.7.14.bazel @@ -74,7 +74,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.native-tls-0.2.8.bazel b/cargo/remote/BUILD.native-tls-0.2.8.bazel index 0940e2908..dfe09462c 100644 --- a/cargo/remote/BUILD.native-tls-0.2.8.bazel +++ b/cargo/remote/BUILD.native-tls-0.2.8.bazel @@ -121,7 +121,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-apple-ios", ): [ "@raze__lazy_static__1_4_0//:lazy_static", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__security_framework__2_4_2//:security_framework", "@raze__security_framework_sys__2_4_2//:security_framework_sys", "@raze__tempfile__3_2_0//:tempfile", diff --git a/cargo/remote/BUILD.num_cpus-1.13.0.bazel b/cargo/remote/BUILD.num_cpus-1.13.0.bazel index c3448de5a..0a2836ccc 100644 --- a/cargo/remote/BUILD.num_cpus-1.13.0.bazel +++ b/cargo/remote/BUILD.num_cpus-1.13.0.bazel @@ -51,6 +51,6 @@ rust_library( version = "1.13.0", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], ) diff --git a/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel b/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel index 0c3bc673d..d29c9dabb 100644 --- a/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel +++ b/cargo/remote/BUILD.num_enum_derive-0.5.4.bazel @@ -54,6 +54,6 @@ rust_proc_macro( "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro_crate__1_1_0//:proc_macro_crate", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.openssl-0.10.38.bazel b/cargo/remote/BUILD.openssl-0.10.38.bazel index 22060feb5..c11652036 100644 --- a/cargo/remote/BUILD.openssl-0.10.38.bazel +++ b/cargo/remote/BUILD.openssl-0.10.38.bazel @@ -88,7 +88,7 @@ rust_library( "@raze__bitflags__1_3_2//:bitflags", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__foreign_types__0_3_2//:foreign_types", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__once_cell__1_8_0//:once_cell", "@raze__openssl_sys__0_9_71//:openssl_sys", ], diff --git a/cargo/remote/BUILD.openssl-sys-0.9.71.bazel b/cargo/remote/BUILD.openssl-sys-0.9.71.bazel index 425b0f820..a268ab2bb 100644 --- a/cargo/remote/BUILD.openssl-sys-0.9.71.bazel +++ b/cargo/remote/BUILD.openssl-sys-0.9.71.bazel @@ -93,7 +93,7 @@ rust_library( # buildifier: leave-alone deps = [ ":openssl_sys_build_script", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ] + selects.with_or({ # cfg(target_env = "msvc") ( diff --git a/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel b/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel index a5d88e7ee..b038c3a81 100644 --- a/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel +++ b/cargo/remote/BUILD.parking_lot_core-0.8.5.bazel @@ -113,7 +113,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.pest-2.1.3.bazel b/cargo/remote/BUILD.pest-2.1.3.bazel deleted file mode 100644 index d3f1582bf..000000000 --- a/cargo/remote/BUILD.pest-2.1.3.bazel +++ /dev/null @@ -1,60 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -# Unsupported target "parens" with type "example" omitted - -rust_library( - name = "pest", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "2.1.3", - # buildifier: leave-alone - deps = [ - "@raze__ucd_trie__0_1_3//:ucd_trie", - ], -) - -# Unsupported target "calculator" with type "test" omitted - -# Unsupported target "json" with type "test" omitted diff --git a/cargo/remote/BUILD.phf_macros-0.10.0.bazel b/cargo/remote/BUILD.phf_macros-0.10.0.bazel index aa9f5e0e5..ca29d11ed 100644 --- a/cargo/remote/BUILD.phf_macros-0.10.0.bazel +++ b/cargo/remote/BUILD.phf_macros-0.10.0.bazel @@ -56,6 +56,6 @@ rust_proc_macro( "@raze__phf_shared__0_10_0//:phf_shared", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.phf_macros-0.8.0.bazel b/cargo/remote/BUILD.phf_macros-0.8.0.bazel index 97eec4037..7521f65b5 100644 --- a/cargo/remote/BUILD.phf_macros-0.8.0.bazel +++ b/cargo/remote/BUILD.phf_macros-0.8.0.bazel @@ -58,7 +58,7 @@ rust_proc_macro( "@raze__phf_shared__0_8_0//:phf_shared", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.pin-project-internal-1.0.8.bazel b/cargo/remote/BUILD.pin-project-internal-1.0.8.bazel index 7bec23a07..c9db6f5a3 100644 --- a/cargo/remote/BUILD.pin-project-internal-1.0.8.bazel +++ b/cargo/remote/BUILD.pin-project-internal-1.0.8.bazel @@ -51,6 +51,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.prost-derive-0.9.0.bazel b/cargo/remote/BUILD.prost-derive-0.9.0.bazel index d4f532e06..3a18a9362 100644 --- a/cargo/remote/BUILD.prost-derive-0.9.0.bazel +++ b/cargo/remote/BUILD.prost-derive-0.9.0.bazel @@ -49,10 +49,10 @@ rust_proc_macro( version = "0.9.0", # buildifier: leave-alone deps = [ - "@raze__anyhow__1_0_45//:anyhow", + "@raze__anyhow__1_0_51//:anyhow", "@raze__itertools__0_10_1//:itertools", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-0.15.0.bazel b/cargo/remote/BUILD.pyo3-0.15.1.bazel similarity index 96% rename from cargo/remote/BUILD.pyo3-0.15.0.bazel rename to cargo/remote/BUILD.pyo3-0.15.1.bazel index 5f9099b30..5ee075617 100644 --- a/cargo/remote/BUILD.pyo3-0.15.0.bazel +++ b/cargo/remote/BUILD.pyo3-0.15.1.bazel @@ -65,10 +65,10 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", visibility = ["//visibility:private"], deps = [ - "@raze__pyo3_build_config__0_15_0//:pyo3_build_config", + "@raze__pyo3_build_config__0_15_1//:pyo3_build_config", ], ) @@ -110,7 +110,7 @@ rust_library( compile_data = glob(["**/*.md"]), edition = "2018", proc_macro_deps = [ - "@raze__pyo3_macros__0_15_0//:pyo3_macros", + "@raze__pyo3_macros__0_15_1//:pyo3_macros", ], rustc_flags = [ "--cap-lints=allow", @@ -119,13 +119,13 @@ rust_library( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", # buildifier: leave-alone deps = [ ":pyo3_build_script", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__indoc__0_3_6//:indoc", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__parking_lot__0_11_2//:parking_lot", "@raze__paste__0_1_18//:paste", "@raze__unindent__0_1_7//:unindent", diff --git a/cargo/remote/BUILD.pyo3-build-config-0.15.0.bazel b/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel similarity index 97% rename from cargo/remote/BUILD.pyo3-build-config-0.15.0.bazel rename to cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel index 3f8b79fd6..bbb40c7ef 100644 --- a/cargo/remote/BUILD.pyo3-build-config-0.15.0.bazel +++ b/cargo/remote/BUILD.pyo3-build-config-0.15.1.bazel @@ -60,7 +60,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", visibility = ["//visibility:private"], deps = [ ], @@ -86,7 +86,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", # buildifier: leave-alone deps = [ ":pyo3_build_config_build_script", diff --git a/cargo/remote/BUILD.pyo3-macros-0.15.0.bazel b/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel similarity index 89% rename from cargo/remote/BUILD.pyo3-macros-0.15.0.bazel rename to cargo/remote/BUILD.pyo3-macros-0.15.1.bazel index 8a53db722..fbdcf5a47 100644 --- a/cargo/remote/BUILD.pyo3-macros-0.15.0.bazel +++ b/cargo/remote/BUILD.pyo3-macros-0.15.1.bazel @@ -46,11 +46,11 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", # buildifier: leave-alone deps = [ - "@raze__pyo3_macros_backend__0_15_0//:pyo3_macros_backend", + "@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.pyo3-macros-backend-0.15.0.bazel b/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel similarity index 89% rename from cargo/remote/BUILD.pyo3-macros-backend-0.15.0.bazel rename to cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel index d0b49280a..de3f7357c 100644 --- a/cargo/remote/BUILD.pyo3-macros-backend-0.15.0.bazel +++ b/cargo/remote/BUILD.pyo3-macros-backend-0.15.1.bazel @@ -46,12 +46,12 @@ rust_library( "cargo-raze", "manual", ], - version = "0.15.0", + version = "0.15.1", # buildifier: leave-alone deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", - "@raze__pyo3_build_config__0_15_0//:pyo3_build_config", + "@raze__pyo3_build_config__0_15_1//:pyo3_build_config", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.rand-0.7.3.bazel b/cargo/remote/BUILD.rand-0.7.3.bazel index 1b2f30764..eff4f9ed2 100644 --- a/cargo/remote/BUILD.rand-0.7.3.bazel +++ b/cargo/remote/BUILD.rand-0.7.3.bazel @@ -99,7 +99,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.rand-0.8.4.bazel b/cargo/remote/BUILD.rand-0.8.4.bazel index f039ca09b..7bcbfdcaa 100644 --- a/cargo/remote/BUILD.rand-0.8.4.bazel +++ b/cargo/remote/BUILD.rand-0.8.4.bazel @@ -85,7 +85,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }), diff --git a/cargo/remote/BUILD.reqwest-0.11.3.bazel b/cargo/remote/BUILD.reqwest-0.11.3.bazel index ed4da6269..cd8f1dd26 100644 --- a/cargo/remote/BUILD.reqwest-0.11.3.bazel +++ b/cargo/remote/BUILD.reqwest-0.11.3.bazel @@ -92,7 +92,7 @@ rust_library( "@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__mime_guess__2_0_3//:mime_guess", "@raze__serde__1_0_130//:serde", - "@raze__serde_json__1_0_71//:serde_json", + "@raze__serde_json__1_0_72//:serde_json", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__url__2_2_2//:url", ] + selects.with_or({ @@ -108,8 +108,8 @@ rust_library( ): [ "@raze__base64__0_13_0//:base64", "@raze__encoding_rs__0_8_29//:encoding_rs", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_util__0_3_18//:futures_util", "@raze__http_body__0_4_4//:http_body", "@raze__hyper__0_14_15//:hyper", "@raze__hyper_rustls__0_22_1//:hyper_rustls", diff --git a/cargo/remote/BUILD.ring-0.16.20.bazel b/cargo/remote/BUILD.ring-0.16.20.bazel index 10c73e90f..2ab0591cf 100644 --- a/cargo/remote/BUILD.ring-0.16.20.bazel +++ b/cargo/remote/BUILD.ring-0.16.20.bazel @@ -137,7 +137,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__once_cell__1_8_0//:once_cell", ], "//conditions:default": [], diff --git a/cargo/remote/BUILD.rustc_version-0.3.3.bazel b/cargo/remote/BUILD.rustc_version-0.4.0.bazel similarity index 94% rename from cargo/remote/BUILD.rustc_version-0.3.3.bazel rename to cargo/remote/BUILD.rustc_version-0.4.0.bazel index c501f7b83..af583fb3d 100644 --- a/cargo/remote/BUILD.rustc_version-0.3.3.bazel +++ b/cargo/remote/BUILD.rustc_version-0.4.0.bazel @@ -46,10 +46,10 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.3", + version = "0.4.0", # buildifier: leave-alone deps = [ - "@raze__semver__0_11_0//:semver", + "@raze__semver__1_0_4//:semver", ], ) diff --git a/cargo/remote/BUILD.ryu-1.0.5.bazel b/cargo/remote/BUILD.ryu-1.0.6.bazel similarity index 97% rename from cargo/remote/BUILD.ryu-1.0.5.bazel rename to cargo/remote/BUILD.ryu-1.0.6.bazel index 4c8e2b329..7be7ab061 100644 --- a/cargo/remote/BUILD.ryu-1.0.5.bazel +++ b/cargo/remote/BUILD.ryu-1.0.6.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.5", + version = "1.0.6", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.5", + version = "1.0.6", # buildifier: leave-alone deps = [ ":ryu_build_script", diff --git a/cargo/remote/BUILD.security-framework-2.4.2.bazel b/cargo/remote/BUILD.security-framework-2.4.2.bazel index 96f76d643..7a8ec6237 100644 --- a/cargo/remote/BUILD.security-framework-2.4.2.bazel +++ b/cargo/remote/BUILD.security-framework-2.4.2.bazel @@ -60,7 +60,7 @@ rust_library( "@raze__bitflags__1_3_2//:bitflags", "@raze__core_foundation__0_9_2//:core_foundation", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", "@raze__security_framework_sys__2_4_2//:security_framework_sys", ], ) diff --git a/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel b/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel index a6577524e..0b4ba6e2a 100644 --- a/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel +++ b/cargo/remote/BUILD.security-framework-sys-2.4.2.bazel @@ -52,6 +52,6 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__core_foundation_sys__0_8_3//:core_foundation_sys", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], ) diff --git a/cargo/remote/BUILD.selectors-0.22.0.bazel b/cargo/remote/BUILD.selectors-0.22.0.bazel index 0cc29a163..ca0908578 100644 --- a/cargo/remote/BUILD.selectors-0.22.0.bazel +++ b/cargo/remote/BUILD.selectors-0.22.0.bazel @@ -70,7 +70,7 @@ rust_library( data = [], edition = "2015", proc_macro_deps = [ - "@raze__derive_more__0_99_16//:derive_more", + "@raze__derive_more__0_99_17//:derive_more", ], rustc_flags = [ "--cap-lints=allow", diff --git a/cargo/remote/BUILD.self_cell-0.10.1.bazel b/cargo/remote/BUILD.self_cell-0.10.2.bazel similarity index 97% rename from cargo/remote/BUILD.self_cell-0.10.1.bazel rename to cargo/remote/BUILD.self_cell-0.10.2.bazel index c9ad8722e..a71eb8c27 100644 --- a/cargo/remote/BUILD.self_cell-0.10.1.bazel +++ b/cargo/remote/BUILD.self_cell-0.10.2.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.10.1", + version = "0.10.2", # buildifier: leave-alone deps = [ ], diff --git a/cargo/remote/BUILD.semver-0.11.0.bazel b/cargo/remote/BUILD.semver-0.11.0.bazel deleted file mode 100644 index ad5b88324..000000000 --- a/cargo/remote/BUILD.semver-0.11.0.bazel +++ /dev/null @@ -1,61 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_library( - name = "semver", - srcs = glob(["**/*.rs"]), - crate_features = [ - "default", - ], - crate_root = "src/lib.rs", - data = [], - edition = "2015", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.11.0", - # buildifier: leave-alone - deps = [ - "@raze__semver_parser__0_10_2//:semver_parser", - ], -) - -# Unsupported target "deprecation" with type "test" omitted - -# Unsupported target "diesel" with type "test" omitted - -# Unsupported target "serde" with type "test" omitted diff --git a/cargo/remote/BUILD.semver-1.0.4.bazel b/cargo/remote/BUILD.semver-1.0.4.bazel new file mode 100644 index 000000000..8544d9780 --- /dev/null +++ b/cargo/remote/BUILD.semver-1.0.4.bazel @@ -0,0 +1,95 @@ +""" +@generated +cargo-raze crate build file. + +DO NOT EDIT! Replaced on runs of cargo-raze +""" + +# buildifier: disable=load +load("@bazel_skylib//lib:selects.bzl", "selects") + +# buildifier: disable=load +load( + "@rules_rust//rust:defs.bzl", + "rust_binary", + "rust_library", + "rust_proc_macro", + "rust_test", +) + +package(default_visibility = [ + # Public for visibility by "@raze__crate__version//" targets. + # + # Prefer access through "//cargo", which limits external + # visibility to explicit Cargo.toml dependencies. + "//visibility:public", +]) + +licenses([ + "notice", # MIT from expression "MIT OR Apache-2.0" +]) + +# Generated Targets +# buildifier: disable=out-of-order-load +# buildifier: disable=load-on-top +load( + "@rules_rust//cargo:cargo_build_script.bzl", + "cargo_build_script", +) + +cargo_build_script( + name = "semver_build_script", + srcs = glob(["**/*.rs"]), + build_script_env = { + }, + crate_features = [ + "default", + "std", + ], + crate_root = "build.rs", + data = glob(["**"]), + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.4", + visibility = ["//visibility:private"], + deps = [ + ], +) + +# Unsupported target "parse" with type "bench" omitted + +rust_library( + name = "semver", + srcs = glob(["**/*.rs"]), + crate_features = [ + "default", + "std", + ], + crate_root = "src/lib.rs", + data = [], + edition = "2018", + rustc_flags = [ + "--cap-lints=allow", + ], + tags = [ + "cargo-raze", + "manual", + ], + version = "1.0.4", + # buildifier: leave-alone + deps = [ + ":semver_build_script", + ], +) + +# Unsupported target "test_identifier" with type "test" omitted + +# Unsupported target "test_version" with type "test" omitted + +# Unsupported target "test_version_req" with type "test" omitted diff --git a/cargo/remote/BUILD.semver-parser-0.10.2.bazel b/cargo/remote/BUILD.semver-parser-0.10.2.bazel deleted file mode 100644 index 6cb3b7f63..000000000 --- a/cargo/remote/BUILD.semver-parser-0.10.2.bazel +++ /dev/null @@ -1,81 +0,0 @@ -""" -@generated -cargo-raze crate build file. - -DO NOT EDIT! Replaced on runs of cargo-raze -""" - -# buildifier: disable=load -load("@bazel_skylib//lib:selects.bzl", "selects") - -# buildifier: disable=load -load( - "@rules_rust//rust:defs.bzl", - "rust_binary", - "rust_library", - "rust_proc_macro", - "rust_test", -) - -package(default_visibility = [ - # Public for visibility by "@raze__crate__version//" targets. - # - # Prefer access through "//cargo", which limits external - # visibility to explicit Cargo.toml dependencies. - "//visibility:public", -]) - -licenses([ - "notice", # MIT from expression "MIT OR Apache-2.0" -]) - -# Generated Targets - -rust_binary( - # Prefix bin name to disambiguate from (probable) collision with lib name - # N.B.: The exact form of this is subject to change. - name = "cargo_bin_semver_parser", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/main.rs", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.10.2", - # buildifier: leave-alone - deps = [ - ":semver_parser", - "@raze__pest__2_1_3//:pest", - ], -) - -rust_library( - name = "semver_parser", - srcs = glob(["**/*.rs"]), - crate_features = [ - ], - crate_root = "src/lib.rs", - data = [], - edition = "2018", - rustc_flags = [ - "--cap-lints=allow", - ], - tags = [ - "cargo-raze", - "manual", - ], - version = "0.10.2", - # buildifier: leave-alone - deps = [ - "@raze__pest__2_1_3//:pest", - ], -) - -# Unsupported target "genpest" with type "test" omitted diff --git a/cargo/remote/BUILD.serde-aux-3.0.1.bazel b/cargo/remote/BUILD.serde-aux-3.0.1.bazel index 5dc42f528..7847c1055 100644 --- a/cargo/remote/BUILD.serde-aux-3.0.1.bazel +++ b/cargo/remote/BUILD.serde-aux-3.0.1.bazel @@ -53,6 +53,6 @@ rust_library( deps = [ "@raze__chrono__0_4_19//:chrono", "@raze__serde__1_0_130//:serde", - "@raze__serde_json__1_0_71//:serde_json", + "@raze__serde_json__1_0_72//:serde_json", ], ) diff --git a/cargo/remote/BUILD.serde_derive-1.0.130.bazel b/cargo/remote/BUILD.serde_derive-1.0.130.bazel index 72a1ade41..33f6cd749 100644 --- a/cargo/remote/BUILD.serde_derive-1.0.130.bazel +++ b/cargo/remote/BUILD.serde_derive-1.0.130.bazel @@ -83,6 +83,6 @@ rust_proc_macro( ":serde_derive_build_script", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_json-1.0.71.bazel b/cargo/remote/BUILD.serde_json-1.0.72.bazel similarity index 95% rename from cargo/remote/BUILD.serde_json-1.0.71.bazel rename to cargo/remote/BUILD.serde_json-1.0.72.bazel index 850ed515e..1249c96c4 100644 --- a/cargo/remote/BUILD.serde_json-1.0.71.bazel +++ b/cargo/remote/BUILD.serde_json-1.0.72.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.71", + version = "1.0.72", visibility = ["//visibility:private"], deps = [ ], @@ -79,12 +79,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.71", + version = "1.0.72", # buildifier: leave-alone deps = [ ":serde_json_build_script", "@raze__itoa__0_4_8//:itoa", - "@raze__ryu__1_0_5//:ryu", + "@raze__ryu__1_0_6//:ryu", "@raze__serde__1_0_130//:serde", ], ) diff --git a/cargo/remote/BUILD.serde_repr-0.1.7.bazel b/cargo/remote/BUILD.serde_repr-0.1.7.bazel index d4b94ec83..ea89b301a 100644 --- a/cargo/remote/BUILD.serde_repr-0.1.7.bazel +++ b/cargo/remote/BUILD.serde_repr-0.1.7.bazel @@ -51,7 +51,7 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel index 2d82b6be5..d22fcca68 100644 --- a/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel +++ b/cargo/remote/BUILD.serde_tuple_macros-0.5.0.bazel @@ -51,6 +51,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel b/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel index aafef5f20..2a7880eb2 100644 --- a/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel +++ b/cargo/remote/BUILD.serde_urlencoded-0.7.0.bazel @@ -51,7 +51,7 @@ rust_library( deps = [ "@raze__form_urlencoded__1_0_1//:form_urlencoded", "@raze__itoa__0_4_8//:itoa", - "@raze__ryu__1_0_5//:ryu", + "@raze__ryu__1_0_6//:ryu", "@raze__serde__1_0_130//:serde", ], ) diff --git a/cargo/remote/BUILD.socket2-0.4.2.bazel b/cargo/remote/BUILD.socket2-0.4.2.bazel index 1d255bc8b..90e48acf6 100644 --- a/cargo/remote/BUILD.socket2-0.4.2.bazel +++ b/cargo/remote/BUILD.socket2-0.4.2.bazel @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.strum-0.23.0.bazel b/cargo/remote/BUILD.strum-0.23.0.bazel index c7139bf54..2dd804801 100644 --- a/cargo/remote/BUILD.strum-0.23.0.bazel +++ b/cargo/remote/BUILD.strum-0.23.0.bazel @@ -44,7 +44,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@raze__strum_macros__0_23_0//:strum_macros", + "@raze__strum_macros__0_23_1//:strum_macros", ], rustc_flags = [ "--cap-lints=allow", diff --git a/cargo/remote/BUILD.strum_macros-0.23.0.bazel b/cargo/remote/BUILD.strum_macros-0.23.1.bazel similarity index 95% rename from cargo/remote/BUILD.strum_macros-0.23.0.bazel rename to cargo/remote/BUILD.strum_macros-0.23.1.bazel index 2c1814afe..e760da9b4 100644 --- a/cargo/remote/BUILD.strum_macros-0.23.0.bazel +++ b/cargo/remote/BUILD.strum_macros-0.23.1.bazel @@ -49,12 +49,12 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.23.0", + version = "0.23.1", # buildifier: leave-alone deps = [ "@raze__heck__0_3_3//:heck", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.syn-1.0.81.bazel b/cargo/remote/BUILD.syn-1.0.82.bazel similarity index 98% rename from cargo/remote/BUILD.syn-1.0.81.bazel rename to cargo/remote/BUILD.syn-1.0.82.bazel index 17659da42..7e673ad98 100644 --- a/cargo/remote/BUILD.syn-1.0.81.bazel +++ b/cargo/remote/BUILD.syn-1.0.82.bazel @@ -66,7 +66,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.81", + version = "1.0.82", visibility = ["//visibility:private"], deps = [ ], @@ -103,7 +103,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.81", + version = "1.0.82", # buildifier: leave-alone deps = [ ":syn_build_script", diff --git a/cargo/remote/BUILD.tempfile-3.2.0.bazel b/cargo/remote/BUILD.tempfile-3.2.0.bazel index 2186cee83..0250a5f1e 100644 --- a/cargo/remote/BUILD.tempfile-3.2.0.bazel +++ b/cargo/remote/BUILD.tempfile-3.2.0.bazel @@ -64,7 +64,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel b/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel index 291faf9ac..6f7ad05e7 100644 --- a/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel +++ b/cargo/remote/BUILD.thiserror-impl-1.0.30.bazel @@ -51,6 +51,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.time-0.1.44.bazel b/cargo/remote/BUILD.time-0.1.44.bazel index 5ffa33b94..4d7b3e064 100644 --- a/cargo/remote/BUILD.time-0.1.44.bazel +++ b/cargo/remote/BUILD.time-0.1.44.bazel @@ -51,7 +51,7 @@ rust_library( version = "0.1.44", # buildifier: leave-alone deps = [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ] + selects.with_or({ # cfg(windows) ( diff --git a/cargo/remote/BUILD.tokio-1.14.0.bazel b/cargo/remote/BUILD.tokio-1.14.0.bazel index d84a7fdc0..ad9837f16 100644 --- a/cargo/remote/BUILD.tokio-1.14.0.bazel +++ b/cargo/remote/BUILD.tokio-1.14.0.bazel @@ -151,7 +151,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.tokio-macros-1.6.0.bazel b/cargo/remote/BUILD.tokio-macros-1.6.0.bazel index 9adb5bc67..c2bde9568 100644 --- a/cargo/remote/BUILD.tokio-macros-1.6.0.bazel +++ b/cargo/remote/BUILD.tokio-macros-1.6.0.bazel @@ -51,6 +51,6 @@ rust_proc_macro( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", ], ) diff --git a/cargo/remote/BUILD.tokio-socks-0.5.1.bazel b/cargo/remote/BUILD.tokio-socks-0.5.1.bazel index e50620b23..99a6e2e35 100644 --- a/cargo/remote/BUILD.tokio-socks-0.5.1.bazel +++ b/cargo/remote/BUILD.tokio-socks-0.5.1.bazel @@ -56,7 +56,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__either__1_6_1//:either", - "@raze__futures_util__0_3_17//:futures_util", + "@raze__futures_util__0_3_18//:futures_util", "@raze__thiserror__1_0_30//:thiserror", "@raze__tokio__1_14_0//:tokio", ], diff --git a/cargo/remote/BUILD.tokio-util-0.6.9.bazel b/cargo/remote/BUILD.tokio-util-0.6.9.bazel index da90fb62c..573fc2447 100644 --- a/cargo/remote/BUILD.tokio-util-0.6.9.bazel +++ b/cargo/remote/BUILD.tokio-util-0.6.9.bazel @@ -53,8 +53,8 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__bytes__1_1_0//:bytes", - "@raze__futures_core__0_3_17//:futures_core", - "@raze__futures_sink__0_3_17//:futures_sink", + "@raze__futures_core__0_3_18//:futures_core", + "@raze__futures_sink__0_3_18//:futures_sink", "@raze__log__0_4_14//:log", "@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__tokio__1_14_0//:tokio", diff --git a/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel b/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel index 31dd374cc..19f917bc9 100644 --- a/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel +++ b/cargo/remote/BUILD.unic-langid-macros-impl-0.9.0.bazel @@ -53,7 +53,7 @@ rust_proc_macro( # buildifier: leave-alone deps = [ "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", "@raze__unic_langid_impl__0_9_0//:unic_langid_impl", ], ) diff --git a/cargo/remote/BUILD.utime-0.3.1.bazel b/cargo/remote/BUILD.utime-0.3.1.bazel index 6d76cf0ce..81a78574d 100644 --- a/cargo/remote/BUILD.utime-0.3.1.bazel +++ b/cargo/remote/BUILD.utime-0.3.1.bazel @@ -61,7 +61,7 @@ rust_library( "@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-apple-ios", ): [ - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/cargo/remote/BUILD.wasm-bindgen-0.2.78.bazel b/cargo/remote/BUILD.wasm-bindgen-0.2.78.bazel index 8a0258c46..37d44f9c7 100644 --- a/cargo/remote/BUILD.wasm-bindgen-0.2.78.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-0.2.78.bazel @@ -96,7 +96,7 @@ rust_library( ":wasm_bindgen_build_script", "@raze__cfg_if__1_0_0//:cfg_if", "@raze__serde__1_0_130//:serde", - "@raze__serde_json__1_0_71//:serde_json", + "@raze__serde_json__1_0_72//:serde_json", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.78.bazel b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.78.bazel index f89b48313..9db7b4d89 100644 --- a/cargo/remote/BUILD.wasm-bindgen-backend-0.2.78.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-backend-0.2.78.bazel @@ -55,7 +55,7 @@ rust_library( "@raze__log__0_4_14//:log", "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", "@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared", ], ) diff --git a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.78.bazel b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.78.bazel index ce03edb76..71b915dbe 100644 --- a/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.78.bazel +++ b/cargo/remote/BUILD.wasm-bindgen-macro-support-0.2.78.bazel @@ -52,7 +52,7 @@ rust_library( deps = [ "@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__quote__1_0_10//:quote", - "@raze__syn__1_0_81//:syn", + "@raze__syn__1_0_82//:syn", "@raze__wasm_bindgen_backend__0_2_78//:wasm_bindgen_backend", "@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared", ], diff --git a/cargo/remote/BUILD.which-4.2.2.bazel b/cargo/remote/BUILD.which-4.2.2.bazel index a8fef07ca..f0e110ff1 100644 --- a/cargo/remote/BUILD.which-4.2.2.bazel +++ b/cargo/remote/BUILD.which-4.2.2.bazel @@ -52,7 +52,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__either__1_6_1//:either", - "@raze__libc__0_2_107//:libc", + "@raze__libc__0_2_108//:libc", ] + selects.with_or({ # cfg(windows) ( diff --git a/cargo/remote/BUILD.zip-0.5.13.bazel b/cargo/remote/BUILD.zip-0.5.13.bazel index 621061a94..ff4054fb7 100644 --- a/cargo/remote/BUILD.zip-0.5.13.bazel +++ b/cargo/remote/BUILD.zip-0.5.13.bazel @@ -67,7 +67,7 @@ rust_library( # buildifier: leave-alone deps = [ "@raze__byteorder__1_4_3//:byteorder", - "@raze__crc32fast__1_2_1//:crc32fast", + "@raze__crc32fast__1_3_0//:crc32fast", "@raze__flate2__1_0_22//:flate2", "@raze__thiserror__1_0_30//:thiserror", "@raze__time__0_1_44//:time", diff --git a/pylib/rsbridge/cargo/BUILD.bazel b/pylib/rsbridge/cargo/BUILD.bazel index cfb24c3e9..83a4f9356 100644 --- a/pylib/rsbridge/cargo/BUILD.bazel +++ b/pylib/rsbridge/cargo/BUILD.bazel @@ -122,7 +122,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_17//:futures", + actual = "@raze__futures__0_3_18//:futures", tags = [ "cargo-raze", "manual", @@ -302,7 +302,7 @@ alias( alias( name = "pyo3", - actual = "@raze__pyo3__0_15_0//:pyo3", + actual = "@raze__pyo3__0_15_1//:pyo3", tags = [ "cargo-raze", "manual", @@ -383,7 +383,7 @@ alias( alias( name = "serde_json", - actual = "@raze__serde_json__1_0_71//:serde_json", + actual = "@raze__serde_json__1_0_72//:serde_json", tags = [ "cargo-raze", "manual", diff --git a/rslib/cargo/BUILD.bazel b/rslib/cargo/BUILD.bazel index cfb24c3e9..83a4f9356 100644 --- a/rslib/cargo/BUILD.bazel +++ b/rslib/cargo/BUILD.bazel @@ -122,7 +122,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_17//:futures", + actual = "@raze__futures__0_3_18//:futures", tags = [ "cargo-raze", "manual", @@ -302,7 +302,7 @@ alias( alias( name = "pyo3", - actual = "@raze__pyo3__0_15_0//:pyo3", + actual = "@raze__pyo3__0_15_1//:pyo3", tags = [ "cargo-raze", "manual", @@ -383,7 +383,7 @@ alias( alias( name = "serde_json", - actual = "@raze__serde_json__1_0_71//:serde_json", + actual = "@raze__serde_json__1_0_72//:serde_json", tags = [ "cargo-raze", "manual", diff --git a/rslib/i18n/cargo/BUILD.bazel b/rslib/i18n/cargo/BUILD.bazel index cfb24c3e9..83a4f9356 100644 --- a/rslib/i18n/cargo/BUILD.bazel +++ b/rslib/i18n/cargo/BUILD.bazel @@ -122,7 +122,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_17//:futures", + actual = "@raze__futures__0_3_18//:futures", tags = [ "cargo-raze", "manual", @@ -302,7 +302,7 @@ alias( alias( name = "pyo3", - actual = "@raze__pyo3__0_15_0//:pyo3", + actual = "@raze__pyo3__0_15_1//:pyo3", tags = [ "cargo-raze", "manual", @@ -383,7 +383,7 @@ alias( alias( name = "serde_json", - actual = "@raze__serde_json__1_0_71//:serde_json", + actual = "@raze__serde_json__1_0_72//:serde_json", tags = [ "cargo-raze", "manual", diff --git a/rslib/i18n_helpers/cargo/BUILD.bazel b/rslib/i18n_helpers/cargo/BUILD.bazel index cfb24c3e9..83a4f9356 100644 --- a/rslib/i18n_helpers/cargo/BUILD.bazel +++ b/rslib/i18n_helpers/cargo/BUILD.bazel @@ -122,7 +122,7 @@ alias( alias( name = "futures", - actual = "@raze__futures__0_3_17//:futures", + actual = "@raze__futures__0_3_18//:futures", tags = [ "cargo-raze", "manual", @@ -302,7 +302,7 @@ alias( alias( name = "pyo3", - actual = "@raze__pyo3__0_15_0//:pyo3", + actual = "@raze__pyo3__0_15_1//:pyo3", tags = [ "cargo-raze", "manual", @@ -383,7 +383,7 @@ alias( alias( name = "serde_json", - actual = "@raze__serde_json__1_0_71//:serde_json", + actual = "@raze__serde_json__1_0_72//:serde_json", tags = [ "cargo-raze", "manual",