update Rust deps

This commit is contained in:
Damien Elmes 2020-12-23 10:06:35 +10:00
parent 398e7d7845
commit 72baccd423
38 changed files with 121 additions and 119 deletions

28
Cargo.lock generated
View file

@ -90,9 +90,9 @@ version = "0.0.0"
[[package]]
name = "anyhow"
version = "1.0.35"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479"
[[package]]
name = "arc-swap"
@ -823,9 +823,9 @@ dependencies = [
[[package]]
name = "heck"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
@ -1391,9 +1391,9 @@ dependencies = [
[[package]]
name = "parking_lot_core"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0"
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
dependencies = [
"cfg-if 1.0.0",
"instant",
@ -1616,9 +1616,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.7"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
dependencies = [
"proc-macro2",
]
@ -2075,9 +2075,9 @@ checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
[[package]]
name = "socket2"
version = "0.3.18"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97e0e9fd577458a4f61fb91fcb559ea2afecc54c934119421f9f5d3d5b1a1057"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
@ -2110,9 +2110,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]]
name = "syn"
version = "1.0.54"
version = "1.0.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
checksum = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a"
dependencies = [
"proc-macro2",
"quote",
@ -2315,9 +2315,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.7"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
dependencies = [
"serde",
]

View file

@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__anyhow__1_0_35",
url = "https://crates.io/api/v1/crates/anyhow/1.0.35/download",
name = "raze__anyhow__1_0_36",
url = "https://crates.io/api/v1/crates/anyhow/1.0.36/download",
type = "tar.gz",
sha256 = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4",
strip_prefix = "anyhow-1.0.35",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.35.bazel"),
sha256 = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479",
strip_prefix = "anyhow-1.0.36",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.36.bazel"),
)
maybe(
@ -843,12 +843,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__heck__0_3_1",
url = "https://crates.io/api/v1/crates/heck/0.3.1/download",
name = "raze__heck__0_3_2",
url = "https://crates.io/api/v1/crates/heck/0.3.2/download",
type = "tar.gz",
sha256 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205",
strip_prefix = "heck-0.3.1",
build_file = Label("//cargo/remote:BUILD.heck-0.3.1.bazel"),
sha256 = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac",
strip_prefix = "heck-0.3.2",
build_file = Label("//cargo/remote:BUILD.heck-0.3.2.bazel"),
)
maybe(
@ -1433,12 +1433,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__parking_lot_core__0_8_1",
url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.1/download",
name = "raze__parking_lot_core__0_8_2",
url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.2/download",
type = "tar.gz",
sha256 = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0",
strip_prefix = "parking_lot_core-0.8.1",
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.8.1.bazel"),
sha256 = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272",
strip_prefix = "parking_lot_core-0.8.2",
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.8.2.bazel"),
)
maybe(
@ -1683,12 +1683,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__quote__1_0_7",
url = "https://crates.io/api/v1/crates/quote/1.0.7/download",
name = "raze__quote__1_0_8",
url = "https://crates.io/api/v1/crates/quote/1.0.8/download",
type = "tar.gz",
sha256 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37",
strip_prefix = "quote-1.0.7",
build_file = Label("//cargo/remote:BUILD.quote-1.0.7.bazel"),
sha256 = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df",
strip_prefix = "quote-1.0.8",
build_file = Label("//cargo/remote:BUILD.quote-1.0.8.bazel"),
)
maybe(
@ -2103,12 +2103,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__socket2__0_3_18",
url = "https://crates.io/api/v1/crates/socket2/0.3.18/download",
name = "raze__socket2__0_3_19",
url = "https://crates.io/api/v1/crates/socket2/0.3.19/download",
type = "tar.gz",
sha256 = "97e0e9fd577458a4f61fb91fcb559ea2afecc54c934119421f9f5d3d5b1a1057",
strip_prefix = "socket2-0.3.18",
build_file = Label("//cargo/remote:BUILD.socket2-0.3.18.bazel"),
sha256 = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e",
strip_prefix = "socket2-0.3.19",
build_file = Label("//cargo/remote:BUILD.socket2-0.3.19.bazel"),
)
maybe(
@ -2153,12 +2153,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__syn__1_0_54",
url = "https://crates.io/api/v1/crates/syn/1.0.54/download",
name = "raze__syn__1_0_55",
url = "https://crates.io/api/v1/crates/syn/1.0.55/download",
type = "tar.gz",
sha256 = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44",
strip_prefix = "syn-1.0.54",
build_file = Label("//cargo/remote:BUILD.syn-1.0.54.bazel"),
sha256 = "a571a711dddd09019ccc628e1b17fe87c59b09d513c06c026877aa708334f37a",
strip_prefix = "syn-1.0.55",
build_file = Label("//cargo/remote:BUILD.syn-1.0.55.bazel"),
)
maybe(
@ -2353,12 +2353,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__toml__0_5_7",
url = "https://crates.io/api/v1/crates/toml/0.5.7/download",
name = "raze__toml__0_5_8",
url = "https://crates.io/api/v1/crates/toml/0.5.8/download",
type = "tar.gz",
sha256 = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645",
strip_prefix = "toml-0.5.7",
build_file = Label("//cargo/remote:BUILD.toml-0.5.7.bazel"),
sha256 = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa",
strip_prefix = "toml-0.5.8",
build_file = Label("//cargo/remote:BUILD.toml-0.5.8.bazel"),
)
maybe(

View file

@ -55,7 +55,7 @@
},
{
"name": "anyhow",
"version": "1.0.35",
"version": "1.0.36",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT",
@ -766,7 +766,7 @@
},
{
"name": "heck",
"version": "0.3.1",
"version": "0.3.2",
"authors": "Without Boats <woboats@gmail.com>",
"repository": "https://github.com/withoutboats/heck",
"license": "Apache-2.0 OR MIT",
@ -1297,7 +1297,7 @@
},
{
"name": "parking_lot_core",
"version": "0.8.1",
"version": "0.8.2",
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
"repository": "https://github.com/Amanieu/parking_lot",
"license": "Apache-2.0 OR MIT",
@ -1522,7 +1522,7 @@
},
{
"name": "quote",
"version": "1.0.7",
"version": "1.0.8",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/quote",
"license": "Apache-2.0 OR MIT",
@ -1909,7 +1909,7 @@
},
{
"name": "socket2",
"version": "0.3.18",
"version": "0.3.19",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/socket2-rs",
"license": "Apache-2.0 OR MIT",
@ -1954,7 +1954,7 @@
},
{
"name": "syn",
"version": "1.0.54",
"version": "1.0.55",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
@ -2134,7 +2134,7 @@
},
{
"name": "toml",
"version": "0.5.7",
"version": "0.5.8",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/toml-rs",
"license": "Apache-2.0 OR MIT",

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.35",
version = "1.0.36",
visibility = ["//visibility:private"],
deps = [
],
@ -78,7 +78,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.35",
version = "1.0.36",
# buildifier: leave-alone
deps = [
":anyhow_build_script",
@ -101,6 +101,8 @@ rust_library(
# Unsupported target "test_downcast" with type "test" omitted
# Unsupported target "test_ffi" with type "test" omitted
# Unsupported target "test_fmt" with type "test" omitted
# Unsupported target "test_macros" with type "test" omitted

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__askama_shared__0_11_1//:askama_shared",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__syn__1_0_54//:syn",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -61,9 +61,9 @@ rust_library(
"@raze__num_traits__0_2_14//:num_traits",
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__quote__1_0_8//:quote",
"@raze__serde__1_0_118//:serde",
"@raze__syn__1_0_54//:syn",
"@raze__toml__0_5_7//:toml",
"@raze__syn__1_0_55//:syn",
"@raze__toml__0_5_8//:toml",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.1.16",
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -51,8 +51,8 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -79,8 +79,8 @@ rust_library(
deps = [
":failure_derive_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
"@raze__synstructure__0_12_4//:synstructure",
],
)

View file

@ -53,7 +53,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -38,7 +38,7 @@ rust_library(
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.1",
version = "0.3.2",
# buildifier: leave-alone
deps = [
"@raze__unicode_segmentation__1_7_1//:unicode_segmentation",

View file

@ -106,7 +106,7 @@ rust_library(
"@raze__httpdate__0_3_2//:httpdate",
"@raze__itoa__0_4_6//:itoa",
"@raze__pin_project__1_0_2//:pin_project",
"@raze__socket2__0_3_18//:socket2",
"@raze__socket2__0_3_19//:socket2",
"@raze__tokio__0_2_24//:tokio",
"@raze__tower_service__0_3_0//:tower_service",
"@raze__tracing__0_1_22//:tracing",

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -53,7 +53,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -52,7 +52,7 @@ rust_library(
deps = [
"@raze__instant__0_1_9//:instant",
"@raze__lock_api__0_4_2//:lock_api",
"@raze__parking_lot_core__0_8_1//:parking_lot_core",
"@raze__parking_lot_core__0_8_2//:parking_lot_core",
],
)

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.1",
version = "0.8.2",
# buildifier: leave-alone
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",

View file

@ -79,7 +79,7 @@ rust_library(
deps = [
":pin_project_internal_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -49,6 +49,6 @@ rust_library(
version = "0.1.5",
# buildifier: leave-alone
deps = [
"@raze__toml__0_5_7//:toml",
"@raze__toml__0_5_8//:toml",
],
)

View file

@ -80,7 +80,7 @@ rust_library(
deps = [
":prost_build_build_script",
"@raze__bytes__0_5_6//:bytes",
"@raze__heck__0_3_1//:heck",
"@raze__heck__0_3_2//:heck",
"@raze__itertools__0_9_0//:itertools",
"@raze__log__0_4_11//:log",
"@raze__multimap__0_8_2//:multimap",

View file

@ -49,10 +49,10 @@ rust_library(
version = "0.6.1",
# buildifier: leave-alone
deps = [
"@raze__anyhow__1_0_35//:anyhow",
"@raze__anyhow__1_0_36//:anyhow",
"@raze__itertools__0_9_0//:itertools",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__pyo3_derive_backend__0_12_4//:pyo3_derive_backend",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.7",
version = "1.0.8",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -81,7 +81,7 @@ rust_library(
deps = [
":serde_derive_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,8 +50,8 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.18",
version = "0.3.19",
# buildifier: leave-alone
deps = [
] + selects.with_or({

View file

@ -64,7 +64,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.54",
version = "1.0.55",
visibility = ["//visibility:private"],
deps = [
],
@ -102,12 +102,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.54",
version = "1.0.55",
# buildifier: leave-alone
deps = [
":syn_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__quote__1_0_8//:quote",
"@raze__unicode_xid__0_2_1//:unicode_xid",
],
)

View file

@ -52,8 +52,8 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
"@raze__unicode_xid__0_2_1//:unicode_xid",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
],
)

View file

@ -53,7 +53,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.5.7",
version = "0.5.8",
# buildifier: leave-alone
deps = [
"@raze__serde__1_0_118//:serde",

View file

@ -52,8 +52,8 @@ rust_library(
version = "0.9.0",
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
],
)

View file

@ -54,8 +54,8 @@ rust_library(
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_11//:log",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
"@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
version = "0.2.69",
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_7//:quote",
"@raze__quote__1_0_8//:quote",
"@raze__wasm_bindgen_macro_support__0_2_69//:wasm_bindgen_macro_support",
],
)

View file

@ -51,8 +51,8 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_7//:quote",
"@raze__syn__1_0_54//:syn",
"@raze__quote__1_0_8//:quote",
"@raze__syn__1_0_55//:syn",
"@raze__wasm_bindgen_backend__0_2_69//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared",
],