Skip to content

Commit

Permalink
[bazel] Bump rules_rust to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 19, 2023
1 parent 145c0a5 commit 03d6664
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ selenium_register_dotnet()

http_archive(
name = "rules_rust",
sha256 = "dc8d79fe9a5beb79d93e482eb807266a0e066e97a7b8c48d43ecf91f32a3a8f3",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.19.0/rules_rust-v0.19.0.tar.gz"],
sha256 = "50ec4b84a7ec5370f5882d52f4a1e6b8a75de2f8dcc0a4403747b69b2c4ef5b1",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.23.0/rules_rust-v0.23.0.tar.gz"],
)

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
Expand Down
62 changes: 34 additions & 28 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "70757c50b40139ddca4935f818e6c7fd1532e2e75e86bef59e8e38750959ab88",
"checksum": "d715ce358c361b942596d27fe828de8d446ef878a936a9659dbddc1064767761",
"crates": {
"adler 1.0.2": {
"name": "adler",
Expand Down Expand Up @@ -480,10 +480,6 @@
{
"id": "regex-automata 0.1.10",
"target": "regex_automata"
},
{
"id": "serde 1.0.158",
"target": "serde"
}
],
"selects": {}
Expand Down Expand Up @@ -7507,10 +7503,6 @@
},
"deps": {
"common": [
{
"id": "serde 1.0.158",
"target": "serde"
},
{
"id": "time-core 0.1.0",
"target": "time_core"
Expand Down Expand Up @@ -10153,15 +10145,6 @@
],
"selects": {}
},
"deps": {
"common": [
{
"id": "memchr 2.5.0",
"target": "memchr"
}
],
"selects": {}
},
"edition": "2021",
"version": "0.4.0"
},
Expand Down Expand Up @@ -10616,7 +10599,9 @@
"arm-unknown-linux-gnueabi",
"armv7-linux-androideabi",
"armv7-unknown-linux-gnueabi",
"powerpc-unknown-linux-gnu"
"powerpc-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi"
],
"cfg(any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))))": [
"aarch64-apple-darwin",
Expand All @@ -10634,14 +10619,17 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd"
"x86_64-unknown-freebsd",
"x86_64-unknown-none"
],
"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [
"aarch64-apple-darwin",
Expand All @@ -10662,7 +10650,8 @@
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [
"aarch64-apple-darwin",
Expand All @@ -10683,7 +10672,8 @@
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [
"aarch64-fuchsia",
Expand All @@ -10703,7 +10693,8 @@
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(any(target_os = \"android\", target_os = \"linux\"))": [
"aarch64-linux-android",
Expand Down Expand Up @@ -10767,13 +10758,16 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [
"aarch64-apple-darwin",
Expand All @@ -10793,13 +10787,16 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(not(target_arch = \"wasm32\"))": [
"aarch64-apple-darwin",
Expand All @@ -10821,13 +10818,16 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(not(windows))": [
"aarch64-apple-darwin",
Expand All @@ -10847,14 +10847,17 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
"x86_64-apple-ios",
"x86_64-fuchsia",
"x86_64-linux-android",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(not(windows_raw_dylib))": [
"aarch64-apple-darwin",
Expand All @@ -10876,6 +10879,8 @@
"riscv32imc-unknown-none-elf",
"riscv64gc-unknown-none-elf",
"s390x-unknown-linux-gnu",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabi",
"wasm32-unknown-unknown",
"wasm32-wasi",
"x86_64-apple-darwin",
Expand All @@ -10884,7 +10889,8 @@
"x86_64-linux-android",
"x86_64-pc-windows-msvc",
"x86_64-unknown-freebsd",
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-unknown-none"
],
"cfg(target_arch = \"wasm32\")": [
"wasm32-unknown-unknown",
Expand Down

0 comments on commit 03d6664

Please sign in to comment.