diff --git a/tools/rust_analyzer/raze/BUILD.bazel b/tools/rust_analyzer/raze/BUILD.bazel index 6df58c176b..1c5f85cdaf 100644 --- a/tools/rust_analyzer/raze/BUILD.bazel +++ b/tools/rust_analyzer/raze/BUILD.bazel @@ -14,7 +14,7 @@ licenses([ # Aliased targets alias( name = "anyhow", - actual = "@rules_rust_tools_rust_analyzer__anyhow__1_0_43//:anyhow", + actual = "@rules_rust_tools_rust_analyzer__anyhow__1_0_45//:anyhow", tags = [ "cargo-raze", "manual", @@ -41,7 +41,7 @@ alias( alias( name = "serde", - actual = "@rules_rust_tools_rust_analyzer__serde__1_0_128//:serde", + actual = "@rules_rust_tools_rust_analyzer__serde__1_0_130//:serde", tags = [ "cargo-raze", "manual", @@ -50,7 +50,7 @@ alias( alias( name = "serde_json", - actual = "@rules_rust_tools_rust_analyzer__serde_json__1_0_66//:serde_json", + actual = "@rules_rust_tools_rust_analyzer__serde_json__1_0_69//:serde_json", tags = [ "cargo-raze", "manual", @@ -59,7 +59,7 @@ alias( alias( name = "structopt", - actual = "@rules_rust_tools_rust_analyzer__structopt__0_3_22//:structopt", + actual = "@rules_rust_tools_rust_analyzer__structopt__0_3_25//:structopt", tags = [ "cargo-raze", "manual", diff --git a/tools/rust_analyzer/raze/Cargo.raze.lock b/tools/rust_analyzer/raze/Cargo.raze.lock index 1a0c6188fe..dd6a19a8ab 100644 --- a/tools/rust_analyzer/raze/Cargo.raze.lock +++ b/tools/rust_analyzer/raze/Cargo.raze.lock @@ -20,9 +20,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.43" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf" +checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" [[package]] name = "atty" @@ -125,9 +125,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.100" +version = "0.2.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" +checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219" [[package]] name = "log" @@ -170,18 +170,18 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.28" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612" +checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" dependencies = [ "unicode-xid", ] [[package]] name = "quote" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" +checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" dependencies = [ "proc-macro2", ] @@ -211,18 +211,18 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "serde" -version = "1.0.128" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1056a0db1978e9dbf0f6e4fca677f6f9143dc1c19de346f22cac23e422196834" +checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.128" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13af2fbb8b60a8950d6c72a56d2095c28870367cc8e10c55e9745bac4995a2c4" +checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" dependencies = [ "proc-macro2", "quote", @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.66" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127" +checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" dependencies = [ "itoa", "ryu", @@ -248,9 +248,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "structopt" -version = "0.3.22" +version = "0.3.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71" +checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c" dependencies = [ "clap", "lazy_static", @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "structopt-derive" -version = "0.4.15" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10" +checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" dependencies = [ "heck", "proc-macro-error", @@ -272,9 +272,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.75" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7" +checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" dependencies = [ "proc-macro2", "quote", @@ -307,9 +307,9 @@ checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" [[package]] name = "unicode-width" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" diff --git a/tools/rust_analyzer/raze/crates.bzl b/tools/rust_analyzer/raze/crates.bzl index 53e44e076d..e0fe541141 100644 --- a/tools/rust_analyzer/raze/crates.bzl +++ b/tools/rust_analyzer/raze/crates.bzl @@ -33,12 +33,12 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__anyhow__1_0_43", - url = "https://crates.io/api/v1/crates/anyhow/1.0.43/download", + name = "rules_rust_tools_rust_analyzer__anyhow__1_0_45", + url = "https://crates.io/api/v1/crates/anyhow/1.0.45/download", type = "tar.gz", - sha256 = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf", - strip_prefix = "anyhow-1.0.43", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.anyhow-1.0.43.bazel"), + sha256 = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7", + strip_prefix = "anyhow-1.0.45", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.anyhow-1.0.45.bazel"), ) maybe( @@ -143,12 +143,12 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__libc__0_2_100", - url = "https://crates.io/api/v1/crates/libc/0.2.100/download", + name = "rules_rust_tools_rust_analyzer__libc__0_2_107", + url = "https://crates.io/api/v1/crates/libc/0.2.107/download", type = "tar.gz", - sha256 = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5", - strip_prefix = "libc-0.2.100", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.libc-0.2.100.bazel"), + sha256 = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219", + strip_prefix = "libc-0.2.107", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.libc-0.2.107.bazel"), ) maybe( @@ -193,22 +193,22 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__proc_macro2__1_0_28", - url = "https://crates.io/api/v1/crates/proc-macro2/1.0.28/download", + name = "rules_rust_tools_rust_analyzer__proc_macro2__1_0_32", + url = "https://crates.io/api/v1/crates/proc-macro2/1.0.32/download", type = "tar.gz", - sha256 = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612", - strip_prefix = "proc-macro2-1.0.28", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.proc-macro2-1.0.28.bazel"), + sha256 = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43", + strip_prefix = "proc-macro2-1.0.32", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.proc-macro2-1.0.32.bazel"), ) maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__quote__1_0_9", - url = "https://crates.io/api/v1/crates/quote/1.0.9/download", + name = "rules_rust_tools_rust_analyzer__quote__1_0_10", + url = "https://crates.io/api/v1/crates/quote/1.0.10/download", type = "tar.gz", - sha256 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7", - strip_prefix = "quote-1.0.9", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.quote-1.0.9.bazel"), + sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05", + strip_prefix = "quote-1.0.10", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.quote-1.0.10.bazel"), ) maybe( @@ -243,32 +243,32 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__serde__1_0_128", - url = "https://crates.io/api/v1/crates/serde/1.0.128/download", + name = "rules_rust_tools_rust_analyzer__serde__1_0_130", + url = "https://crates.io/api/v1/crates/serde/1.0.130/download", type = "tar.gz", - sha256 = "1056a0db1978e9dbf0f6e4fca677f6f9143dc1c19de346f22cac23e422196834", - strip_prefix = "serde-1.0.128", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde-1.0.128.bazel"), + sha256 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913", + strip_prefix = "serde-1.0.130", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde-1.0.130.bazel"), ) maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__serde_derive__1_0_128", - url = "https://crates.io/api/v1/crates/serde_derive/1.0.128/download", + name = "rules_rust_tools_rust_analyzer__serde_derive__1_0_130", + url = "https://crates.io/api/v1/crates/serde_derive/1.0.130/download", type = "tar.gz", - sha256 = "13af2fbb8b60a8950d6c72a56d2095c28870367cc8e10c55e9745bac4995a2c4", - strip_prefix = "serde_derive-1.0.128", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde_derive-1.0.128.bazel"), + sha256 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b", + strip_prefix = "serde_derive-1.0.130", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde_derive-1.0.130.bazel"), ) maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__serde_json__1_0_66", - url = "https://crates.io/api/v1/crates/serde_json/1.0.66/download", + name = "rules_rust_tools_rust_analyzer__serde_json__1_0_69", + url = "https://crates.io/api/v1/crates/serde_json/1.0.69/download", type = "tar.gz", - sha256 = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127", - strip_prefix = "serde_json-1.0.66", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde_json-1.0.66.bazel"), + sha256 = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8", + strip_prefix = "serde_json-1.0.69", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.serde_json-1.0.69.bazel"), ) maybe( @@ -283,32 +283,32 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__structopt__0_3_22", - url = "https://crates.io/api/v1/crates/structopt/0.3.22/download", + name = "rules_rust_tools_rust_analyzer__structopt__0_3_25", + url = "https://crates.io/api/v1/crates/structopt/0.3.25/download", type = "tar.gz", - sha256 = "69b041cdcb67226aca307e6e7be44c8806423d83e018bd662360a93dabce4d71", - strip_prefix = "structopt-0.3.22", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.structopt-0.3.22.bazel"), + sha256 = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c", + strip_prefix = "structopt-0.3.25", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.structopt-0.3.25.bazel"), ) maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__structopt_derive__0_4_15", - url = "https://crates.io/api/v1/crates/structopt-derive/0.4.15/download", + name = "rules_rust_tools_rust_analyzer__structopt_derive__0_4_18", + url = "https://crates.io/api/v1/crates/structopt-derive/0.4.18/download", type = "tar.gz", - sha256 = "7813934aecf5f51a54775e00068c237de98489463968231a51746bbbc03f9c10", - strip_prefix = "structopt-derive-0.4.15", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.structopt-derive-0.4.15.bazel"), + sha256 = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0", + strip_prefix = "structopt-derive-0.4.18", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.structopt-derive-0.4.18.bazel"), ) maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__syn__1_0_75", - url = "https://crates.io/api/v1/crates/syn/1.0.75/download", + name = "rules_rust_tools_rust_analyzer__syn__1_0_81", + url = "https://crates.io/api/v1/crates/syn/1.0.81/download", type = "tar.gz", - sha256 = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7", - strip_prefix = "syn-1.0.75", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.syn-1.0.75.bazel"), + sha256 = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966", + strip_prefix = "syn-1.0.81", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.syn-1.0.81.bazel"), ) maybe( @@ -343,12 +343,12 @@ def rules_rust_tools_rust_analyzer_fetch_remote_crates(): maybe( http_archive, - name = "rules_rust_tools_rust_analyzer__unicode_width__0_1_8", - url = "https://crates.io/api/v1/crates/unicode-width/0.1.8/download", + name = "rules_rust_tools_rust_analyzer__unicode_width__0_1_9", + url = "https://crates.io/api/v1/crates/unicode-width/0.1.9/download", type = "tar.gz", - sha256 = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3", - strip_prefix = "unicode-width-0.1.8", - build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.unicode-width-0.1.8.bazel"), + sha256 = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973", + strip_prefix = "unicode-width-0.1.9", + build_file = Label("//tools/rust_analyzer/raze/remote:BUILD.unicode-width-0.1.9.bazel"), ) maybe( diff --git a/tools/rust_analyzer/raze/remote/BUILD.aho-corasick-0.7.18.bazel b/tools/rust_analyzer/raze/remote/BUILD.aho-corasick-0.7.18.bazel index d9956ac7d5..d0d1788289 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.aho-corasick-0.7.18.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.aho-corasick-0.7.18.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -38,7 +39,6 @@ rust_library( "std", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.43.bazel b/tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.45.bazel similarity index 98% rename from tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.43.bazel rename to tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.45.bazel index 92b1c7b12d..737d7df5ac 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.43.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.anyhow-1.0.45.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.43", + version = "1.0.45", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.43", + version = "1.0.45", # buildifier: leave-alone deps = [ ":anyhow_build_script", diff --git a/tools/rust_analyzer/raze/remote/BUILD.atty-0.2.14.bazel b/tools/rust_analyzer/raze/remote/BUILD.atty-0.2.14.bazel index 76c5744f88..c8b5efa30a 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.atty-0.2.14.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.atty-0.2.14.bazel @@ -73,7 +73,7 @@ rust_library( "@rules_rust//rust/platform:x86_64-linux-android", "@rules_rust//rust/platform:x86_64-unknown-freebsd", ): [ - "@rules_rust_tools_rust_analyzer__libc__0_2_100//:libc", + "@rules_rust_tools_rust_analyzer__libc__0_2_107//:libc", ], "//conditions:default": [], }) + selects.with_or({ diff --git a/tools/rust_analyzer/raze/remote/BUILD.bitflags-1.3.2.bazel b/tools/rust_analyzer/raze/remote/BUILD.bitflags-1.3.2.bazel index abe71582c7..417aee7ee0 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.bitflags-1.3.2.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.bitflags-1.3.2.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -37,7 +38,6 @@ rust_library( "default", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.clap-2.33.3.bazel b/tools/rust_analyzer/raze/remote/BUILD.clap-2.33.3.bazel index 2bd982583f..0ecdf7a52a 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.clap-2.33.3.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.clap-2.33.3.bazel @@ -62,7 +62,7 @@ rust_library( "@rules_rust_tools_rust_analyzer__bitflags__1_3_2//:bitflags", "@rules_rust_tools_rust_analyzer__strsim__0_8_0//:strsim", "@rules_rust_tools_rust_analyzer__textwrap__0_11_0//:textwrap", - "@rules_rust_tools_rust_analyzer__unicode_width__0_1_8//:unicode_width", + "@rules_rust_tools_rust_analyzer__unicode_width__0_1_9//:unicode_width", "@rules_rust_tools_rust_analyzer__vec_map__0_8_2//:vec_map", ] + selects.with_or({ # cfg(not(windows)) diff --git a/tools/rust_analyzer/raze/remote/BUILD.env_logger-0.9.0.bazel b/tools/rust_analyzer/raze/remote/BUILD.env_logger-0.9.0.bazel index 9479133f44..4d35482417 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.env_logger-0.9.0.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.env_logger-0.9.0.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -41,7 +42,6 @@ rust_library( "termcolor", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.hermit-abi-0.1.19.bazel b/tools/rust_analyzer/raze/remote/BUILD.hermit-abi-0.1.19.bazel index 7466f28916..99cba1b595 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.hermit-abi-0.1.19.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.hermit-abi-0.1.19.bazel @@ -50,6 +50,6 @@ rust_library( version = "0.1.19", # buildifier: leave-alone deps = [ - "@rules_rust_tools_rust_analyzer__libc__0_2_100//:libc", + "@rules_rust_tools_rust_analyzer__libc__0_2_107//:libc", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.humantime-2.1.0.bazel b/tools/rust_analyzer/raze/remote/BUILD.humantime-2.1.0.bazel index fc435f6624..9905a0d3f7 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.humantime-2.1.0.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.humantime-2.1.0.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -40,7 +41,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.itoa-0.4.8.bazel b/tools/rust_analyzer/raze/remote/BUILD.itoa-0.4.8.bazel index 6670aa3740..27868c7d2b 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.itoa-0.4.8.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.itoa-0.4.8.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -38,7 +39,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2015", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.libc-0.2.100.bazel b/tools/rust_analyzer/raze/remote/BUILD.libc-0.2.107.bazel similarity index 97% rename from tools/rust_analyzer/raze/remote/BUILD.libc-0.2.100.bazel rename to tools/rust_analyzer/raze/remote/BUILD.libc-0.2.107.bazel index 915edcf6f5..bfb4b822bd 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.libc-0.2.100.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.libc-0.2.107.bazel @@ -54,7 +54,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "0.2.100", + version = "0.2.107", visibility = ["//visibility:private"], deps = [ ], @@ -75,7 +75,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.100", + version = "0.2.107", # buildifier: leave-alone deps = [ ":libc_build_script", diff --git a/tools/rust_analyzer/raze/remote/BUILD.log-0.4.14.bazel b/tools/rust_analyzer/raze/remote/BUILD.log-0.4.14.bazel index bacb4193e5..79cad4df8d 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.log-0.4.14.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.log-0.4.14.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -69,7 +70,6 @@ rust_library( "std", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2015", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-1.0.4.bazel b/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-1.0.4.bazel index d049c6e455..c6c622c704 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-1.0.4.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-1.0.4.bazel @@ -89,9 +89,9 @@ rust_library( # buildifier: leave-alone deps = [ ":proc_macro_error_build_script", - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", - "@rules_rust_tools_rust_analyzer__quote__1_0_9//:quote", - "@rules_rust_tools_rust_analyzer__syn__1_0_75//:syn", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", + "@rules_rust_tools_rust_analyzer__quote__1_0_10//:quote", + "@rules_rust_tools_rust_analyzer__syn__1_0_81//:syn", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel b/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel index 655353edca..ba807a815c 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.proc-macro-error-attr-1.0.4.bazel @@ -80,7 +80,7 @@ rust_proc_macro( # buildifier: leave-alone deps = [ ":proc_macro_error_attr_build_script", - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", - "@rules_rust_tools_rust_analyzer__quote__1_0_9//:quote", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", + "@rules_rust_tools_rust_analyzer__quote__1_0_10//:quote", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.28.bazel b/tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.32.bazel similarity index 97% rename from tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.28.bazel rename to tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.32.bazel index 3fc323fd2c..925284166a 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.28.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.proc-macro2-1.0.32.bazel @@ -56,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.28", + version = "1.0.32", visibility = ["//visibility:private"], deps = [ ], @@ -79,7 +79,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.28", + version = "1.0.32", # buildifier: leave-alone deps = [ ":proc_macro2_build_script", diff --git a/tools/rust_analyzer/raze/remote/BUILD.quote-1.0.9.bazel b/tools/rust_analyzer/raze/remote/BUILD.quote-1.0.10.bazel similarity index 89% rename from tools/rust_analyzer/raze/remote/BUILD.quote-1.0.9.bazel rename to tools/rust_analyzer/raze/remote/BUILD.quote-1.0.10.bazel index 28a705b6a4..77f52365ef 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.quote-1.0.9.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.quote-1.0.10.bazel @@ -31,6 +31,8 @@ licenses([ # Generated Targets +# Unsupported target "bench" with type "bench" omitted + rust_library( name = "quote", srcs = glob(["**/*.rs"]), @@ -48,10 +50,10 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.9", + version = "1.0.10", # buildifier: leave-alone deps = [ - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.regex-1.5.4.bazel b/tools/rust_analyzer/raze/remote/BUILD.regex-1.5.4.bazel index a0b6bec3f1..8ba41a86c2 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.regex-1.5.4.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.regex-1.5.4.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -56,7 +57,6 @@ rust_library( "std", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.regex-syntax-0.6.25.bazel b/tools/rust_analyzer/raze/remote/BUILD.regex-syntax-0.6.25.bazel index 354a7a18ce..d4e0b56f31 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.regex-syntax-0.6.25.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.regex-syntax-0.6.25.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -38,7 +39,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.ryu-1.0.5.bazel b/tools/rust_analyzer/raze/remote/BUILD.ryu-1.0.5.bazel index a3dd533dc8..d4df380733 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.ryu-1.0.5.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.ryu-1.0.5.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -69,7 +70,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.serde-1.0.128.bazel b/tools/rust_analyzer/raze/remote/BUILD.serde-1.0.130.bazel similarity index 91% rename from tools/rust_analyzer/raze/remote/BUILD.serde-1.0.128.bazel rename to tools/rust_analyzer/raze/remote/BUILD.serde-1.0.130.bazel index fddc22853e..7b5cb8c98c 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.serde-1.0.128.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.serde-1.0.130.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -57,7 +58,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.128", + version = "1.0.130", visibility = ["//visibility:private"], deps = [ ], @@ -73,11 +74,10 @@ rust_library( "std", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2015", proc_macro_deps = [ - "@rules_rust_tools_rust_analyzer__serde_derive__1_0_128//:serde_derive", + "@rules_rust_tools_rust_analyzer__serde_derive__1_0_130//:serde_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -86,7 +86,7 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.128", + version = "1.0.130", # buildifier: leave-alone deps = [ ":serde_build_script", diff --git a/tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.128.bazel b/tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.130.bazel similarity index 83% rename from tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.128.bazel rename to tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.130.bazel index d0c494c592..2d84e1d8ec 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.128.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.serde_derive-1.0.130.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -54,20 +55,19 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.128", + version = "1.0.130", visibility = ["//visibility:private"], deps = [ ], ) -rust_library( +rust_proc_macro( name = "serde_derive", srcs = glob(["**/*.rs"]), crate_features = [ "default", ], crate_root = "src/lib.rs", - crate_type = "proc-macro", data = [], edition = "2015", rustc_flags = [ @@ -77,12 +77,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.128", + version = "1.0.130", # buildifier: leave-alone deps = [ ":serde_derive_build_script", - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", - "@rules_rust_tools_rust_analyzer__quote__1_0_9//:quote", - "@rules_rust_tools_rust_analyzer__syn__1_0_75//:syn", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", + "@rules_rust_tools_rust_analyzer__quote__1_0_10//:quote", + "@rules_rust_tools_rust_analyzer__syn__1_0_81//:syn", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.66.bazel b/tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.69.bazel similarity index 91% rename from tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.66.bazel rename to tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.69.bazel index 4c945112d1..2f4105fff4 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.66.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.serde_json-1.0.69.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -55,7 +56,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.66", + version = "1.0.69", visibility = ["//visibility:private"], deps = [ ], @@ -69,7 +70,6 @@ rust_library( "std", ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ @@ -79,12 +79,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.66", + version = "1.0.69", # buildifier: leave-alone deps = [ ":serde_json_build_script", "@rules_rust_tools_rust_analyzer__itoa__0_4_8//:itoa", "@rules_rust_tools_rust_analyzer__ryu__1_0_5//:ryu", - "@rules_rust_tools_rust_analyzer__serde__1_0_128//:serde", + "@rules_rust_tools_rust_analyzer__serde__1_0_130//:serde", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.22.bazel b/tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.25.bazel similarity index 98% rename from tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.22.bazel rename to tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.25.bazel index a2c9554bd2..24b86f7f3b 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.22.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.structopt-0.3.25.bazel @@ -85,7 +85,7 @@ rust_library( data = [], edition = "2018", proc_macro_deps = [ - "@rules_rust_tools_rust_analyzer__structopt_derive__0_4_15//:structopt_derive", + "@rules_rust_tools_rust_analyzer__structopt_derive__0_4_18//:structopt_derive", ], rustc_flags = [ "--cap-lints=allow", @@ -94,7 +94,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.3.22", + version = "0.3.25", # buildifier: leave-alone deps = [ "@rules_rust_tools_rust_analyzer__clap__2_33_3//:clap", diff --git a/tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.15.bazel b/tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.18.bazel similarity index 84% rename from tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.15.bazel rename to tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.18.bazel index 4ec6a50ae8..8c8dfd869f 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.15.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.structopt-derive-0.4.18.bazel @@ -46,13 +46,13 @@ rust_proc_macro( "cargo-raze", "manual", ], - version = "0.4.15", + version = "0.4.18", # buildifier: leave-alone deps = [ "@rules_rust_tools_rust_analyzer__heck__0_3_3//:heck", - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", "@rules_rust_tools_rust_analyzer__proc_macro_error__1_0_4//:proc_macro_error", - "@rules_rust_tools_rust_analyzer__quote__1_0_9//:quote", - "@rules_rust_tools_rust_analyzer__syn__1_0_75//:syn", + "@rules_rust_tools_rust_analyzer__quote__1_0_10//:quote", + "@rules_rust_tools_rust_analyzer__syn__1_0_81//:syn", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.syn-1.0.75.bazel b/tools/rust_analyzer/raze/remote/BUILD.syn-1.0.81.bazel similarity index 95% rename from tools/rust_analyzer/raze/remote/BUILD.syn-1.0.75.bazel rename to tools/rust_analyzer/raze/remote/BUILD.syn-1.0.81.bazel index 47486d6d04..efd5cfed47 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.syn-1.0.75.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.syn-1.0.81.bazel @@ -62,7 +62,7 @@ cargo_build_script( "cargo-raze", "manual", ], - version = "1.0.75", + version = "1.0.81", visibility = ["//visibility:private"], deps = [ ], @@ -95,12 +95,12 @@ rust_library( "cargo-raze", "manual", ], - version = "1.0.75", + version = "1.0.81", # buildifier: leave-alone deps = [ ":syn_build_script", - "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_28//:proc_macro2", - "@rules_rust_tools_rust_analyzer__quote__1_0_9//:quote", + "@rules_rust_tools_rust_analyzer__proc_macro2__1_0_32//:proc_macro2", + "@rules_rust_tools_rust_analyzer__quote__1_0_10//:quote", "@rules_rust_tools_rust_analyzer__unicode_xid__0_2_2//:unicode_xid", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.termcolor-1.1.2.bazel b/tools/rust_analyzer/raze/remote/BUILD.termcolor-1.1.2.bazel index 8766cbe786..7605e0c18a 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.termcolor-1.1.2.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.termcolor-1.1.2.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -38,7 +39,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.textwrap-0.11.0.bazel b/tools/rust_analyzer/raze/remote/BUILD.textwrap-0.11.0.bazel index b38e73dc4b..38a4138675 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.textwrap-0.11.0.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.textwrap-0.11.0.bazel @@ -55,7 +55,7 @@ rust_library( version = "0.11.0", # buildifier: leave-alone deps = [ - "@rules_rust_tools_rust_analyzer__unicode_width__0_1_8//:unicode_width", + "@rules_rust_tools_rust_analyzer__unicode_width__0_1_9//:unicode_width", ], ) diff --git a/tools/rust_analyzer/raze/remote/BUILD.unicode-segmentation-1.8.0.bazel b/tools/rust_analyzer/raze/remote/BUILD.unicode-segmentation-1.8.0.bazel index 05f8be1b9f..126a432b6a 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.unicode-segmentation-1.8.0.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.unicode-segmentation-1.8.0.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -42,7 +43,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [ diff --git a/tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.8.bazel b/tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.9.bazel similarity index 97% rename from tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.8.bazel rename to tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.9.bazel index ba3f9724e5..1b1b356e8b 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.8.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.unicode-width-0.1.9.bazel @@ -47,7 +47,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.1.8", + version = "0.1.9", # buildifier: leave-alone deps = [ ], diff --git a/tools/rust_analyzer/raze/remote/BUILD.winapi-util-0.1.5.bazel b/tools/rust_analyzer/raze/remote/BUILD.winapi-util-0.1.5.bazel index 427635dfa6..d72f51f63c 100644 --- a/tools/rust_analyzer/raze/remote/BUILD.winapi-util-0.1.5.bazel +++ b/tools/rust_analyzer/raze/remote/BUILD.winapi-util-0.1.5.bazel @@ -10,9 +10,10 @@ load("@bazel_skylib//lib:selects.bzl", "selects") # buildifier: disable=load load( - "@rules_rust//rust:rust.bzl", + "@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", + "rust_proc_macro", "rust_test", ) @@ -38,7 +39,6 @@ rust_library( crate_features = [ ], crate_root = "src/lib.rs", - crate_type = "lib", data = [], edition = "2018", rustc_flags = [