update Rust deps

This commit is contained in:
Damien Elmes 2021-03-27 14:47:16 +10:00
parent b5b21edd11
commit a96ac98605
103 changed files with 357 additions and 357 deletions

103
Cargo.lock generated
View file

@ -137,9 +137,9 @@ version = "0.0.0"
[[package]]
name = "anyhow"
version = "1.0.38"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
[[package]]
name = "arc-swap"
@ -333,9 +333,9 @@ checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
[[package]]
name = "byteorder"
version = "1.4.2"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "ctor"
version = "0.1.19"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
dependencies = [
"quote",
"syn",
@ -1182,9 +1182,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
name = "js-sys"
version = "0.3.48"
version = "0.3.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821"
dependencies = [
"wasm-bindgen",
]
@ -1220,9 +1220,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.88"
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
[[package]]
name = "libsqlite3-sys"
@ -1365,9 +1365,9 @@ dependencies = [
[[package]]
name = "multimap"
version = "0.8.2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "native-tls"
@ -1498,15 +1498,15 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
[[package]]
name = "openssl"
version = "0.10.32"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"lazy_static",
"libc",
"once_cell",
"openssl-sys",
]
@ -1518,9 +1518,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.60"
version = "0.9.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
dependencies = [
"autocfg",
"cc",
@ -1668,18 +1668,18 @@ dependencies = [
[[package]]
name = "pin-project"
version = "1.0.5"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
checksum = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.5"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
checksum = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5"
dependencies = [
"proc-macro2",
"quote",
@ -2018,21 +2018,20 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.3"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.22"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
[[package]]
name = "remove_dir_all"
@ -2216,9 +2215,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.124"
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
dependencies = [
"serde_derive",
]
@ -2237,9 +2236,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.124"
version = "1.0.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
dependencies = [
"proc-macro2",
"quote",
@ -2309,9 +2308,9 @@ checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "siphasher"
version = "0.3.3"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
[[package]]
name = "slab"
@ -2476,9 +2475,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]]
name = "syn"
version = "1.0.63"
version = "1.0.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
dependencies = [
"proc-macro2",
"quote",
@ -2752,9 +2751,9 @@ dependencies = [
[[package]]
name = "typenum"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
[[package]]
name = "unic-langid"
@ -2892,9 +2891,9 @@ checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
[[package]]
name = "version_check"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
[[package]]
name = "want"
@ -2920,9 +2919,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
version = "0.2.71"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe"
dependencies = [
"cfg-if 1.0.0",
"serde",
@ -2932,9 +2931,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.71"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3"
dependencies = [
"bumpalo",
"lazy_static",
@ -2947,9 +2946,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
checksum = "73157efb9af26fb564bb59a009afd1c7c334a44db171d280690d0c3faaec3468"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@ -2959,9 +2958,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.71"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@ -2969,9 +2968,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.71"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d"
dependencies = [
"proc-macro2",
"quote",
@ -2982,15 +2981,15 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.71"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa"
[[package]]
name = "web-sys"
version = "0.3.48"
version = "0.3.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310"
dependencies = [
"js-sys",
"wasm-bindgen",

View file

@ -112,7 +112,7 @@ rust_library(
"@raze__http__0_2_3//:http",
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
"@raze__url__2_2_1//:url",

View file

@ -73,12 +73,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__anyhow__1_0_38",
url = "https://crates.io/api/v1/crates/anyhow/1.0.38/download",
name = "raze__anyhow__1_0_40",
url = "https://crates.io/api/v1/crates/anyhow/1.0.40/download",
type = "tar.gz",
sha256 = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1",
strip_prefix = "anyhow-1.0.38",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.38.bazel"),
sha256 = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b",
strip_prefix = "anyhow-1.0.40",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.40.bazel"),
)
maybe(
@ -283,12 +283,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__byteorder__1_4_2",
url = "https://crates.io/api/v1/crates/byteorder/1.4.2/download",
name = "raze__byteorder__1_4_3",
url = "https://crates.io/api/v1/crates/byteorder/1.4.3/download",
type = "tar.gz",
sha256 = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b",
strip_prefix = "byteorder-1.4.2",
build_file = Label("//cargo/remote:BUILD.byteorder-1.4.2.bazel"),
sha256 = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610",
strip_prefix = "byteorder-1.4.3",
build_file = Label("//cargo/remote:BUILD.byteorder-1.4.3.bazel"),
)
maybe(
@ -443,12 +443,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__ctor__0_1_19",
url = "https://crates.io/api/v1/crates/ctor/0.1.19/download",
name = "raze__ctor__0_1_20",
url = "https://crates.io/api/v1/crates/ctor/0.1.20/download",
type = "tar.gz",
sha256 = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19",
strip_prefix = "ctor-0.1.19",
build_file = Label("//cargo/remote:BUILD.ctor-0.1.19.bazel"),
sha256 = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d",
strip_prefix = "ctor-0.1.20",
build_file = Label("//cargo/remote:BUILD.ctor-0.1.20.bazel"),
)
maybe(
@ -1183,12 +1183,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__js_sys__0_3_48",
url = "https://crates.io/api/v1/crates/js-sys/0.3.48/download",
name = "raze__js_sys__0_3_49",
url = "https://crates.io/api/v1/crates/js-sys/0.3.49/download",
type = "tar.gz",
sha256 = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78",
strip_prefix = "js-sys-0.3.48",
build_file = Label("//cargo/remote:BUILD.js-sys-0.3.48.bazel"),
sha256 = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821",
strip_prefix = "js-sys-0.3.49",
build_file = Label("//cargo/remote:BUILD.js-sys-0.3.49.bazel"),
)
maybe(
@ -1223,12 +1223,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__libc__0_2_88",
url = "https://crates.io/api/v1/crates/libc/0.2.88/download",
name = "raze__libc__0_2_91",
url = "https://crates.io/api/v1/crates/libc/0.2.91/download",
type = "tar.gz",
sha256 = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a",
strip_prefix = "libc-0.2.88",
build_file = Label("//cargo/remote:BUILD.libc-0.2.88.bazel"),
sha256 = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7",
strip_prefix = "libc-0.2.91",
build_file = Label("//cargo/remote:BUILD.libc-0.2.91.bazel"),
)
maybe(
@ -1373,12 +1373,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__multimap__0_8_2",
url = "https://crates.io/api/v1/crates/multimap/0.8.2/download",
name = "raze__multimap__0_8_3",
url = "https://crates.io/api/v1/crates/multimap/0.8.3/download",
type = "tar.gz",
sha256 = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333",
strip_prefix = "multimap-0.8.2",
build_file = Label("//cargo/remote:BUILD.multimap-0.8.2.bazel"),
sha256 = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a",
strip_prefix = "multimap-0.8.3",
build_file = Label("//cargo/remote:BUILD.multimap-0.8.3.bazel"),
)
maybe(
@ -1513,12 +1513,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__openssl__0_10_32",
url = "https://crates.io/api/v1/crates/openssl/0.10.32/download",
name = "raze__openssl__0_10_33",
url = "https://crates.io/api/v1/crates/openssl/0.10.33/download",
type = "tar.gz",
sha256 = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70",
strip_prefix = "openssl-0.10.32",
build_file = Label("//cargo/remote:BUILD.openssl-0.10.32.bazel"),
sha256 = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577",
strip_prefix = "openssl-0.10.33",
build_file = Label("//cargo/remote:BUILD.openssl-0.10.33.bazel"),
)
maybe(
@ -1533,12 +1533,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__openssl_sys__0_9_60",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.60/download",
name = "raze__openssl_sys__0_9_61",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.61/download",
type = "tar.gz",
sha256 = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6",
strip_prefix = "openssl-sys-0.9.60",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.60.bazel"),
sha256 = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f",
strip_prefix = "openssl-sys-0.9.61",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.61.bazel"),
)
maybe(
@ -1673,22 +1673,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__pin_project__1_0_5",
url = "https://crates.io/api/v1/crates/pin-project/1.0.5/download",
name = "raze__pin_project__1_0_6",
url = "https://crates.io/api/v1/crates/pin-project/1.0.6/download",
type = "tar.gz",
sha256 = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63",
strip_prefix = "pin-project-1.0.5",
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.5.bazel"),
sha256 = "bc174859768806e91ae575187ada95c91a29e96a98dc5d2cd9a1fed039501ba6",
strip_prefix = "pin-project-1.0.6",
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.6.bazel"),
)
maybe(
http_archive,
name = "raze__pin_project_internal__1_0_5",
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.5/download",
name = "raze__pin_project_internal__1_0_6",
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.6/download",
type = "tar.gz",
sha256 = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b",
strip_prefix = "pin-project-internal-1.0.5",
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.5.bazel"),
sha256 = "a490329918e856ed1b083f244e3bfe2d8c4f336407e4ea9e1a9f479ff09049e5",
strip_prefix = "pin-project-internal-1.0.6",
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.6.bazel"),
)
maybe(
@ -2043,22 +2043,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__regex__1_4_3",
url = "https://crates.io/api/v1/crates/regex/1.4.3/download",
name = "raze__regex__1_4_5",
url = "https://crates.io/api/v1/crates/regex/1.4.5/download",
type = "tar.gz",
sha256 = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a",
strip_prefix = "regex-1.4.3",
build_file = Label("//cargo/remote:BUILD.regex-1.4.3.bazel"),
sha256 = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19",
strip_prefix = "regex-1.4.5",
build_file = Label("//cargo/remote:BUILD.regex-1.4.5.bazel"),
)
maybe(
http_archive,
name = "raze__regex_syntax__0_6_22",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.22/download",
name = "raze__regex_syntax__0_6_23",
url = "https://crates.io/api/v1/crates/regex-syntax/0.6.23/download",
type = "tar.gz",
sha256 = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581",
strip_prefix = "regex-syntax-0.6.22",
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.22.bazel"),
sha256 = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548",
strip_prefix = "regex-syntax-0.6.23",
build_file = Label("//cargo/remote:BUILD.regex-syntax-0.6.23.bazel"),
)
maybe(
@ -2203,12 +2203,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde__1_0_124",
url = "https://crates.io/api/v1/crates/serde/1.0.124/download",
name = "raze__serde__1_0_125",
url = "https://crates.io/api/v1/crates/serde/1.0.125/download",
type = "tar.gz",
sha256 = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f",
strip_prefix = "serde-1.0.124",
build_file = Label("//cargo/remote:BUILD.serde-1.0.124.bazel"),
sha256 = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171",
strip_prefix = "serde-1.0.125",
build_file = Label("//cargo/remote:BUILD.serde-1.0.125.bazel"),
)
maybe(
@ -2223,12 +2223,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde_derive__1_0_124",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.124/download",
name = "raze__serde_derive__1_0_125",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.125/download",
type = "tar.gz",
sha256 = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b",
strip_prefix = "serde_derive-1.0.124",
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.124.bazel"),
sha256 = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d",
strip_prefix = "serde_derive-1.0.125",
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.125.bazel"),
)
maybe(
@ -2293,12 +2293,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__siphasher__0_3_3",
url = "https://crates.io/api/v1/crates/siphasher/0.3.3/download",
name = "raze__siphasher__0_3_5",
url = "https://crates.io/api/v1/crates/siphasher/0.3.5/download",
type = "tar.gz",
sha256 = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7",
strip_prefix = "siphasher-0.3.3",
build_file = Label("//cargo/remote:BUILD.siphasher-0.3.3.bazel"),
sha256 = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27",
strip_prefix = "siphasher-0.3.5",
build_file = Label("//cargo/remote:BUILD.siphasher-0.3.5.bazel"),
)
maybe(
@ -2473,12 +2473,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__syn__1_0_63",
url = "https://crates.io/api/v1/crates/syn/1.0.63/download",
name = "raze__syn__1_0_65",
url = "https://crates.io/api/v1/crates/syn/1.0.65/download",
type = "tar.gz",
sha256 = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717",
strip_prefix = "syn-1.0.63",
build_file = Label("//cargo/remote:BUILD.syn-1.0.63.bazel"),
sha256 = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663",
strip_prefix = "syn-1.0.65",
build_file = Label("//cargo/remote:BUILD.syn-1.0.65.bazel"),
)
maybe(
@ -2753,12 +2753,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__typenum__1_12_0",
url = "https://crates.io/api/v1/crates/typenum/1.12.0/download",
name = "raze__typenum__1_13_0",
url = "https://crates.io/api/v1/crates/typenum/1.13.0/download",
type = "tar.gz",
sha256 = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33",
strip_prefix = "typenum-1.12.0",
build_file = Label("//cargo/remote:BUILD.typenum-1.12.0.bazel"),
sha256 = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06",
strip_prefix = "typenum-1.13.0",
build_file = Label("//cargo/remote:BUILD.typenum-1.13.0.bazel"),
)
maybe(
@ -2923,12 +2923,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__version_check__0_9_2",
url = "https://crates.io/api/v1/crates/version_check/0.9.2/download",
name = "raze__version_check__0_9_3",
url = "https://crates.io/api/v1/crates/version_check/0.9.3/download",
type = "tar.gz",
sha256 = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed",
strip_prefix = "version_check-0.9.2",
build_file = Label("//cargo/remote:BUILD.version_check-0.9.2.bazel"),
sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe",
strip_prefix = "version_check-0.9.3",
build_file = Label("//cargo/remote:BUILD.version_check-0.9.3.bazel"),
)
maybe(
@ -2963,72 +2963,72 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__wasm_bindgen__0_2_71",
url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.71/download",
name = "raze__wasm_bindgen__0_2_72",
url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.72/download",
type = "tar.gz",
sha256 = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7",
strip_prefix = "wasm-bindgen-0.2.71",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.71.bazel"),
sha256 = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe",
strip_prefix = "wasm-bindgen-0.2.72",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.72.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_backend__0_2_71",
url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.71/download",
name = "raze__wasm_bindgen_backend__0_2_72",
url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.72/download",
type = "tar.gz",
sha256 = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8",
strip_prefix = "wasm-bindgen-backend-0.2.71",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.71.bazel"),
sha256 = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3",
strip_prefix = "wasm-bindgen-backend-0.2.72",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.72.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_futures__0_4_21",
url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.21/download",
name = "raze__wasm_bindgen_futures__0_4_22",
url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.22/download",
type = "tar.gz",
sha256 = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab",
strip_prefix = "wasm-bindgen-futures-0.4.21",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.21.bazel"),
sha256 = "73157efb9af26fb564bb59a009afd1c7c334a44db171d280690d0c3faaec3468",
strip_prefix = "wasm-bindgen-futures-0.4.22",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.22.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_macro__0_2_71",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.71/download",
name = "raze__wasm_bindgen_macro__0_2_72",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.72/download",
type = "tar.gz",
sha256 = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b",
strip_prefix = "wasm-bindgen-macro-0.2.71",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.71.bazel"),
sha256 = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b",
strip_prefix = "wasm-bindgen-macro-0.2.72",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.72.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_macro_support__0_2_71",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.71/download",
name = "raze__wasm_bindgen_macro_support__0_2_72",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.72/download",
type = "tar.gz",
sha256 = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e",
strip_prefix = "wasm-bindgen-macro-support-0.2.71",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.71.bazel"),
sha256 = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d",
strip_prefix = "wasm-bindgen-macro-support-0.2.72",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.72.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_shared__0_2_71",
url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.71/download",
name = "raze__wasm_bindgen_shared__0_2_72",
url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.72/download",
type = "tar.gz",
sha256 = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1",
strip_prefix = "wasm-bindgen-shared-0.2.71",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.71.bazel"),
sha256 = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa",
strip_prefix = "wasm-bindgen-shared-0.2.72",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.72.bazel"),
)
maybe(
http_archive,
name = "raze__web_sys__0_3_48",
url = "https://crates.io/api/v1/crates/web-sys/0.3.48/download",
name = "raze__web_sys__0_3_49",
url = "https://crates.io/api/v1/crates/web-sys/0.3.49/download",
type = "tar.gz",
sha256 = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b",
strip_prefix = "web-sys-0.3.48",
build_file = Label("//cargo/remote:BUILD.web-sys-0.3.48.bazel"),
sha256 = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310",
strip_prefix = "web-sys-0.3.49",
build_file = Label("//cargo/remote:BUILD.web-sys-0.3.49.bazel"),
)
maybe(

View file

@ -82,7 +82,7 @@
},
{
"name": "anyhow",
"version": "1.0.38",
"version": "1.0.40",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT",
@ -271,7 +271,7 @@
},
{
"name": "byteorder",
"version": "1.4.2",
"version": "1.4.3",
"authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/byteorder",
"license": "MIT OR Unlicense",
@ -415,7 +415,7 @@
},
{
"name": "ctor",
"version": "0.1.19",
"version": "0.1.20",
"authors": "Matt Mastracci <matthew@mastracci.com>",
"repository": "https://github.com/mmastrac/rust-ctor",
"license": "Apache-2.0 OR MIT",
@ -1081,7 +1081,7 @@
},
{
"name": "js-sys",
"version": "0.3.48",
"version": "0.3.49",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
"license": "Apache-2.0 OR MIT",
@ -1117,7 +1117,7 @@
},
{
"name": "libc",
"version": "0.2.88",
"version": "0.2.91",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT",
@ -1252,7 +1252,7 @@
},
{
"name": "multimap",
"version": "0.8.2",
"version": "0.8.3",
"authors": "Håvar Nøvik <havar.novik@gmail.com>",
"repository": "https://github.com/havarnov/multimap",
"license": "Apache-2.0 OR MIT",
@ -1378,7 +1378,7 @@
},
{
"name": "openssl",
"version": "0.10.32",
"version": "0.10.33",
"authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl",
"license": "Apache-2.0",
@ -1396,7 +1396,7 @@
},
{
"name": "openssl-sys",
"version": "0.9.60",
"version": "0.9.61",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT",
@ -1522,7 +1522,7 @@
},
{
"name": "pin-project",
"version": "1.0.5",
"version": "1.0.6",
"authors": "Taiki Endo <te316e89@gmail.com>",
"repository": "https://github.com/taiki-e/pin-project",
"license": "Apache-2.0 OR MIT",
@ -1531,7 +1531,7 @@
},
{
"name": "pin-project-internal",
"version": "1.0.5",
"version": "1.0.6",
"authors": "Taiki Endo <te316e89@gmail.com>",
"repository": "https://github.com/taiki-e/pin-project",
"license": "Apache-2.0 OR MIT",
@ -1855,7 +1855,7 @@
},
{
"name": "regex",
"version": "1.4.3",
"version": "1.4.5",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/regex",
"license": "Apache-2.0 OR MIT",
@ -1864,7 +1864,7 @@
},
{
"name": "regex-syntax",
"version": "0.6.22",
"version": "0.6.23",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/regex",
"license": "Apache-2.0 OR MIT",
@ -2008,7 +2008,7 @@
},
{
"name": "serde",
"version": "1.0.124",
"version": "1.0.125",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
@ -2026,7 +2026,7 @@
},
{
"name": "serde_derive",
"version": "1.0.124",
"version": "1.0.125",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
@ -2089,7 +2089,7 @@
},
{
"name": "siphasher",
"version": "0.3.3",
"version": "0.3.5",
"authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-siphash",
"license": "Apache-2.0 OR MIT",
@ -2251,7 +2251,7 @@
},
{
"name": "syn",
"version": "1.0.63",
"version": "1.0.65",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
@ -2503,12 +2503,12 @@
},
{
"name": "typenum",
"version": "1.12.0",
"version": "1.13.0",
"authors": "Paho Lurie-Gregg <paho@paholg.com>|Andre Bogus <bogusandre@gmail.com>",
"repository": "https://github.com/paholg/typenum",
"license": "Apache-2.0 OR MIT",
"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."
"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": "unic-langid",
@ -2656,7 +2656,7 @@
},
{
"name": "version_check",
"version": "0.9.2",
"version": "0.9.3",
"authors": "Sergio Benitez <sb@sergio.bz>",
"repository": "https://github.com/SergioBenitez/version_check",
"license": "Apache-2.0 OR MIT",
@ -2692,7 +2692,7 @@
},
{
"name": "wasm-bindgen",
"version": "0.2.71",
"version": "0.2.72",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen",
"license": "Apache-2.0 OR MIT",
@ -2701,7 +2701,7 @@
},
{
"name": "wasm-bindgen-backend",
"version": "0.2.71",
"version": "0.2.72",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
"license": "Apache-2.0 OR MIT",
@ -2710,7 +2710,7 @@
},
{
"name": "wasm-bindgen-futures",
"version": "0.4.21",
"version": "0.4.22",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures",
"license": "Apache-2.0 OR MIT",
@ -2719,7 +2719,7 @@
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.71",
"version": "0.2.72",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
"license": "Apache-2.0 OR MIT",
@ -2728,7 +2728,7 @@
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.71",
"version": "0.2.72",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
"license": "Apache-2.0 OR MIT",
@ -2737,7 +2737,7 @@
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.71",
"version": "0.2.72",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
"license": "Apache-2.0 OR MIT",
@ -2746,7 +2746,7 @@
},
{
"name": "web-sys",
"version": "0.3.48",
"version": "0.3.49",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
"license": "Apache-2.0 OR MIT",

View file

@ -63,7 +63,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__regex__1_4_3//:regex",
"@raze__regex__1_4_5//:regex",
],
)

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.38",
version = "1.0.40",
visibility = ["//visibility:private"],
deps = [
],
@ -78,7 +78,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.38",
version = "1.0.40",
# buildifier: leave-alone
deps = [
":anyhow_build_script",

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_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -62,8 +62,8 @@ rust_library(
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__serde__1_0_124//:serde",
"@raze__syn__1_0_63//:syn",
"@raze__serde__1_0_125//:serde",
"@raze__syn__1_0_65//:syn",
"@raze__toml__0_5_8//:toml",
],
)

View file

@ -80,7 +80,7 @@ rust_library(
":async_trait_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -62,7 +62,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -65,7 +65,7 @@ rust_library(
deps = [
"@raze__addr2line__0_14_1//:addr2line",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
"@raze__object__0_23_0//:object",
"@raze__rustc_demangle__0_1_18//:rustc_demangle",

View file

@ -50,7 +50,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.4.2",
version = "1.4.3",
# buildifier: leave-alone
deps = [
],

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.4.12",
# buildifier: leave-alone
deps = [
"@raze__byteorder__1_4_2//:byteorder",
"@raze__byteorder__1_4_3//:byteorder",
"@raze__iovec__0_1_4//:iovec",
],
)

View file

@ -62,7 +62,7 @@ rust_library(
version = "0.4.19",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_43//:time",

View file

@ -62,7 +62,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
)

View file

@ -48,10 +48,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.1.19",
version = "0.1.20",
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -52,7 +52,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -60,7 +60,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -57,7 +57,7 @@ rust_library(
"@raze__atty__0_2_14//:atty",
"@raze__humantime__2_1_0//:humantime",
"@raze__log__0_4_14//:log",
"@raze__regex__1_4_3//:regex",
"@raze__regex__1_4_5//:regex",
"@raze__termcolor__1_1_2//:termcolor",
],
)

View file

@ -80,7 +80,7 @@ rust_library(
":failure_derive_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
"@raze__synstructure__0_12_4//:synstructure",
],
)

View file

@ -98,7 +98,7 @@ rust_library(
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_2_1//:crc32fast",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
],
)

View file

@ -54,6 +54,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
version = "0.14.4",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
],
)
@ -79,7 +79,7 @@ rust_library(
# buildifier: leave-alone
deps = [
":generic_array_build_script",
"@raze__typenum__1_12_0//:typenum",
"@raze__typenum__1_13_0//:typenum",
],
)

View file

@ -105,7 +105,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -105,7 +105,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -50,6 +50,6 @@ rust_library(
version = "0.1.18",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
)

View file

@ -57,7 +57,7 @@ cargo_build_script(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -105,7 +105,7 @@ rust_library(
"@raze__httparse__1_3_5//:httparse",
"@raze__httpdate__0_3_2//:httpdate",
"@raze__itoa__0_4_7//:itoa",
"@raze__pin_project__1_0_5//:pin_project",
"@raze__pin_project__1_0_6//:pin_project",
"@raze__socket2__0_3_19//:socket2",
"@raze__tokio__0_2_25//:tokio",
"@raze__tower_service__0_3_1//:tower_service",

View file

@ -54,7 +54,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
"@raze__unindent__0_1_7//:unindent",
],
)

View file

@ -70,7 +70,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__ctor__0_1_19//:ctor",
"@raze__ctor__0_1_20//:ctor",
"@raze__ghost__0_1_2//:ghost",
"@raze__inventory_impl__0_1_10//:inventory_impl",
],

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -60,7 +60,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -46,10 +46,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.48",
version = "0.3.49",
# buildifier: leave-alone
deps = [
"@raze__wasm_bindgen__0_2_71//:wasm_bindgen",
"@raze__wasm_bindgen__0_2_72//:wasm_bindgen",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.88",
version = "0.2.91",
visibility = ["//visibility:private"],
deps = [
],
@ -80,7 +80,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.88",
version = "0.2.91",
# buildifier: leave-alone
deps = [
":libc_build_script",

View file

@ -46,7 +46,7 @@ cargo_build_script(
data = glob(["**"]),
edition = "2018",
proc_macro_deps = [
"@raze__serde_derive__1_0_124//:serde_derive",
"@raze__serde_derive__1_0_125//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@ -59,7 +59,7 @@ cargo_build_script(
visibility = ["//visibility:private"],
deps = [
"@raze__phf_codegen__0_8_0//:phf_codegen",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__string_cache_codegen__0_5_1//:string_cache_codegen",
],

View file

@ -67,7 +67,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.2",
version = "0.8.3",
# buildifier: leave-alone
deps = [
],

View file

@ -71,7 +71,7 @@ cargo_build_script(
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__openssl_sys__0_9_60//:openssl_sys",
"@raze__openssl_sys__0_9_61//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({
@ -118,7 +118,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__security_framework__2_1_2//:security_framework",
"@raze__security_framework_sys__2_1_1//:security_framework_sys",
"@raze__tempfile__3_2_0//:tempfile",
@ -131,9 +131,9 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__log__0_4_14//:log",
"@raze__openssl__0_10_32//:openssl",
"@raze__openssl__0_10_33//:openssl",
"@raze__openssl_probe__0_1_2//:openssl_probe",
"@raze__openssl_sys__0_9_60//:openssl_sys",
"@raze__openssl_sys__0_9_61//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -63,7 +63,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -62,7 +62,7 @@ cargo_build_script(
version = "6.1.2",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
],
)

View file

@ -51,6 +51,6 @@ rust_library(
version = "1.13.0",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
)

View file

@ -54,6 +54,6 @@ rust_library(
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -44,7 +44,7 @@ cargo_build_script(
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -52,10 +52,10 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.10.32",
version = "0.10.33",
visibility = ["//visibility:private"],
deps = [
"@raze__openssl_sys__0_9_60//:openssl_sys",
"@raze__openssl_sys__0_9_61//:openssl_sys",
],
)
@ -64,12 +64,15 @@ cargo_build_script(
rust_library(
name = "openssl",
srcs = glob(["**/*.rs"]),
aliases = {
"@raze__openssl_sys__0_9_61//:openssl_sys": "ffi",
},
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -77,15 +80,15 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.10.32",
version = "0.10.33",
# buildifier: leave-alone
deps = [
":openssl_build_script",
"@raze__bitflags__1_2_1//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_88//:libc",
"@raze__openssl_sys__0_9_60//:openssl_sys",
"@raze__libc__0_2_91//:libc",
"@raze__once_cell__1_7_2//:once_cell",
"@raze__openssl_sys__0_9_61//:openssl_sys",
],
)

View file

@ -52,7 +52,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.9.60",
version = "0.9.61",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
@ -87,11 +87,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.60",
version = "0.9.61",
# buildifier: leave-alone
deps = [
":openssl_sys_build_script",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
] + selects.with_or({
# cfg(target_env = "msvc")
(

View file

@ -53,6 +53,6 @@ rust_library(
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__proc_macro_error__1_0_4//:proc_macro_error",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -63,7 +63,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -51,6 +51,6 @@ rust_library(
version = "0.8.0",
# buildifier: leave-alone
deps = [
"@raze__siphasher__0_3_3//:siphasher",
"@raze__siphasher__0_3_5//:siphasher",
],
)

View file

@ -64,7 +64,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__pin_project_internal__1_0_5//:pin_project_internal",
"@raze__pin_project_internal__1_0_6//:pin_project_internal",
],
rustc_flags = [
"--cap-lints=allow",
@ -73,7 +73,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.5",
version = "1.0.6",
# buildifier: leave-alone
deps = [
],

View file

@ -46,11 +46,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.5",
version = "1.0.6",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -58,7 +58,7 @@ cargo_build_script(
version = "1.0.4",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
],
)
@ -90,7 +90,7 @@ rust_library(
":proc_macro_error_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
version = "1.0.4",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
],
)

View file

@ -83,7 +83,7 @@ rust_library(
"@raze__heck__0_3_2//:heck",
"@raze__itertools__0_9_0//:itertools",
"@raze__log__0_4_14//:log",
"@raze__multimap__0_8_2//:multimap",
"@raze__multimap__0_8_3//:multimap",
"@raze__petgraph__0_5_1//:petgraph",
"@raze__prost__0_7_0//:prost",
"@raze__prost_types__0_7_0//:prost_types",

View file

@ -49,10 +49,10 @@ rust_library(
version = "0.7.0",
# buildifier: leave-alone
deps = [
"@raze__anyhow__1_0_38//:anyhow",
"@raze__anyhow__1_0_40//:anyhow",
"@raze__itertools__0_9_0//:itertools",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -103,7 +103,7 @@ rust_library(
compile_data = glob(["**/*.md"]),
edition = "2018",
proc_macro_deps = [
"@raze__ctor__0_1_19//:ctor",
"@raze__ctor__0_1_20//:ctor",
"@raze__pyo3_macros__0_13_2//:pyo3_macros",
],
rustc_flags = [
@ -120,7 +120,7 @@ rust_library(
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__indoc__0_3_6//:indoc",
"@raze__inventory__0_1_10//:inventory",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__parking_lot__0_11_1//:parking_lot",
"@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent",

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -85,7 +85,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -70,7 +70,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}),

View file

@ -55,7 +55,6 @@ rust_library(
"perf-inline",
"perf-literal",
"std",
"thread_local",
"unicode",
"unicode-age",
"unicode-bool",
@ -76,13 +75,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.4.3",
version = "1.4.5",
# buildifier: leave-alone
deps = [
"@raze__aho_corasick__0_7_15//:aho_corasick",
"@raze__memchr__2_3_4//:memchr",
"@raze__regex_syntax__0_6_22//:regex_syntax",
"@raze__thread_local__1_1_3//:thread_local",
"@raze__regex_syntax__0_6_23//:regex_syntax",
],
)

View file

@ -57,7 +57,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.6.22",
version = "0.6.23",
# buildifier: leave-alone
deps = [
],

View file

@ -86,7 +86,7 @@ rust_library(
"@raze__http__0_2_3//:http",
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
"@raze__url__2_2_1//:url",

View file

@ -147,7 +147,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__once_cell__1_7_2//:once_cell",
],
"//conditions:default": [],

View file

@ -60,7 +60,7 @@ rust_library(
"@raze__bitflags__1_2_1//:bitflags",
"@raze__core_foundation__0_9_1//:core_foundation",
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__security_framework_sys__2_1_1//:security_framework_sys",
],
)

View file

@ -52,6 +52,6 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
)

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.124",
version = "1.0.125",
visibility = ["//visibility:private"],
deps = [
],
@ -76,7 +76,7 @@ rust_library(
data = [],
edition = "2015",
proc_macro_deps = [
"@raze__serde_derive__1_0_124//:serde_derive",
"@raze__serde_derive__1_0_125//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@ -85,7 +85,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.124",
version = "1.0.125",
# buildifier: leave-alone
deps = [
":serde_build_script",

View file

@ -42,7 +42,7 @@ rust_library(
data = [],
edition = "2015",
proc_macro_deps = [
"@raze__serde_derive__1_0_124//:serde_derive",
"@raze__serde_derive__1_0_125//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@ -55,7 +55,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__chrono__0_4_19//:chrono",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__serde_json__1_0_64//:serde_json",
],
)

View file

@ -53,7 +53,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.124",
version = "1.0.125",
visibility = ["//visibility:private"],
deps = [
],
@ -76,12 +76,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.124",
version = "1.0.125",
# buildifier: leave-alone
deps = [
":serde_derive_build_script",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -84,6 +84,6 @@ rust_library(
":serde_json_build_script",
"@raze__itoa__0_4_7//:itoa",
"@raze__ryu__1_0_5//:ryu",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -54,6 +54,6 @@ rust_library(
version = "0.5.0",
# buildifier: leave-alone
deps = [
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
],
)

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
deps = [
"@raze__dtoa__0_4_7//:dtoa",
"@raze__itoa__0_4_7//:itoa",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__url__2_2_1//:url",
],
)

View file

@ -40,7 +40,7 @@ rust_library(
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.3",
version = "0.3.5",
# buildifier: leave-alone
deps = [
],

View file

@ -58,7 +58,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__log__0_4_14//:log",
"@raze__regex__1_4_3//:regex",
"@raze__regex__1_4_5//:regex",
"@raze__slog__2_7_0//:slog",
"@raze__slog_async__2_6_0//:slog_async",
"@raze__slog_scope__4_4_0//:slog_scope",

View file

@ -61,7 +61,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__new_debug_unreachable__1_0_4//:new_debug_unreachable",
"@raze__phf_shared__0_8_0//:phf_shared",
"@raze__precomputed_hash__0_1_1//:precomputed_hash",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
],
)

View file

@ -52,6 +52,6 @@ rust_library(
"@raze__heck__0_3_2//:heck",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -64,7 +64,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.63",
version = "1.0.65",
visibility = ["//visibility:private"],
deps = [
],
@ -102,7 +102,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.63",
version = "1.0.65",
# buildifier: leave-alone
deps = [
":syn_build_script",

View file

@ -53,7 +53,7 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
"@raze__unicode_xid__0_2_1//:unicode_xid",
],
)

View file

@ -63,7 +63,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -51,6 +51,6 @@ rust_library(
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.1.43",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
] + selects.with_or({
# cfg(windows)
(

View file

@ -56,7 +56,7 @@ rust_library(
version = "0.5.8",
# buildifier: leave-alone
deps = [
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.2.5",
# buildifier: leave-alone
deps = [
"@raze__pin_project__1_0_5//:pin_project",
"@raze__pin_project__1_0_6//:pin_project",
"@raze__tracing__0_1_25//:tracing",
],
)

View file

@ -44,7 +44,7 @@ cargo_build_script(
],
crate_root = "build/main.rs",
data = glob(["**"]),
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -52,7 +52,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.12.0",
version = "1.13.0",
visibility = ["//visibility:private"],
deps = [
],
@ -66,7 +66,7 @@ rust_library(
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
@ -74,7 +74,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.12.0",
version = "1.13.0",
# buildifier: leave-alone
deps = [
":typenum_build_script",

View file

@ -53,7 +53,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__syn__1_0_65//:syn",
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
version = "2.6.0",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_2//:version_check",
"@raze__version_check__0_9_3//:version_check",
],
)

View file

@ -60,7 +60,7 @@ rust_library(
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.2",
version = "0.9.3",
# buildifier: leave-alone
deps = [
],

View file

@ -58,7 +58,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
visibility = ["//visibility:private"],
deps = [
],
@ -80,7 +80,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__wasm_bindgen_macro__0_2_71//:wasm_bindgen_macro",
"@raze__wasm_bindgen_macro__0_2_72//:wasm_bindgen_macro",
],
rustc_flags = [
"--cap-lints=allow",
@ -89,12 +89,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
# buildifier: leave-alone
deps = [
":wasm_bindgen_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__serde__1_0_124//:serde",
"@raze__serde__1_0_125//:serde",
"@raze__serde_json__1_0_64//:serde_json",
],
)

View file

@ -47,7 +47,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
# buildifier: leave-alone
deps = [
"@raze__bumpalo__3_6_1//:bumpalo",
@ -55,7 +55,7 @@ rust_library(
"@raze__log__0_4_14//:log",
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__wasm_bindgen_shared__0_2_71//:wasm_bindgen_shared",
"@raze__syn__1_0_65//:syn",
"@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared",
],
)

View file

@ -46,12 +46,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.4.21",
version = "0.4.22",
# buildifier: leave-alone
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__js_sys__0_3_48//:js_sys",
"@raze__wasm_bindgen__0_2_71//:wasm_bindgen",
"@raze__js_sys__0_3_49//:js_sys",
"@raze__wasm_bindgen__0_2_72//:wasm_bindgen",
],
)

View file

@ -47,11 +47,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_9//:quote",
"@raze__wasm_bindgen_macro_support__0_2_71//:wasm_bindgen_macro_support",
"@raze__wasm_bindgen_macro_support__0_2_72//:wasm_bindgen_macro_support",
],
)

View file

@ -47,13 +47,13 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_24//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_63//:syn",
"@raze__wasm_bindgen_backend__0_2_71//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_71//:wasm_bindgen_shared",
"@raze__syn__1_0_65//:syn",
"@raze__wasm_bindgen_backend__0_2_72//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_72//:wasm_bindgen_shared",
],
)

View file

@ -52,7 +52,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
visibility = ["//visibility:private"],
deps = [
],
@ -74,7 +74,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.71",
version = "0.2.72",
# buildifier: leave-alone
deps = [
":wasm_bindgen_shared_build_script",

View file

@ -60,11 +60,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.48",
version = "0.3.49",
# buildifier: leave-alone
deps = [
"@raze__js_sys__0_3_48//:js_sys",
"@raze__wasm_bindgen__0_2_71//:wasm_bindgen",
"@raze__js_sys__0_3_49//:js_sys",
"@raze__wasm_bindgen__0_2_72//:wasm_bindgen",
],
)

View file

@ -49,7 +49,7 @@ rust_library(
version = "4.0.2",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_88//:libc",
"@raze__libc__0_2_91//:libc",
"@raze__thiserror__1_0_24//:thiserror",
],
)

Some files were not shown because too many files have changed in this diff Show more