update Rust deps

This commit is contained in:
Damien Elmes 2022-01-15 14:59:43 +10:00
parent ec0ee4d162
commit bbc191711d
151 changed files with 1329 additions and 1217 deletions

303
Cargo.lock generated
View file

@ -14,7 +14,7 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [ dependencies = [
"getrandom 0.2.3", "getrandom 0.2.4",
"once_cell", "once_cell",
"version_check", "version_check",
] ]
@ -114,7 +114,7 @@ dependencies = [
"inflections", "inflections",
"intl-memoizer", "intl-memoizer",
"num-format", "num-format",
"phf 0.10.0", "phf 0.10.1",
"serde", "serde",
"serde_json", "serde_json",
"unic-langid", "unic-langid",
@ -137,9 +137,9 @@ version = "0.0.0"
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.51" version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
@ -170,9 +170,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.51" version = "0.1.52"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -210,9 +210,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "blake3" name = "blake3"
version = "1.2.0" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413" checksum = "882e99e4a0cb2ae6cb6e442102e8e6b7131718d94110e64c3e6a34ea9b106f37"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec 0.7.2", "arrayvec 0.7.2",
@ -222,6 +222,15 @@ dependencies = [
"digest", "digest",
] ]
[[package]]
name = "block-buffer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
dependencies = [
"generic-array",
]
[[package]] [[package]]
name = "bstr" name = "bstr"
version = "0.2.17" version = "0.2.17"
@ -236,9 +245,9 @@ dependencies = [
[[package]] [[package]]
name = "bumpalo" name = "bumpalo"
version = "3.8.0" version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
[[package]] [[package]]
name = "byteorder" name = "byteorder"
@ -405,9 +414,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-channel" name = "crossbeam-channel"
version = "0.5.1" version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"crossbeam-utils", "crossbeam-utils",
@ -426,9 +435,9 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-epoch" name = "crossbeam-epoch"
version = "0.9.5" version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd" checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"crossbeam-utils", "crossbeam-utils",
@ -439,14 +448,23 @@ dependencies = [
[[package]] [[package]]
name = "crossbeam-utils" name = "crossbeam-utils"
version = "0.8.5" version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db" checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"lazy_static", "lazy_static",
] ]
[[package]]
name = "crypto-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
dependencies = [
"generic-array",
]
[[package]] [[package]]
name = "cssparser" name = "cssparser"
version = "0.27.2" version = "0.27.2"
@ -455,7 +473,7 @@ checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
dependencies = [ dependencies = [
"cssparser-macros", "cssparser-macros",
"dtoa-short", "dtoa-short",
"itoa", "itoa 0.4.8",
"matches", "matches",
"phf 0.8.0", "phf 0.8.0",
"proc-macro2", "proc-macro2",
@ -482,7 +500,7 @@ checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [ dependencies = [
"bstr", "bstr",
"csv-core", "csv-core",
"itoa", "itoa 0.4.8",
"ryu", "ryu",
"serde", "serde",
] ]
@ -496,17 +514,6 @@ dependencies = [
"memchr", "memchr",
] ]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]] [[package]]
name = "derive_more" name = "derive_more"
version = "0.99.17" version = "0.99.17"
@ -522,11 +529,14 @@ dependencies = [
[[package]] [[package]]
name = "digest" name = "digest"
version = "0.9.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
dependencies = [ dependencies = [
"block-buffer",
"crypto-common",
"generic-array", "generic-array",
"subtle",
] ]
[[package]] [[package]]
@ -579,9 +589,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]] [[package]]
name = "encoding_rs" name = "encoding_rs"
version = "0.8.29" version = "0.8.30"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746" checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]
@ -612,10 +622,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]] [[package]]
name = "fixedbitset" name = "fastrand"
version = "0.4.0" version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e" checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
dependencies = [
"instant",
]
[[package]]
name = "fixedbitset"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
[[package]] [[package]]
name = "flate2" name = "flate2"
@ -716,9 +735,9 @@ dependencies = [
[[package]] [[package]]
name = "futures" name = "futures"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e" checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
dependencies = [ dependencies = [
"futures-channel", "futures-channel",
"futures-core", "futures-core",
@ -731,9 +750,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-channel" name = "futures-channel"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27" checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"futures-sink", "futures-sink",
@ -741,15 +760,15 @@ dependencies = [
[[package]] [[package]]
name = "futures-core" name = "futures-core"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445" checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
[[package]] [[package]]
name = "futures-executor" name = "futures-executor"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97" checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"futures-task", "futures-task",
@ -758,15 +777,15 @@ dependencies = [
[[package]] [[package]]
name = "futures-io" name = "futures-io"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11" checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
[[package]] [[package]]
name = "futures-macro" name = "futures-macro"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd" checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -775,21 +794,21 @@ dependencies = [
[[package]] [[package]]
name = "futures-sink" name = "futures-sink"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af" checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
[[package]] [[package]]
name = "futures-task" name = "futures-task"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12" checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
[[package]] [[package]]
name = "futures-util" name = "futures-util"
version = "0.3.18" version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e" checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
dependencies = [ dependencies = [
"futures-channel", "futures-channel",
"futures-core", "futures-core",
@ -814,9 +833,9 @@ dependencies = [
[[package]] [[package]]
name = "generic-array" name = "generic-array"
version = "0.14.4" version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [ dependencies = [
"typenum", "typenum",
"version_check", "version_check",
@ -844,9 +863,9 @@ dependencies = [
[[package]] [[package]]
name = "getrandom" name = "getrandom"
version = "0.2.3" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
@ -855,9 +874,9 @@ dependencies = [
[[package]] [[package]]
name = "h2" name = "h2"
version = "0.3.7" version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55" checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
@ -942,13 +961,13 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
[[package]] [[package]]
name = "http" name = "http"
version = "0.2.5" version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",
"itoa", "itoa 1.0.1",
] ]
[[package]] [[package]]
@ -982,9 +1001,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.15" version = "0.14.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c" checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-channel", "futures-channel",
@ -995,7 +1014,7 @@ dependencies = [
"http-body", "http-body",
"httparse", "httparse",
"httpdate", "httpdate",
"itoa", "itoa 0.4.8",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio", "tokio",
@ -1056,9 +1075,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "1.7.0" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"hashbrown", "hashbrown",
@ -1130,9 +1149,9 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
[[package]] [[package]]
name = "itertools" name = "itertools"
version = "0.10.1" version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [ dependencies = [
"either", "either",
] ]
@ -1143,6 +1162,12 @@ version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]] [[package]]
name = "js-sys" name = "js-sys"
version = "0.3.55" version = "0.3.55"
@ -1172,15 +1197,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.108" version = "0.2.112"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119" checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]] [[package]]
name = "libsqlite3-sys" name = "libsqlite3-sys"
version = "0.23.1" version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2" checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
dependencies = [ dependencies = [
"cc", "cc",
"pkg-config", "pkg-config",
@ -1425,7 +1450,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465" checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
dependencies = [ dependencies = [
"arrayvec 0.4.12", "arrayvec 0.4.12",
"itoa", "itoa 0.4.8",
] ]
[[package]] [[package]]
@ -1449,9 +1474,9 @@ dependencies = [
[[package]] [[package]]
name = "num_cpus" name = "num_cpus"
version = "1.13.0" version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [ dependencies = [
"hermit-abi", "hermit-abi",
"libc", "libc",
@ -1459,19 +1484,18 @@ dependencies = [
[[package]] [[package]]
name = "num_enum" name = "num_enum"
version = "0.5.4" version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f" checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad"
dependencies = [ dependencies = [
"derivative",
"num_enum_derive", "num_enum_derive",
] ]
[[package]] [[package]]
name = "num_enum_derive" name = "num_enum_derive"
version = "0.5.4" version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9" checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21"
dependencies = [ dependencies = [
"proc-macro-crate", "proc-macro-crate",
"proc-macro2", "proc-macro2",
@ -1481,9 +1505,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.8.0" version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]] [[package]]
name = "oorandom" name = "oorandom"
@ -1507,15 +1531,15 @@ dependencies = [
[[package]] [[package]]
name = "openssl-probe" name = "openssl-probe"
version = "0.1.4" version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.71" version = "0.9.72"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73" checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"cc", "cc",
@ -1605,9 +1629,9 @@ dependencies = [
[[package]] [[package]]
name = "phf" name = "phf"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f" checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [ dependencies = [
"phf_macros 0.10.0", "phf_macros 0.10.0",
"phf_shared 0.10.0", "phf_shared 0.10.0",
@ -1692,18 +1716,18 @@ dependencies = [
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.0.8" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08" checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "1.0.8" version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389" checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -1712,9 +1736,9 @@ dependencies = [
[[package]] [[package]]
name = "pin-project-lite" name = "pin-project-lite"
version = "0.2.7" version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
[[package]] [[package]]
name = "pin-utils" name = "pin-utils"
@ -1724,9 +1748,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]] [[package]]
name = "pkg-config" name = "pkg-config"
version = "0.3.22" version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f" checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
[[package]] [[package]]
name = "plotters" name = "plotters"
@ -1758,9 +1782,9 @@ dependencies = [
[[package]] [[package]]
name = "ppv-lite86" name = "ppv-lite86"
version = "0.2.15" version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]] [[package]]
name = "precomputed-hash" name = "precomputed-hash"
@ -1792,9 +1816,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]] [[package]]
name = "proc-macro2" name = "proc-macro2"
version = "1.0.32" version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [ dependencies = [
"unicode-xid", "unicode-xid",
] ]
@ -1914,9 +1938,9 @@ dependencies = [
[[package]] [[package]]
name = "quote" name = "quote"
version = "1.0.10" version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
] ]
@ -1982,7 +2006,7 @@ version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [ dependencies = [
"getrandom 0.2.3", "getrandom 0.2.4",
] ]
[[package]] [[package]]
@ -2052,7 +2076,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [ dependencies = [
"getrandom 0.2.3", "getrandom 0.2.4",
"redox_syscall", "redox_syscall",
] ]
@ -2155,9 +2179,9 @@ dependencies = [
[[package]] [[package]]
name = "rusqlite" name = "rusqlite"
version = "0.26.1" version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7" checksum = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"fallible-iterator", "fallible-iterator",
@ -2210,15 +2234,15 @@ dependencies = [
[[package]] [[package]]
name = "rustversion" name = "rustversion"
version = "1.0.5" version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
[[package]] [[package]]
name = "ryu" name = "ryu"
version = "1.0.6" version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568" checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
[[package]] [[package]]
name = "same-file" name = "same-file"
@ -2312,9 +2336,9 @@ checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
[[package]] [[package]]
name = "serde" name = "serde"
version = "1.0.130" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"
dependencies = [ dependencies = [
"serde_derive", "serde_derive",
] ]
@ -2342,9 +2366,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_derive" name = "serde_derive"
version = "1.0.130" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2353,11 +2377,11 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.72" version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
dependencies = [ dependencies = [
"itoa", "itoa 1.0.1",
"ryu", "ryu",
"serde", "serde",
] ]
@ -2401,7 +2425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [ dependencies = [
"form_urlencoded", "form_urlencoded",
"itoa", "itoa 0.4.8",
"ryu", "ryu",
"serde", "serde",
] ]
@ -2513,9 +2537,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.7.0" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]] [[package]]
name = "socket2" name = "socket2"
@ -2588,10 +2612,16 @@ dependencies = [
] ]
[[package]] [[package]]
name = "syn" name = "subtle"
version = "1.0.82" version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59" checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2606,13 +2636,13 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.2.0" version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand",
"libc", "libc",
"rand 0.8.4",
"redox_syscall", "redox_syscall",
"remove_dir_all", "remove_dir_all",
"winapi", "winapi",
@ -2737,11 +2767,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.14.0" version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144" checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
dependencies = [ dependencies = [
"autocfg",
"bytes", "bytes",
"libc", "libc",
"memchr", "memchr",
@ -2766,9 +2795,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "1.6.0" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e" checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -2874,9 +2903,9 @@ dependencies = [
[[package]] [[package]]
name = "typenum" name = "typenum"
version = "1.14.0" version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]] [[package]]
name = "unic-char-property" name = "unic-char-property"
@ -3060,9 +3089,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]] [[package]]
name = "version_check" name = "version_check"
version = "0.9.3" version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]] [[package]]
name = "walkdir" name = "walkdir"

View file

@ -23,7 +23,7 @@ alias(
alias( alias(
name = "async_trait", name = "async_trait",
actual = "@raze__async_trait__0_1_51//:async_trait", actual = "@raze__async_trait__0_1_52//:async_trait",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -32,7 +32,7 @@ alias(
alias( alias(
name = "blake3", name = "blake3",
actual = "@raze__blake3__1_2_0//:blake3", actual = "@raze__blake3__1_3_0//:blake3",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -122,7 +122,7 @@ alias(
alias( alias(
name = "futures", name = "futures",
actual = "@raze__futures__0_3_18//:futures", actual = "@raze__futures__0_3_19//:futures",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -167,7 +167,7 @@ alias(
alias( alias(
name = "itertools", name = "itertools",
actual = "@raze__itertools__0_10_1//:itertools", actual = "@raze__itertools__0_10_3//:itertools",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -203,7 +203,7 @@ alias(
alias( alias(
name = "num_enum", name = "num_enum",
actual = "@raze__num_enum__0_5_4//:num_enum", actual = "@raze__num_enum__0_5_6//:num_enum",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -230,7 +230,7 @@ alias(
alias( alias(
name = "once_cell", name = "once_cell",
actual = "@raze__once_cell__1_8_0//:once_cell", actual = "@raze__once_cell__1_9_0//:once_cell",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -248,7 +248,7 @@ alias(
alias( alias(
name = "phf", name = "phf",
actual = "@raze__phf__0_10_0//:phf", actual = "@raze__phf__0_10_1//:phf",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -257,7 +257,7 @@ alias(
alias( alias(
name = "pin_project", name = "pin_project",
actual = "@raze__pin_project__1_0_8//:pin_project", actual = "@raze__pin_project__1_0_10//:pin_project",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -338,7 +338,7 @@ alias(
alias( alias(
name = "rusqlite", name = "rusqlite",
actual = "@raze__rusqlite__0_26_1//:rusqlite", actual = "@raze__rusqlite__0_26_3//:rusqlite",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -356,7 +356,7 @@ alias(
alias( alias(
name = "serde", name = "serde",
actual = "@raze__serde__1_0_130//:serde", actual = "@raze__serde__1_0_133//:serde",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -374,7 +374,7 @@ alias(
alias( alias(
name = "serde_derive", name = "serde_derive",
actual = "@raze__serde_derive__1_0_130//:serde_derive", actual = "@raze__serde_derive__1_0_133//:serde_derive",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -383,7 +383,7 @@ alias(
alias( alias(
name = "serde_json", name = "serde_json",
actual = "@raze__serde_json__1_0_72//:serde_json", actual = "@raze__serde_json__1_0_74//:serde_json",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -464,7 +464,7 @@ alias(
alias( alias(
name = "tempfile", name = "tempfile",
actual = "@raze__tempfile__3_2_0//:tempfile", actual = "@raze__tempfile__3_3_0//:tempfile",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",
@ -473,7 +473,7 @@ alias(
alias( alias(
name = "tokio", name = "tokio",
actual = "@raze__tokio__1_14_0//:tokio", actual = "@raze__tokio__1_15_0//:tokio",
tags = [ tags = [
"cargo-raze", "cargo-raze",
"manual", "manual",

View file

@ -77,11 +77,11 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess", "@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
"@raze__serde_json__1_0_72//:serde_json", "@raze__serde_json__1_0_74//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url", "@raze__url__2_2_2//:url",
] + selects.with_or({ ] + selects.with_or({
@ -96,11 +96,11 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_29//:encoding_rs", "@raze__encoding_rs__0_8_30//:encoding_rs",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_1//:ipnet", "@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
@ -108,8 +108,8 @@ rust_library(
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_8//:native_tls",
"@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_socks__0_5_1//:tokio_socks", "@raze__tokio_socks__0_5_1//:tokio_socks",
], ],

View file

@ -80,11 +80,11 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess", "@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
"@raze__serde_json__1_0_72//:serde_json", "@raze__serde_json__1_0_74//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url", "@raze__url__2_2_2//:url",
] + selects.with_or({ ] + selects.with_or({
@ -98,21 +98,21 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_29//:encoding_rs", "@raze__encoding_rs__0_8_30//:encoding_rs",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__ipnet__2_3_1//:ipnet", "@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",
"@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls", "@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs", "@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_rustls__0_22_0//:tokio_rustls", "@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__tokio_socks__0_5_1//:tokio_socks", "@raze__tokio_socks__0_5_1//:tokio_socks",
"@raze__webpki_roots__0_21_1//:webpki_roots", "@raze__webpki_roots__0_21_1//:webpki_roots",

View file

@ -13,6 +13,7 @@ load(
"@rules_rust//rust:defs.bzl", "@rules_rust//rust:defs.bzl",
"rust_binary", "rust_binary",
"rust_library", "rust_library",
"rust_proc_macro",
"rust_test", "rust_test",
) )
@ -46,11 +47,12 @@ rust_library(
], ],
tags = [ tags = [
"cargo-raze", "cargo-raze",
"crate-name=term",
"manual", "manual",
], ],
version = "0.7.0", version = "0.7.0",
proc_macro_deps = [ proc_macro_deps = [
"@raze__rustversion__1_0_5//:rustversion", "@raze__rustversion__1_0_6//:rustversion",
], ],
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [

View file

@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__anyhow__1_0_51", name = "raze__anyhow__1_0_52",
url = "https://crates.io/api/v1/crates/anyhow/1.0.51/download", url = "https://crates.io/api/v1/crates/anyhow/1.0.52/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203", sha256 = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3",
strip_prefix = "anyhow-1.0.51", strip_prefix = "anyhow-1.0.52",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.51.bazel"), build_file = Label("//cargo/remote:BUILD.anyhow-1.0.52.bazel"),
) )
maybe( maybe(
@ -103,12 +103,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__async_trait__0_1_51", name = "raze__async_trait__0_1_52",
url = "https://crates.io/api/v1/crates/async-trait/0.1.51/download", url = "https://crates.io/api/v1/crates/async-trait/0.1.52/download",
type = "tar.gz", type = "tar.gz",
sha256 = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e", sha256 = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3",
strip_prefix = "async-trait-0.1.51", strip_prefix = "async-trait-0.1.52",
build_file = Label("//cargo/remote:BUILD.async-trait-0.1.51.bazel"), build_file = Label("//cargo/remote:BUILD.async-trait-0.1.52.bazel"),
) )
maybe( maybe(
@ -153,22 +153,32 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__blake3__1_2_0", name = "raze__blake3__1_3_0",
url = "https://crates.io/api/v1/crates/blake3/1.2.0/download", url = "https://crates.io/api/v1/crates/blake3/1.3.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413", sha256 = "882e99e4a0cb2ae6cb6e442102e8e6b7131718d94110e64c3e6a34ea9b106f37",
strip_prefix = "blake3-1.2.0", strip_prefix = "blake3-1.3.0",
build_file = Label("//cargo/remote:BUILD.blake3-1.2.0.bazel"), build_file = Label("//cargo/remote:BUILD.blake3-1.3.0.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__bumpalo__3_8_0", name = "raze__block_buffer__0_10_0",
url = "https://crates.io/api/v1/crates/bumpalo/3.8.0/download", url = "https://crates.io/api/v1/crates/block-buffer/0.10.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c", sha256 = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95",
strip_prefix = "bumpalo-3.8.0", strip_prefix = "block-buffer-0.10.0",
build_file = Label("//cargo/remote:BUILD.bumpalo-3.8.0.bazel"), build_file = Label("//cargo/remote:BUILD.block-buffer-0.10.0.bazel"),
)
maybe(
http_archive,
name = "raze__bumpalo__3_9_1",
url = "https://crates.io/api/v1/crates/bumpalo/3.9.1/download",
type = "tar.gz",
sha256 = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899",
strip_prefix = "bumpalo-3.9.1",
build_file = Label("//cargo/remote:BUILD.bumpalo-3.9.1.bazel"),
) )
maybe( maybe(
@ -303,22 +313,32 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__crossbeam_channel__0_5_1", name = "raze__crossbeam_channel__0_5_2",
url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.1/download", url = "https://crates.io/api/v1/crates/crossbeam-channel/0.5.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4", sha256 = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa",
strip_prefix = "crossbeam-channel-0.5.1", strip_prefix = "crossbeam-channel-0.5.2",
build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.1.bazel"), build_file = Label("//cargo/remote:BUILD.crossbeam-channel-0.5.2.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__crossbeam_utils__0_8_5", name = "raze__crossbeam_utils__0_8_6",
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.5/download", url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db", sha256 = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120",
strip_prefix = "crossbeam-utils-0.8.5", strip_prefix = "crossbeam-utils-0.8.6",
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.5.bazel"), build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.6.bazel"),
)
maybe(
http_archive,
name = "raze__crypto_common__0_1_1",
url = "https://crates.io/api/v1/crates/crypto-common/0.1.1/download",
type = "tar.gz",
sha256 = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0",
strip_prefix = "crypto-common-0.1.1",
build_file = Label("//cargo/remote:BUILD.crypto-common-0.1.1.bazel"),
) )
maybe( maybe(
@ -341,16 +361,6 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:BUILD.cssparser-macros-0.6.0.bazel"), build_file = Label("//cargo/remote:BUILD.cssparser-macros-0.6.0.bazel"),
) )
maybe(
http_archive,
name = "raze__derivative__2_2_0",
url = "https://crates.io/api/v1/crates/derivative/2.2.0/download",
type = "tar.gz",
sha256 = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b",
strip_prefix = "derivative-2.2.0",
build_file = Label("//cargo/remote:BUILD.derivative-2.2.0.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__derive_more__0_99_17", name = "raze__derive_more__0_99_17",
@ -363,12 +373,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__digest__0_9_0", name = "raze__digest__0_10_1",
url = "https://crates.io/api/v1/crates/digest/0.9.0/download", url = "https://crates.io/api/v1/crates/digest/0.10.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066", sha256 = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b",
strip_prefix = "digest-0.9.0", strip_prefix = "digest-0.10.1",
build_file = Label("//cargo/remote:BUILD.digest-0.9.0.bazel"), build_file = Label("//cargo/remote:BUILD.digest-0.10.1.bazel"),
) )
maybe( maybe(
@ -433,12 +443,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__encoding_rs__0_8_29", name = "raze__encoding_rs__0_8_30",
url = "https://crates.io/api/v1/crates/encoding_rs/0.8.29/download", url = "https://crates.io/api/v1/crates/encoding_rs/0.8.30/download",
type = "tar.gz", type = "tar.gz",
sha256 = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746", sha256 = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df",
strip_prefix = "encoding_rs-0.8.29", strip_prefix = "encoding_rs-0.8.30",
build_file = Label("//cargo/remote:BUILD.encoding_rs-0.8.29.bazel"), build_file = Label("//cargo/remote:BUILD.encoding_rs-0.8.30.bazel"),
) )
maybe( maybe(
@ -473,12 +483,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__fixedbitset__0_4_0", name = "raze__fastrand__1_6_0",
url = "https://crates.io/api/v1/crates/fixedbitset/0.4.0/download", url = "https://crates.io/api/v1/crates/fastrand/1.6.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e", sha256 = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2",
strip_prefix = "fixedbitset-0.4.0", strip_prefix = "fastrand-1.6.0",
build_file = Label("//cargo/remote:BUILD.fixedbitset-0.4.0.bazel"), build_file = Label("//cargo/remote:BUILD.fastrand-1.6.0.bazel"),
)
maybe(
http_archive,
name = "raze__fixedbitset__0_4_1",
url = "https://crates.io/api/v1/crates/fixedbitset/0.4.1/download",
type = "tar.gz",
sha256 = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e",
strip_prefix = "fixedbitset-0.4.1",
build_file = Label("//cargo/remote:BUILD.fixedbitset-0.4.1.bazel"),
) )
maybe( maybe(
@ -583,92 +603,92 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__futures__0_3_18", name = "raze__futures__0_3_19",
url = "https://crates.io/api/v1/crates/futures/0.3.18/download", url = "https://crates.io/api/v1/crates/futures/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e", sha256 = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4",
strip_prefix = "futures-0.3.18", strip_prefix = "futures-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_channel__0_3_18", name = "raze__futures_channel__0_3_19",
url = "https://crates.io/api/v1/crates/futures-channel/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-channel/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27", sha256 = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b",
strip_prefix = "futures-channel-0.3.18", strip_prefix = "futures-channel-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_core__0_3_18", name = "raze__futures_core__0_3_19",
url = "https://crates.io/api/v1/crates/futures-core/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-core/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445", sha256 = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7",
strip_prefix = "futures-core-0.3.18", strip_prefix = "futures-core-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-core-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-core-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_executor__0_3_18", name = "raze__futures_executor__0_3_19",
url = "https://crates.io/api/v1/crates/futures-executor/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-executor/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97", sha256 = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a",
strip_prefix = "futures-executor-0.3.18", strip_prefix = "futures-executor-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_io__0_3_18", name = "raze__futures_io__0_3_19",
url = "https://crates.io/api/v1/crates/futures-io/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-io/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11", sha256 = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2",
strip_prefix = "futures-io-0.3.18", strip_prefix = "futures-io-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-io-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-io-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_macro__0_3_18", name = "raze__futures_macro__0_3_19",
url = "https://crates.io/api/v1/crates/futures-macro/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-macro/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd", sha256 = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c",
strip_prefix = "futures-macro-0.3.18", strip_prefix = "futures-macro-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_sink__0_3_18", name = "raze__futures_sink__0_3_19",
url = "https://crates.io/api/v1/crates/futures-sink/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-sink/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af", sha256 = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508",
strip_prefix = "futures-sink-0.3.18", strip_prefix = "futures-sink-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_task__0_3_18", name = "raze__futures_task__0_3_19",
url = "https://crates.io/api/v1/crates/futures-task/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-task/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12", sha256 = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72",
strip_prefix = "futures-task-0.3.18", strip_prefix = "futures-task-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-task-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-task-0.3.19.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__futures_util__0_3_18", name = "raze__futures_util__0_3_19",
url = "https://crates.io/api/v1/crates/futures-util/0.3.18/download", url = "https://crates.io/api/v1/crates/futures-util/0.3.19/download",
type = "tar.gz", type = "tar.gz",
sha256 = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e", sha256 = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164",
strip_prefix = "futures-util-0.3.18", strip_prefix = "futures-util-0.3.19",
build_file = Label("//cargo/remote:BUILD.futures-util-0.3.18.bazel"), build_file = Label("//cargo/remote:BUILD.futures-util-0.3.19.bazel"),
) )
maybe( maybe(
@ -683,12 +703,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__generic_array__0_14_4", name = "raze__generic_array__0_14_5",
url = "https://crates.io/api/v1/crates/generic-array/0.14.4/download", url = "https://crates.io/api/v1/crates/generic-array/0.14.5/download",
type = "tar.gz", type = "tar.gz",
sha256 = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817", sha256 = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803",
strip_prefix = "generic-array-0.14.4", strip_prefix = "generic-array-0.14.5",
build_file = Label("//cargo/remote:BUILD.generic-array-0.14.4.bazel"), build_file = Label("//cargo/remote:BUILD.generic-array-0.14.5.bazel"),
) )
maybe( maybe(
@ -713,22 +733,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__getrandom__0_2_3", name = "raze__getrandom__0_2_4",
url = "https://crates.io/api/v1/crates/getrandom/0.2.3/download", url = "https://crates.io/api/v1/crates/getrandom/0.2.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753", sha256 = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c",
strip_prefix = "getrandom-0.2.3", strip_prefix = "getrandom-0.2.4",
build_file = Label("//cargo/remote:BUILD.getrandom-0.2.3.bazel"), build_file = Label("//cargo/remote:BUILD.getrandom-0.2.4.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__h2__0_3_7", name = "raze__h2__0_3_10",
url = "https://crates.io/api/v1/crates/h2/0.3.7/download", url = "https://crates.io/api/v1/crates/h2/0.3.10/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7fd819562fcebdac5afc5c113c3ec36f902840b70fd4fc458799c8ce4607ae55", sha256 = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689",
strip_prefix = "h2-0.3.7", strip_prefix = "h2-0.3.10",
build_file = Label("//cargo/remote:BUILD.h2-0.3.7.bazel"), build_file = Label("//cargo/remote:BUILD.h2-0.3.10.bazel"),
) )
maybe( maybe(
@ -803,12 +823,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__http__0_2_5", name = "raze__http__0_2_6",
url = "https://crates.io/api/v1/crates/http/0.2.5/download", url = "https://crates.io/api/v1/crates/http/0.2.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b", sha256 = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03",
strip_prefix = "http-0.2.5", strip_prefix = "http-0.2.6",
build_file = Label("//cargo/remote:BUILD.http-0.2.5.bazel"), build_file = Label("//cargo/remote:BUILD.http-0.2.6.bazel"),
) )
maybe( maybe(
@ -853,12 +873,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__hyper__0_14_15", name = "raze__hyper__0_14_16",
url = "https://crates.io/api/v1/crates/hyper/0.14.15/download", url = "https://crates.io/api/v1/crates/hyper/0.14.16/download",
type = "tar.gz", type = "tar.gz",
sha256 = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c", sha256 = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55",
strip_prefix = "hyper-0.14.15", strip_prefix = "hyper-0.14.16",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.15.bazel"), build_file = Label("//cargo/remote:BUILD.hyper-0.14.16.bazel"),
) )
maybe( maybe(
@ -903,12 +923,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__indexmap__1_7_0", name = "raze__indexmap__1_8_0",
url = "https://crates.io/api/v1/crates/indexmap/1.7.0/download", url = "https://crates.io/api/v1/crates/indexmap/1.8.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5", sha256 = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223",
strip_prefix = "indexmap-1.7.0", strip_prefix = "indexmap-1.8.0",
build_file = Label("//cargo/remote:BUILD.indexmap-1.7.0.bazel"), build_file = Label("//cargo/remote:BUILD.indexmap-1.8.0.bazel"),
) )
maybe( maybe(
@ -983,12 +1003,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__itertools__0_10_1", name = "raze__itertools__0_10_3",
url = "https://crates.io/api/v1/crates/itertools/0.10.1/download", url = "https://crates.io/api/v1/crates/itertools/0.10.3/download",
type = "tar.gz", type = "tar.gz",
sha256 = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf", sha256 = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3",
strip_prefix = "itertools-0.10.1", strip_prefix = "itertools-0.10.3",
build_file = Label("//cargo/remote:BUILD.itertools-0.10.1.bazel"), build_file = Label("//cargo/remote:BUILD.itertools-0.10.3.bazel"),
) )
maybe( maybe(
@ -1001,6 +1021,16 @@ def raze_fetch_remote_crates():
build_file = Label("//cargo/remote:BUILD.itoa-0.4.8.bazel"), build_file = Label("//cargo/remote:BUILD.itoa-0.4.8.bazel"),
) )
maybe(
http_archive,
name = "raze__itoa__1_0_1",
url = "https://crates.io/api/v1/crates/itoa/1.0.1/download",
type = "tar.gz",
sha256 = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35",
strip_prefix = "itoa-1.0.1",
build_file = Label("//cargo/remote:BUILD.itoa-1.0.1.bazel"),
)
maybe( maybe(
http_archive, http_archive,
name = "raze__js_sys__0_3_55", name = "raze__js_sys__0_3_55",
@ -1033,22 +1063,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__libc__0_2_108", name = "raze__libc__0_2_112",
url = "https://crates.io/api/v1/crates/libc/0.2.108/download", url = "https://crates.io/api/v1/crates/libc/0.2.112/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119", sha256 = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125",
strip_prefix = "libc-0.2.108", strip_prefix = "libc-0.2.112",
build_file = Label("//cargo/remote:BUILD.libc-0.2.108.bazel"), build_file = Label("//cargo/remote:BUILD.libc-0.2.112.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__libsqlite3_sys__0_23_1", name = "raze__libsqlite3_sys__0_23_2",
url = "https://crates.io/api/v1/crates/libsqlite3-sys/0.23.1/download", url = "https://crates.io/api/v1/crates/libsqlite3-sys/0.23.2/download",
type = "tar.gz", type = "tar.gz",
sha256 = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2", sha256 = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58",
strip_prefix = "libsqlite3-sys-0.23.1", strip_prefix = "libsqlite3-sys-0.23.2",
build_file = Label("//cargo/remote:BUILD.libsqlite3-sys-0.23.1.bazel"), build_file = Label("//cargo/remote:BUILD.libsqlite3-sys-0.23.2.bazel"),
) )
maybe( maybe(
@ -1303,42 +1333,42 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__num_cpus__1_13_0", name = "raze__num_cpus__1_13_1",
url = "https://crates.io/api/v1/crates/num_cpus/1.13.0/download", url = "https://crates.io/api/v1/crates/num_cpus/1.13.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3", sha256 = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1",
strip_prefix = "num_cpus-1.13.0", strip_prefix = "num_cpus-1.13.1",
build_file = Label("//cargo/remote:BUILD.num_cpus-1.13.0.bazel"), build_file = Label("//cargo/remote:BUILD.num_cpus-1.13.1.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__num_enum__0_5_4", name = "raze__num_enum__0_5_6",
url = "https://crates.io/api/v1/crates/num_enum/0.5.4/download", url = "https://crates.io/api/v1/crates/num_enum/0.5.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f", sha256 = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad",
strip_prefix = "num_enum-0.5.4", strip_prefix = "num_enum-0.5.6",
build_file = Label("//cargo/remote:BUILD.num_enum-0.5.4.bazel"), build_file = Label("//cargo/remote:BUILD.num_enum-0.5.6.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__num_enum_derive__0_5_4", name = "raze__num_enum_derive__0_5_6",
url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.4/download", url = "https://crates.io/api/v1/crates/num_enum_derive/0.5.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9", sha256 = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21",
strip_prefix = "num_enum_derive-0.5.4", strip_prefix = "num_enum_derive-0.5.6",
build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.4.bazel"), build_file = Label("//cargo/remote:BUILD.num_enum_derive-0.5.6.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__once_cell__1_8_0", name = "raze__once_cell__1_9_0",
url = "https://crates.io/api/v1/crates/once_cell/1.8.0/download", url = "https://crates.io/api/v1/crates/once_cell/1.9.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56", sha256 = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5",
strip_prefix = "once_cell-1.8.0", strip_prefix = "once_cell-1.9.0",
build_file = Label("//cargo/remote:BUILD.once_cell-1.8.0.bazel"), build_file = Label("//cargo/remote:BUILD.once_cell-1.9.0.bazel"),
) )
maybe( maybe(
@ -1353,22 +1383,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__openssl_probe__0_1_4", name = "raze__openssl_probe__0_1_5",
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.4/download", url = "https://crates.io/api/v1/crates/openssl-probe/0.1.5/download",
type = "tar.gz", type = "tar.gz",
sha256 = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a", sha256 = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf",
strip_prefix = "openssl-probe-0.1.4", strip_prefix = "openssl-probe-0.1.5",
build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.4.bazel"), build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.5.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__openssl_sys__0_9_71", name = "raze__openssl_sys__0_9_72",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.71/download", url = "https://crates.io/api/v1/crates/openssl-sys/0.9.72/download",
type = "tar.gz", type = "tar.gz",
sha256 = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73", sha256 = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb",
strip_prefix = "openssl-sys-0.9.71", strip_prefix = "openssl-sys-0.9.72",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.71.bazel"), build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.72.bazel"),
) )
maybe( maybe(
@ -1443,12 +1473,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__phf__0_10_0", name = "raze__phf__0_10_1",
url = "https://crates.io/api/v1/crates/phf/0.10.0/download", url = "https://crates.io/api/v1/crates/phf/0.10.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "b9fc3db1018c4b59d7d582a739436478b6035138b6aecbce989fc91c3e98409f", sha256 = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259",
strip_prefix = "phf-0.10.0", strip_prefix = "phf-0.10.1",
build_file = Label("//cargo/remote:BUILD.phf-0.10.0.bazel"), build_file = Label("//cargo/remote:BUILD.phf-0.10.1.bazel"),
) )
maybe( maybe(
@ -1533,32 +1563,32 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__pin_project__1_0_8", name = "raze__pin_project__1_0_10",
url = "https://crates.io/api/v1/crates/pin-project/1.0.8/download", url = "https://crates.io/api/v1/crates/pin-project/1.0.10/download",
type = "tar.gz", type = "tar.gz",
sha256 = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08", sha256 = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e",
strip_prefix = "pin-project-1.0.8", strip_prefix = "pin-project-1.0.10",
build_file = Label("//cargo/remote:BUILD.pin-project-1.0.8.bazel"), build_file = Label("//cargo/remote:BUILD.pin-project-1.0.10.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__pin_project_internal__1_0_8", name = "raze__pin_project_internal__1_0_10",
url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.8/download", url = "https://crates.io/api/v1/crates/pin-project-internal/1.0.10/download",
type = "tar.gz", type = "tar.gz",
sha256 = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389", sha256 = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb",
strip_prefix = "pin-project-internal-1.0.8", strip_prefix = "pin-project-internal-1.0.10",
build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.8.bazel"), build_file = Label("//cargo/remote:BUILD.pin-project-internal-1.0.10.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__pin_project_lite__0_2_7", name = "raze__pin_project_lite__0_2_8",
url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.7/download", url = "https://crates.io/api/v1/crates/pin-project-lite/0.2.8/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443", sha256 = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c",
strip_prefix = "pin-project-lite-0.2.7", strip_prefix = "pin-project-lite-0.2.8",
build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.2.7.bazel"), build_file = Label("//cargo/remote:BUILD.pin-project-lite-0.2.8.bazel"),
) )
maybe( maybe(
@ -1573,22 +1603,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__pkg_config__0_3_22", name = "raze__pkg_config__0_3_24",
url = "https://crates.io/api/v1/crates/pkg-config/0.3.22/download", url = "https://crates.io/api/v1/crates/pkg-config/0.3.24/download",
type = "tar.gz", type = "tar.gz",
sha256 = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f", sha256 = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe",
strip_prefix = "pkg-config-0.3.22", strip_prefix = "pkg-config-0.3.24",
build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.22.bazel"), build_file = Label("//cargo/remote:BUILD.pkg-config-0.3.24.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__ppv_lite86__0_2_15", name = "raze__ppv_lite86__0_2_16",
url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.15/download", url = "https://crates.io/api/v1/crates/ppv-lite86/0.2.16/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba", sha256 = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872",
strip_prefix = "ppv-lite86-0.2.15", strip_prefix = "ppv-lite86-0.2.16",
build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.15.bazel"), build_file = Label("//cargo/remote:BUILD.ppv-lite86-0.2.16.bazel"),
) )
maybe( maybe(
@ -1633,12 +1663,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__proc_macro2__1_0_32", name = "raze__proc_macro2__1_0_36",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.32/download", url = "https://crates.io/api/v1/crates/proc-macro2/1.0.36/download",
type = "tar.gz", type = "tar.gz",
sha256 = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43", sha256 = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029",
strip_prefix = "proc-macro2-1.0.32", strip_prefix = "proc-macro2-1.0.36",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.32.bazel"), build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.36.bazel"),
) )
maybe( maybe(
@ -1733,12 +1763,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__quote__1_0_10", name = "raze__quote__1_0_14",
url = "https://crates.io/api/v1/crates/quote/1.0.10/download", url = "https://crates.io/api/v1/crates/quote/1.0.14/download",
type = "tar.gz", type = "tar.gz",
sha256 = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05", sha256 = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d",
strip_prefix = "quote-1.0.10", strip_prefix = "quote-1.0.14",
build_file = Label("//cargo/remote:BUILD.quote-1.0.10.bazel"), build_file = Label("//cargo/remote:BUILD.quote-1.0.14.bazel"),
) )
maybe( maybe(
@ -1903,12 +1933,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__rusqlite__0_26_1", name = "raze__rusqlite__0_26_3",
url = "https://crates.io/api/v1/crates/rusqlite/0.26.1/download", url = "https://crates.io/api/v1/crates/rusqlite/0.26.3/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7", sha256 = "4ba4d3462c8b2e4d7f4fcfcf2b296dc6b65404fbbc7b63daa37fd485c149daf7",
strip_prefix = "rusqlite-0.26.1", strip_prefix = "rusqlite-0.26.3",
build_file = Label("//cargo/remote:BUILD.rusqlite-0.26.1.bazel"), build_file = Label("//cargo/remote:BUILD.rusqlite-0.26.3.bazel"),
) )
maybe( maybe(
@ -1953,22 +1983,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__rustversion__1_0_5", name = "raze__rustversion__1_0_6",
url = "https://crates.io/api/v1/crates/rustversion/1.0.5/download", url = "https://crates.io/api/v1/crates/rustversion/1.0.6/download",
type = "tar.gz", type = "tar.gz",
sha256 = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088", sha256 = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f",
strip_prefix = "rustversion-1.0.5", strip_prefix = "rustversion-1.0.6",
build_file = Label("//cargo/remote:BUILD.rustversion-1.0.5.bazel"), build_file = Label("//cargo/remote:BUILD.rustversion-1.0.6.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__ryu__1_0_6", name = "raze__ryu__1_0_9",
url = "https://crates.io/api/v1/crates/ryu/1.0.6/download", url = "https://crates.io/api/v1/crates/ryu/1.0.9/download",
type = "tar.gz", type = "tar.gz",
sha256 = "3c9613b5a66ab9ba26415184cfc41156594925a9cf3a2057e57f31ff145f6568", sha256 = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f",
strip_prefix = "ryu-1.0.6", strip_prefix = "ryu-1.0.9",
build_file = Label("//cargo/remote:BUILD.ryu-1.0.6.bazel"), build_file = Label("//cargo/remote:BUILD.ryu-1.0.9.bazel"),
) )
maybe( maybe(
@ -2063,12 +2093,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__serde__1_0_130", name = "raze__serde__1_0_133",
url = "https://crates.io/api/v1/crates/serde/1.0.130/download", url = "https://crates.io/api/v1/crates/serde/1.0.133/download",
type = "tar.gz", type = "tar.gz",
sha256 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913", sha256 = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a",
strip_prefix = "serde-1.0.130", strip_prefix = "serde-1.0.133",
build_file = Label("//cargo/remote:BUILD.serde-1.0.130.bazel"), build_file = Label("//cargo/remote:BUILD.serde-1.0.133.bazel"),
) )
maybe( maybe(
@ -2083,22 +2113,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__serde_derive__1_0_130", name = "raze__serde_derive__1_0_133",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.130/download", url = "https://crates.io/api/v1/crates/serde_derive/1.0.133/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b", sha256 = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537",
strip_prefix = "serde_derive-1.0.130", strip_prefix = "serde_derive-1.0.133",
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.130.bazel"), build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.133.bazel"),
) )
maybe( maybe(
http_archive, http_archive,
name = "raze__serde_json__1_0_72", name = "raze__serde_json__1_0_74",
url = "https://crates.io/api/v1/crates/serde_json/1.0.72/download", url = "https://crates.io/api/v1/crates/serde_json/1.0.74/download",
type = "tar.gz", type = "tar.gz",
sha256 = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527", sha256 = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142",
strip_prefix = "serde_json-1.0.72", strip_prefix = "serde_json-1.0.74",
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.72.bazel"), build_file = Label("//cargo/remote:BUILD.serde_json-1.0.74.bazel"),
) )
maybe( maybe(
@ -2253,12 +2283,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__smallvec__1_7_0", name = "raze__smallvec__1_8_0",
url = "https://crates.io/api/v1/crates/smallvec/1.7.0/download", url = "https://crates.io/api/v1/crates/smallvec/1.8.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309", sha256 = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83",
strip_prefix = "smallvec-1.7.0", strip_prefix = "smallvec-1.8.0",
build_file = Label("//cargo/remote:BUILD.smallvec-1.7.0.bazel"), build_file = Label("//cargo/remote:BUILD.smallvec-1.8.0.bazel"),
) )
maybe( maybe(
@ -2333,12 +2363,22 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__syn__1_0_82", name = "raze__subtle__2_4_1",
url = "https://crates.io/api/v1/crates/syn/1.0.82/download", url = "https://crates.io/api/v1/crates/subtle/2.4.1/download",
type = "tar.gz", type = "tar.gz",
sha256 = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59", sha256 = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601",
strip_prefix = "syn-1.0.82", strip_prefix = "subtle-2.4.1",
build_file = Label("//cargo/remote:BUILD.syn-1.0.82.bazel"), build_file = Label("//cargo/remote:BUILD.subtle-2.4.1.bazel"),
)
maybe(
http_archive,
name = "raze__syn__1_0_85",
url = "https://crates.io/api/v1/crates/syn/1.0.85/download",
type = "tar.gz",
sha256 = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7",
strip_prefix = "syn-1.0.85",
build_file = Label("//cargo/remote:BUILD.syn-1.0.85.bazel"),
) )
maybe( maybe(
@ -2353,12 +2393,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tempfile__3_2_0", name = "raze__tempfile__3_3_0",
url = "https://crates.io/api/v1/crates/tempfile/3.2.0/download", url = "https://crates.io/api/v1/crates/tempfile/3.3.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22", sha256 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4",
strip_prefix = "tempfile-3.2.0", strip_prefix = "tempfile-3.3.0",
build_file = Label("//cargo/remote:BUILD.tempfile-3.2.0.bazel"), build_file = Label("//cargo/remote:BUILD.tempfile-3.3.0.bazel"),
) )
maybe( maybe(
@ -2473,12 +2513,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tokio__1_14_0", name = "raze__tokio__1_15_0",
url = "https://crates.io/api/v1/crates/tokio/1.14.0/download", url = "https://crates.io/api/v1/crates/tokio/1.15.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144", sha256 = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838",
strip_prefix = "tokio-1.14.0", strip_prefix = "tokio-1.15.0",
build_file = Label("//cargo/remote:BUILD.tokio-1.14.0.bazel"), build_file = Label("//cargo/remote:BUILD.tokio-1.15.0.bazel"),
) )
maybe( maybe(
@ -2493,12 +2533,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__tokio_macros__1_6_0", name = "raze__tokio_macros__1_7_0",
url = "https://crates.io/api/v1/crates/tokio-macros/1.6.0/download", url = "https://crates.io/api/v1/crates/tokio-macros/1.7.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e", sha256 = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7",
strip_prefix = "tokio-macros-1.6.0", strip_prefix = "tokio-macros-1.7.0",
build_file = Label("//cargo/remote:BUILD.tokio-macros-1.6.0.bazel"), build_file = Label("//cargo/remote:BUILD.tokio-macros-1.7.0.bazel"),
) )
maybe( maybe(
@ -2603,12 +2643,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__typenum__1_14_0", name = "raze__typenum__1_15_0",
url = "https://crates.io/api/v1/crates/typenum/1.14.0/download", url = "https://crates.io/api/v1/crates/typenum/1.15.0/download",
type = "tar.gz", type = "tar.gz",
sha256 = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec", sha256 = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987",
strip_prefix = "typenum-1.14.0", strip_prefix = "typenum-1.15.0",
build_file = Label("//cargo/remote:BUILD.typenum-1.14.0.bazel"), build_file = Label("//cargo/remote:BUILD.typenum-1.15.0.bazel"),
) )
maybe( maybe(
@ -2833,12 +2873,12 @@ def raze_fetch_remote_crates():
maybe( maybe(
http_archive, http_archive,
name = "raze__version_check__0_9_3", name = "raze__version_check__0_9_4",
url = "https://crates.io/api/v1/crates/version_check/0.9.3/download", url = "https://crates.io/api/v1/crates/version_check/0.9.4/download",
type = "tar.gz", type = "tar.gz",
sha256 = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe", sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
strip_prefix = "version_check-0.9.3", strip_prefix = "version_check-0.9.4",
build_file = Label("//cargo/remote:BUILD.version_check-0.9.3.bazel"), build_file = Label("//cargo/remote:BUILD.version_check-0.9.4.bazel"),
) )
maybe( maybe(

View file

@ -55,7 +55,7 @@
}, },
{ {
"name": "anyhow", "name": "anyhow",
"version": "1.0.51", "version": "1.0.52",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow", "repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -100,7 +100,7 @@
}, },
{ {
"name": "async-trait", "name": "async-trait",
"version": "0.1.51", "version": "0.1.52",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/async-trait", "repository": "https://github.com/dtolnay/async-trait",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -145,16 +145,25 @@
}, },
{ {
"name": "blake3", "name": "blake3",
"version": "1.2.0", "version": "1.3.0",
"authors": "Jack O'Connor <oconnor663@gmail.com>", "authors": "Jack O'Connor <oconnor663@gmail.com>|Samuel Neves",
"repository": "https://github.com/BLAKE3-team/BLAKE3", "repository": "https://github.com/BLAKE3-team/BLAKE3",
"license": "Apache-2.0 OR CC0-1.0", "license": "Apache-2.0 OR CC0-1.0",
"license_file": null, "license_file": null,
"description": "the BLAKE3 hash function" "description": "the BLAKE3 hash function"
}, },
{
"name": "block-buffer",
"version": "0.10.0",
"authors": "RustCrypto Developers",
"repository": "https://github.com/RustCrypto/utils",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Buffer type for block processing of data"
},
{ {
"name": "bumpalo", "name": "bumpalo",
"version": "3.8.0", "version": "3.9.1",
"authors": "Nick Fitzgerald <fitzgen@gmail.com>", "authors": "Nick Fitzgerald <fitzgen@gmail.com>",
"repository": "https://github.com/fitzgen/bumpalo", "repository": "https://github.com/fitzgen/bumpalo",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -253,8 +262,8 @@
}, },
{ {
"name": "crossbeam-channel", "name": "crossbeam-channel",
"version": "0.5.1", "version": "0.5.2",
"authors": "The Crossbeam Project Developers", "authors": null,
"repository": "https://github.com/crossbeam-rs/crossbeam", "repository": "https://github.com/crossbeam-rs/crossbeam",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
@ -262,25 +271,25 @@
}, },
{ {
"name": "crossbeam-utils", "name": "crossbeam-utils",
"version": "0.8.5", "version": "0.8.6",
"authors": "The Crossbeam Project Developers", "authors": null,
"repository": "https://github.com/crossbeam-rs/crossbeam", "repository": "https://github.com/crossbeam-rs/crossbeam",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
"description": "Utilities for concurrent programming" "description": "Utilities for concurrent programming"
}, },
{ {
"name": "derivative", "name": "crypto-common",
"version": "2.2.0", "version": "0.1.1",
"authors": "mcarton <cartonmartin+git@gmail.com>", "authors": "RustCrypto Developers",
"repository": "https://github.com/mcarton/rust-derivative", "repository": "https://github.com/RustCrypto/traits",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
"description": "A set of alternative `derive` attributes for Rust" "description": "Common cryptographic traits"
}, },
{ {
"name": "digest", "name": "digest",
"version": "0.9.0", "version": "0.10.1",
"authors": "RustCrypto Developers", "authors": "RustCrypto Developers",
"repository": "https://github.com/RustCrypto/traits", "repository": "https://github.com/RustCrypto/traits",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -316,11 +325,11 @@
}, },
{ {
"name": "encoding_rs", "name": "encoding_rs",
"version": "0.8.29", "version": "0.8.30",
"authors": "Henri Sivonen <hsivonen@hsivonen.fi>", "authors": "Henri Sivonen <hsivonen@hsivonen.fi>",
"repository": "https://github.com/hsivonen/encoding_rs", "repository": "https://github.com/hsivonen/encoding_rs",
"license": "Apache-2.0 OR MIT", "license": null,
"license_file": null, "license_file": "COPYRIGHT",
"description": "A Gecko-oriented implementation of the Encoding Standard" "description": "A Gecko-oriented implementation of the Encoding Standard"
}, },
{ {
@ -350,11 +359,20 @@
"license_file": null, "license_file": null,
"description": "Fallible streaming iteration" "description": "Fallible streaming iteration"
}, },
{
"name": "fastrand",
"version": "1.6.0",
"authors": "Stjepan Glavina <stjepang@gmail.com>",
"repository": "https://github.com/smol-rs/fastrand",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A simple and fast random number generator"
},
{ {
"name": "fixedbitset", "name": "fixedbitset",
"version": "0.4.0", "version": "0.4.1",
"authors": "bluss", "authors": "bluss",
"repository": "https://github.com/bluss/fixedbitset", "repository": "https://github.com/petgraph/fixedbitset",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
"description": "FixedBitSet is a simple bitset collection" "description": "FixedBitSet is a simple bitset collection"
@ -451,7 +469,7 @@
}, },
{ {
"name": "futures", "name": "futures",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -460,7 +478,7 @@
}, },
{ {
"name": "futures-channel", "name": "futures-channel",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -469,7 +487,7 @@
}, },
{ {
"name": "futures-core", "name": "futures-core",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -478,7 +496,7 @@
}, },
{ {
"name": "futures-executor", "name": "futures-executor",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -487,7 +505,7 @@
}, },
{ {
"name": "futures-io", "name": "futures-io",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -496,7 +514,7 @@
}, },
{ {
"name": "futures-macro", "name": "futures-macro",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -505,7 +523,7 @@
}, },
{ {
"name": "futures-sink", "name": "futures-sink",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -514,7 +532,7 @@
}, },
{ {
"name": "futures-task", "name": "futures-task",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -523,7 +541,7 @@
}, },
{ {
"name": "futures-util", "name": "futures-util",
"version": "0.3.18", "version": "0.3.19",
"authors": null, "authors": null,
"repository": "https://github.com/rust-lang/futures-rs", "repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -532,7 +550,7 @@
}, },
{ {
"name": "generic-array", "name": "generic-array",
"version": "0.14.4", "version": "0.14.5",
"authors": "Bartłomiej Kamiński <fizyk20@gmail.com>|Aaron Trent <novacrazy@gmail.com>", "authors": "Bartłomiej Kamiński <fizyk20@gmail.com>|Aaron Trent <novacrazy@gmail.com>",
"repository": "https://github.com/fizyk20/generic-array.git", "repository": "https://github.com/fizyk20/generic-array.git",
"license": "MIT", "license": "MIT",
@ -559,7 +577,7 @@
}, },
{ {
"name": "getrandom", "name": "getrandom",
"version": "0.2.3", "version": "0.2.4",
"authors": "The Rand Project Developers", "authors": "The Rand Project Developers",
"repository": "https://github.com/rust-random/getrandom", "repository": "https://github.com/rust-random/getrandom",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -568,7 +586,7 @@
}, },
{ {
"name": "h2", "name": "h2",
"version": "0.3.7", "version": "0.3.10",
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/h2", "repository": "https://github.com/hyperium/h2",
"license": "MIT", "license": "MIT",
@ -640,7 +658,7 @@
}, },
{ {
"name": "http", "name": "http",
"version": "0.2.5", "version": "0.2.6",
"authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/http", "repository": "https://github.com/hyperium/http",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -685,7 +703,7 @@
}, },
{ {
"name": "hyper", "name": "hyper",
"version": "0.14.15", "version": "0.14.16",
"authors": "Sean McArthur <sean@seanmonstar.com>", "authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/hyper", "repository": "https://github.com/hyperium/hyper",
"license": "MIT", "license": "MIT",
@ -730,7 +748,7 @@
}, },
{ {
"name": "indexmap", "name": "indexmap",
"version": "1.7.0", "version": "1.8.0",
"authors": "bluss|Josh Stone <cuviper@gmail.com>", "authors": "bluss|Josh Stone <cuviper@gmail.com>",
"repository": "https://github.com/bluss/indexmap", "repository": "https://github.com/bluss/indexmap",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -784,7 +802,7 @@
}, },
{ {
"name": "itertools", "name": "itertools",
"version": "0.10.1", "version": "0.10.3",
"authors": "bluss", "authors": "bluss",
"repository": "https://github.com/rust-itertools/itertools", "repository": "https://github.com/rust-itertools/itertools",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -800,6 +818,15 @@
"license_file": null, "license_file": null,
"description": "Fast functions for printing integer primitives to an io::Write" "description": "Fast functions for printing integer primitives to an io::Write"
}, },
{
"name": "itoa",
"version": "1.0.1",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/itoa",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Fast integer primitive to string conversion"
},
{ {
"name": "js-sys", "name": "js-sys",
"version": "0.3.55", "version": "0.3.55",
@ -820,7 +847,7 @@
}, },
{ {
"name": "libc", "name": "libc",
"version": "0.2.108", "version": "0.2.112",
"authors": "The Rust Project Developers", "authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc", "repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -829,7 +856,7 @@
}, },
{ {
"name": "libsqlite3-sys", "name": "libsqlite3-sys",
"version": "0.23.1", "version": "0.23.2",
"authors": "The rusqlite developers", "authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite", "repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT", "license": "MIT",
@ -1045,7 +1072,7 @@
}, },
{ {
"name": "num_cpus", "name": "num_cpus",
"version": "1.13.0", "version": "1.13.1",
"authors": "Sean McArthur <sean@seanmonstar.com>", "authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/seanmonstar/num_cpus", "repository": "https://github.com/seanmonstar/num_cpus",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1054,25 +1081,25 @@
}, },
{ {
"name": "num_enum", "name": "num_enum",
"version": "0.5.4", "version": "0.5.6",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "BSD-3-Clause", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
"license_file": null, "license_file": null,
"description": "Procedural macros to make inter-operation between primitives and enums easier." "description": "Procedural macros to make inter-operation between primitives and enums easier."
}, },
{ {
"name": "num_enum_derive", "name": "num_enum_derive",
"version": "0.5.4", "version": "0.5.6",
"authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>", "authors": "Daniel Wagner-Hall <dawagner@gmail.com>|Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>|Vincent Esche <regexident@gmail.com>",
"repository": "https://github.com/illicitonion/num_enum", "repository": "https://github.com/illicitonion/num_enum",
"license": "BSD-3-Clause", "license": "Apache-2.0 OR BSD-3-Clause OR MIT",
"license_file": null, "license_file": null,
"description": "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)" "description": "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)"
}, },
{ {
"name": "once_cell", "name": "once_cell",
"version": "1.8.0", "version": "1.9.0",
"authors": "Aleksey Kladov <aleksey.kladov@gmail.com>", "authors": "Aleksey Kladov <aleksey.kladov@gmail.com>",
"repository": "https://github.com/matklad/once_cell", "repository": "https://github.com/matklad/once_cell",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1090,7 +1117,7 @@
}, },
{ {
"name": "openssl-probe", "name": "openssl-probe",
"version": "0.1.4", "version": "0.1.5",
"authors": "Alex Crichton <alex@alexcrichton.com>", "authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/openssl-probe", "repository": "https://github.com/alexcrichton/openssl-probe",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1099,7 +1126,7 @@
}, },
{ {
"name": "openssl-sys", "name": "openssl-sys",
"version": "0.9.71", "version": "0.9.72",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>", "authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl", "repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT", "license": "MIT",
@ -1162,7 +1189,7 @@
}, },
{ {
"name": "phf", "name": "phf",
"version": "0.10.0", "version": "0.10.1",
"authors": "Steven Fackler <sfackler@gmail.com>", "authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-phf", "repository": "https://github.com/sfackler/rust-phf",
"license": "MIT", "license": "MIT",
@ -1234,8 +1261,8 @@
}, },
{ {
"name": "pin-project", "name": "pin-project",
"version": "1.0.8", "version": "1.0.10",
"authors": "Taiki Endo <te316e89@gmail.com>", "authors": null,
"repository": "https://github.com/taiki-e/pin-project", "repository": "https://github.com/taiki-e/pin-project",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
@ -1243,8 +1270,8 @@
}, },
{ {
"name": "pin-project-internal", "name": "pin-project-internal",
"version": "1.0.8", "version": "1.0.10",
"authors": "Taiki Endo <te316e89@gmail.com>", "authors": null,
"repository": "https://github.com/taiki-e/pin-project", "repository": "https://github.com/taiki-e/pin-project",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
@ -1252,8 +1279,8 @@
}, },
{ {
"name": "pin-project-lite", "name": "pin-project-lite",
"version": "0.2.7", "version": "0.2.8",
"authors": "Taiki Endo <te316e89@gmail.com>", "authors": null,
"repository": "https://github.com/taiki-e/pin-project-lite", "repository": "https://github.com/taiki-e/pin-project-lite",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
"license_file": null, "license_file": null,
@ -1270,7 +1297,7 @@
}, },
{ {
"name": "pkg-config", "name": "pkg-config",
"version": "0.3.22", "version": "0.3.24",
"authors": "Alex Crichton <alex@alexcrichton.com>", "authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/pkg-config-rs", "repository": "https://github.com/rust-lang/pkg-config-rs",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1279,7 +1306,7 @@
}, },
{ {
"name": "ppv-lite86", "name": "ppv-lite86",
"version": "0.2.15", "version": "0.2.16",
"authors": "The CryptoCorrosion Contributors", "authors": "The CryptoCorrosion Contributors",
"repository": "https://github.com/cryptocorrosion/cryptocorrosion", "repository": "https://github.com/cryptocorrosion/cryptocorrosion",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1324,7 +1351,7 @@
}, },
{ {
"name": "proc-macro2", "name": "proc-macro2",
"version": "1.0.32", "version": "1.0.36",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>", "authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2", "repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1378,7 +1405,7 @@
}, },
{ {
"name": "quote", "name": "quote",
"version": "1.0.10", "version": "1.0.14",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/quote", "repository": "https://github.com/dtolnay/quote",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1531,7 +1558,7 @@
}, },
{ {
"name": "rusqlite", "name": "rusqlite",
"version": "0.26.1", "version": "0.26.3",
"authors": "The rusqlite developers", "authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite", "repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT", "license": "MIT",
@ -1567,7 +1594,7 @@
}, },
{ {
"name": "rustversion", "name": "rustversion",
"version": "1.0.5", "version": "1.0.6",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/rustversion", "repository": "https://github.com/dtolnay/rustversion",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1576,7 +1603,7 @@
}, },
{ {
"name": "ryu", "name": "ryu",
"version": "1.0.6", "version": "1.0.9",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/ryu", "repository": "https://github.com/dtolnay/ryu",
"license": "Apache-2.0 OR BSL-1.0", "license": "Apache-2.0 OR BSL-1.0",
@ -1639,7 +1666,7 @@
}, },
{ {
"name": "serde", "name": "serde",
"version": "1.0.130", "version": "1.0.133",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde", "repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1657,7 +1684,7 @@
}, },
{ {
"name": "serde_derive", "name": "serde_derive",
"version": "1.0.130", "version": "1.0.133",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde", "repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1666,7 +1693,7 @@
}, },
{ {
"name": "serde_json", "name": "serde_json",
"version": "1.0.72", "version": "1.0.74",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>", "authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/json", "repository": "https://github.com/serde-rs/json",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1801,7 +1828,7 @@
}, },
{ {
"name": "smallvec", "name": "smallvec",
"version": "1.7.0", "version": "1.8.0",
"authors": "The Servo Project Developers", "authors": "The Servo Project Developers",
"repository": "https://github.com/servo/rust-smallvec", "repository": "https://github.com/servo/rust-smallvec",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1862,9 +1889,18 @@
"license_file": null, "license_file": null,
"description": "Helpful macros for working with enums and strings" "description": "Helpful macros for working with enums and strings"
}, },
{
"name": "subtle",
"version": "2.4.1",
"authors": "Isis Lovecruft <isis@patternsinthevoid.net>|Henry de Valence <hdevalence@hdevalence.ca>",
"repository": "https://github.com/dalek-cryptography/subtle",
"license": "BSD-3-Clause",
"license_file": null,
"description": "Pure-Rust traits and utilities for constant-time cryptographic implementations."
},
{ {
"name": "syn", "name": "syn",
"version": "1.0.82", "version": "1.0.85",
"authors": "David Tolnay <dtolnay@gmail.com>", "authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn", "repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1882,7 +1918,7 @@
}, },
{ {
"name": "tempfile", "name": "tempfile",
"version": "3.2.0", "version": "3.3.0",
"authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <jasonaw0@gmail.com>", "authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <jasonaw0@gmail.com>",
"repository": "https://github.com/Stebalien/tempfile", "repository": "https://github.com/Stebalien/tempfile",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -1981,7 +2017,7 @@
}, },
{ {
"name": "tokio", "name": "tokio",
"version": "1.14.0", "version": "1.15.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -1999,7 +2035,7 @@
}, },
{ {
"name": "tokio-macros", "name": "tokio-macros",
"version": "1.6.0", "version": "1.7.0",
"authors": "Tokio Contributors <team@tokio.rs>", "authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio", "repository": "https://github.com/tokio-rs/tokio",
"license": "MIT", "license": "MIT",
@ -2098,7 +2134,7 @@
}, },
{ {
"name": "typenum", "name": "typenum",
"version": "1.14.0", "version": "1.15.0",
"authors": "Paho Lurie-Gregg <paho@paholg.com>|Andre Bogus <bogusandre@gmail.com>", "authors": "Paho Lurie-Gregg <paho@paholg.com>|Andre Bogus <bogusandre@gmail.com>",
"repository": "https://github.com/paholg/typenum", "repository": "https://github.com/paholg/typenum",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",
@ -2296,7 +2332,7 @@
}, },
{ {
"name": "version_check", "name": "version_check",
"version": "0.9.3", "version": "0.9.4",
"authors": "Sergio Benitez <sb@sergio.bz>", "authors": "Sergio Benitez <sb@sergio.bz>",
"repository": "https://github.com/SergioBenitez/version_check", "repository": "https://github.com/SergioBenitez/version_check",
"license": "Apache-2.0 OR MIT", "license": "Apache-2.0 OR MIT",

View file

@ -57,7 +57,7 @@ cargo_build_script(
version = "0.7.6", version = "0.7.6",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__version_check__0_9_3//:version_check", "@raze__version_check__0_9_4//:version_check",
] + selects.with_or({ ] + selects.with_or({
# cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi")) # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
( (
@ -124,7 +124,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__getrandom__0_2_3//:getrandom", "@raze__getrandom__0_2_4//:getrandom",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -138,7 +138,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_9_0//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.51", version = "1.0.52",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=anyhow", "crate-name=anyhow",
"manual", "manual",
], ],
version = "1.0.51", version = "1.0.52",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":anyhow_build_script", ":anyhow_build_script",

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.1.51", version = "0.1.52",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -76,13 +76,13 @@ rust_proc_macro(
"crate-name=async-trait", "crate-name=async-trait",
"manual", "manual",
], ],
version = "0.1.51", version = "0.1.52",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":async_trait_build_script", ":async_trait_build_script",
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.2.0", version = "1.3.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__cc__1_0_72//:cc", "@raze__cc__1_0_72//:cc",
@ -85,7 +85,7 @@ rust_library(
"crate-name=blake3", "crate-name=blake3",
"manual", "manual",
], ],
version = "1.2.0", version = "1.3.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":blake3_build_script", ":blake3_build_script",
@ -93,6 +93,6 @@ rust_library(
"@raze__arrayvec__0_7_2//:arrayvec", "@raze__arrayvec__0_7_2//:arrayvec",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__constant_time_eq__0_1_5//:constant_time_eq", "@raze__constant_time_eq__0_1_5//:constant_time_eq",
"@raze__digest__0_9_0//:digest", "@raze__digest__0_10_1//:digest",
], ],
) )

View file

@ -0,0 +1,57 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
rust_library(
name = "block_buffer",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=block-buffer",
"manual",
],
version = "0.10.0",
# buildifier: leave-alone
deps = [
"@raze__generic_array__0_14_5//:generic_array",
],
)
# Unsupported target "mod" with type "test" omitted

View file

@ -50,7 +50,7 @@ rust_library(
"crate-name=bumpalo", "crate-name=bumpalo",
"manual", "manual",
], ],
version = "3.8.0", version = "3.9.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -64,7 +64,7 @@ rust_library(
version = "0.4.19", version = "0.4.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__num_integer__0_1_44//:num_integer", "@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits", "@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_44//:time", "@raze__time__0_1_44//:time",

View file

@ -52,7 +52,7 @@ rust_library(
version = "0.1.20", version = "0.1.20",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_9_0//:once_cell",
] + selects.with_or({ ] + selects.with_or({
# cfg(not(target_os = "wasi")) # cfg(not(target_os = "wasi"))
( (
@ -64,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -53,6 +53,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__codespan_reporting__0_11_1//:codespan_reporting", "@raze__codespan_reporting__0_11_1//:codespan_reporting",
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
], ],
) )

View file

@ -62,7 +62,7 @@ rust_library(
version = "0.11.1", version = "0.11.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
"@raze__termcolor__1_1_2//:termcolor", "@raze__termcolor__1_1_2//:termcolor",
"@raze__unicode_width__0_1_9//:unicode_width", "@raze__unicode_width__0_1_9//:unicode_width",
], ],

View file

@ -51,7 +51,7 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys", "@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
) )

View file

@ -58,11 +58,11 @@ rust_library(
"crate-name=crossbeam-channel", "crate-name=crossbeam-channel",
"manual", "manual",
], ],
version = "0.5.1", version = "0.5.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crossbeam_utils__0_8_5//:crossbeam_utils", "@raze__crossbeam_utils__0_8_6//:crossbeam_utils",
], ],
) )

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.5", version = "0.8.6",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -82,7 +82,7 @@ rust_library(
"crate-name=crossbeam-utils", "crate-name=crossbeam-utils",
"manual", "manual",
], ],
version = "0.8.5", version = "0.8.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":crossbeam_utils_build_script", ":crossbeam_utils_build_script",

View file

@ -32,10 +32,9 @@ licenses([
# Generated Targets # Generated Targets
rust_library( rust_library(
name = "digest", name = "crypto_common",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
crate_features = [ crate_features = [
"alloc",
"std", "std",
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
@ -46,12 +45,12 @@ rust_library(
], ],
tags = [ tags = [
"cargo-raze", "cargo-raze",
"crate-name=digest", "crate-name=crypto-common",
"manual", "manual",
], ],
version = "0.9.0", version = "0.1.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__generic_array__0_14_4//:generic_array", "@raze__generic_array__0_14_5//:generic_array",
], ],
) )

View file

@ -57,9 +57,9 @@ cargo_build_script(
version = "0.27.2", version = "0.27.2",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )
@ -90,6 +90,6 @@ rust_library(
"@raze__itoa__0_4_8//:itoa", "@raze__itoa__0_4_8//:itoa",
"@raze__matches__0_1_9//:matches", "@raze__matches__0_1_9//:matches",
"@raze__phf__0_8_0//:phf", "@raze__phf__0_8_0//:phf",
"@raze__smallvec__1_7_0//:smallvec", "@raze__smallvec__1_8_0//:smallvec",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_proc_macro(
version = "0.6.0", version = "0.6.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -1,202 +0,0 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
rust_proc_macro(
name = "derivative",
srcs = glob(["**/*.rs"]),
crate_features = [
"use_core",
],
crate_root = "src/lib.rs",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=derivative",
"manual",
],
version = "2.2.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_82//:syn",
],
)
# Unsupported target "clippy-warning-clone-from" with type "test" omitted
# Unsupported target "compile-test" with type "test" omitted
# Unsupported target "derive-clone" with type "test" omitted
# Unsupported target "derive-clone-generics" with type "test" omitted
# Unsupported target "derive-debug" with type "test" omitted
# Unsupported target "derive-debug-bounds" with type "test" omitted
# Unsupported target "derive-debug-generics" with type "test" omitted
# Unsupported target "derive-debug-packed" with type "test" omitted
# Unsupported target "derive-debug-transparent" with type "test" omitted
# Unsupported target "derive-default" with type "test" omitted
# Unsupported target "derive-default-bounds" with type "test" omitted
# Unsupported target "derive-eq" with type "test" omitted
# Unsupported target "derive-eq-packed" with type "test" omitted
# Unsupported target "derive-hash" with type "test" omitted
# Unsupported target "derive-ord" with type "test" omitted
# Unsupported target "derive-ord-packed" with type "test" omitted
# Unsupported target "derive-partial-eq" with type "test" omitted
# Unsupported target "derive-partial-eq-packed" with type "test" omitted
# Unsupported target "issue-37-turbofish" with type "test" omitted
# Unsupported target "issue-55" with type "test" omitted
# Unsupported target "issue-57" with type "test" omitted
# Unsupported target "issue-58" with type "test" omitted
# Unsupported target "issue-67" with type "test" omitted
# Unsupported target "issue-82" with type "test" omitted
# Unsupported target "rustc-class-implement-traits" with type "test" omitted
# Unsupported target "rustc-deriving-bounds" with type "test" omitted
# Unsupported target "rustc-deriving-clone-array" with type "test" omitted
# Unsupported target "rustc-deriving-clone-enum" with type "test" omitted
# Unsupported target "rustc-deriving-clone-generic-enum" with type "test" omitted
# Unsupported target "rustc-deriving-clone-generic-tuple-struct" with type "test" omitted
# Unsupported target "rustc-deriving-clone-struct" with type "test" omitted
# Unsupported target "rustc-deriving-clone-tuple-struct" with type "test" omitted
# Unsupported target "rustc-deriving-cmp-generic-enum" with type "test" omitted
# Unsupported target "rustc-deriving-cmp-generic-struct" with type "test" omitted
# Unsupported target "rustc-deriving-cmp-generic-struct-enum" with type "test" omitted
# Unsupported target "rustc-deriving-cmp-generic-tuple-struct" with type "test" omitted
# Unsupported target "rustc-deriving-copyclone" with type "test" omitted
# Unsupported target "rustc-deriving-default-box" with type "test" omitted
# Unsupported target "rustc-deriving-enum-single-variant" with type "test" omitted
# Unsupported target "rustc-deriving-hash" with type "test" omitted
# Unsupported target "rustc-deriving-in-fn" with type "test" omitted
# Unsupported target "rustc-deriving-meta" with type "test" omitted
# Unsupported target "rustc-deriving-meta-multiple" with type "test" omitted
# Unsupported target "rustc-deriving-show" with type "test" omitted
# Unsupported target "rustc-deriving-show-2" with type "test" omitted
# Unsupported target "rustc-deriving-via-extension-hash-enum" with type "test" omitted
# Unsupported target "rustc-deriving-via-extension-hash-struct" with type "test" omitted
# Unsupported target "rustc-deriving-via-extension-type-params" with type "test" omitted
# Unsupported target "rustc-expr-copy" with type "test" omitted
# Unsupported target "rustc-exterior" with type "test" omitted
# Unsupported target "rustc-issue-12860" with type "test" omitted
# Unsupported target "rustc-issue-13434" with type "test" omitted
# Unsupported target "rustc-issue-16530" with type "test" omitted
# Unsupported target "rustc-issue-19037" with type "test" omitted
# Unsupported target "rustc-issue-19102" with type "test" omitted
# Unsupported target "rustc-issue-19135" with type "test" omitted
# Unsupported target "rustc-issue-19358" with type "test" omitted
# Unsupported target "rustc-issue-21402" with type "test" omitted
# Unsupported target "rustc-issue-23649-3" with type "test" omitted
# Unsupported target "rustc-issue-24085" with type "test" omitted
# Unsupported target "rustc-issue-25394" with type "test" omitted
# Unsupported target "rustc-issue-28561" with type "test" omitted
# Unsupported target "rustc-issue-29030" with type "test" omitted
# Unsupported target "rustc-issue-29540" with type "test" omitted
# Unsupported target "rustc-issue-29710" with type "test" omitted
# Unsupported target "rustc-issue-32292" with type "test" omitted
# Unsupported target "rustc-issue-3935" with type "test" omitted
# Unsupported target "rustc-issue-42453" with type "test" omitted
# Unsupported target "rustc-issue-58319" with type "test" omitted
# Unsupported target "rustc-issue-6341" with type "test" omitted
# Unsupported target "rustc-typeclasses-eq-example" with type "test" omitted
# Unsupported target "rustc-zero-sized-btreemap-insert" with type "test" omitted

View file

@ -79,9 +79,9 @@ rust_proc_macro(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__convert_case__0_4_0//:convert_case", "@raze__convert_case__0_4_0//:convert_case",
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

65
cargo/remote/BUILD.digest-0.10.1.bazel vendored Normal file
View file

@ -0,0 +1,65 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
rust_library(
name = "digest",
srcs = glob(["**/*.rs"]),
crate_features = [
"alloc",
"block-buffer",
"core-api",
"default",
"mac",
"std",
"subtle",
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=digest",
"manual",
],
version = "0.10.1",
# buildifier: leave-alone
deps = [
"@raze__block_buffer__0_10_0//:block_buffer",
"@raze__crypto_common__0_1_1//:crypto_common",
"@raze__generic_array__0_14_5//:generic_array",
"@raze__subtle__2_4_1//:subtle",
],
)

View file

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

View file

@ -26,7 +26,7 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT" "restricted", # no license
]) ])
# Generated Targets # Generated Targets
@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.8.29", version = "0.8.30",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=encoding_rs", "crate-name=encoding_rs",
"manual", "manual",
], ],
version = "0.8.29", version = "0.8.30",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":encoding_rs_build_script", ":encoding_rs_build_script",

58
cargo/remote/BUILD.fastrand-1.6.0.bazel vendored Normal file
View file

@ -0,0 +1,58 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
])
# Generated Targets
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "fastrand",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=fastrand",
"manual",
],
version = "1.6.0",
# buildifier: leave-alone
deps = [
],
)
# Unsupported target "smoke" with type "test" omitted

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=fixedbitset", "crate-name=fixedbitset",
"manual", "manual",
], ],
version = "0.4.0", version = "0.4.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -99,7 +99,7 @@ rust_library(
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crc32fast__1_3_0//:crc32fast", "@raze__crc32fast__1_3_0//:crc32fast",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide", "@raze__miniz_oxide__0_4_4//:miniz_oxide",
], ],
) )

View file

@ -61,7 +61,7 @@ rust_library(
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules", "@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__rustc_hash__1_1_0//:rustc_hash", "@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__self_cell__0_10_2//:self_cell", "@raze__self_cell__0_10_2//:self_cell",
"@raze__smallvec__1_7_0//:smallvec", "@raze__smallvec__1_8_0//:smallvec",
"@raze__unic_langid__0_9_0//:unic_langid", "@raze__unic_langid__0_9_0//:unic_langid",
], ],
) )

View file

@ -53,16 +53,16 @@ rust_library(
"crate-name=futures", "crate-name=futures",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_channel__0_3_18//:futures_channel", "@raze__futures_channel__0_3_19//:futures_channel",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_executor__0_3_18//:futures_executor", "@raze__futures_executor__0_3_19//:futures_executor",
"@raze__futures_io__0_3_18//:futures_io", "@raze__futures_io__0_3_19//:futures_io",
"@raze__futures_sink__0_3_18//:futures_sink", "@raze__futures_sink__0_3_19//:futures_sink",
"@raze__futures_task__0_3_18//:futures_task", "@raze__futures_task__0_3_19//:futures_task",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
], ],
) )

View file

@ -59,7 +59,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -88,12 +88,12 @@ rust_library(
"crate-name=futures-channel", "crate-name=futures-channel",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_channel_build_script", ":futures_channel_build_script",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_sink__0_3_18//:futures_sink", "@raze__futures_sink__0_3_19//:futures_sink",
], ],
) )

View file

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -82,7 +82,7 @@ rust_library(
"crate-name=futures-core", "crate-name=futures-core",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_core_build_script", ":futures_core_build_script",

View file

@ -50,12 +50,12 @@ rust_library(
"crate-name=futures-executor", "crate-name=futures-executor",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_task__0_3_18//:futures_task", "@raze__futures_task__0_3_19//:futures_task",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
], ],
) )

View file

@ -48,7 +48,7 @@ rust_library(
"crate-name=futures-io", "crate-name=futures-io",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -47,11 +47,11 @@ rust_proc_macro(
"crate-name=futures-macro", "crate-name=futures-macro",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_library(
"crate-name=futures-sink", "crate-name=futures-sink",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=futures-task", "crate-name=futures-task",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_task_build_script", ":futures_task_build_script",

View file

@ -68,7 +68,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -99,7 +99,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
"@raze__futures_macro__0_3_18//:futures_macro", "@raze__futures_macro__0_3_19//:futures_macro",
], ],
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -109,17 +109,17 @@ rust_library(
"crate-name=futures-util", "crate-name=futures-util",
"manual", "manual",
], ],
version = "0.3.18", version = "0.3.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":futures_util_build_script", ":futures_util_build_script",
"@raze__futures_channel__0_3_18//:futures_channel", "@raze__futures_channel__0_3_19//:futures_channel",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_io__0_3_18//:futures_io", "@raze__futures_io__0_3_19//:futures_io",
"@raze__futures_sink__0_3_18//:futures_sink", "@raze__futures_sink__0_3_19//:futures_sink",
"@raze__futures_task__0_3_18//:futures_task", "@raze__futures_task__0_3_19//:futures_task",
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_4_1//:memchr",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils", "@raze__pin_utils__0_1_0//:pin_utils",
"@raze__slab__0_4_5//:slab", "@raze__slab__0_4_5//:slab",
], ],

View file

@ -54,10 +54,10 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.14.4", version = "0.14.5",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__version_check__0_9_3//:version_check", "@raze__version_check__0_9_4//:version_check",
], ],
) )
@ -77,11 +77,11 @@ rust_library(
"crate-name=generic_array", "crate-name=generic_array",
"manual", "manual",
], ],
version = "0.14.4", version = "0.14.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":generic_array_build_script", ":generic_array_build_script",
"@raze__typenum__1_14_0//:typenum", "@raze__typenum__1_15_0//:typenum",
], ],
) )

View file

@ -109,7 +109,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -52,7 +52,7 @@ rust_library(
"crate-name=getrandom", "crate-name=getrandom",
"manual", "manual",
], ],
version = "0.2.3", version = "0.2.4",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
@ -66,7 +66,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -53,18 +53,18 @@ rust_library(
"crate-name=h2", "crate-name=h2",
"manual", "manual",
], ],
version = "0.3.7", version = "0.3.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__fnv__1_0_7//:fnv", "@raze__fnv__1_0_7//:fnv",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_sink__0_3_18//:futures_sink", "@raze__futures_sink__0_3_19//:futures_sink",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__indexmap__1_7_0//:indexmap", "@raze__indexmap__1_8_0//:indexmap",
"@raze__slab__0_4_5//:slab", "@raze__slab__0_4_5//:slab",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_util__0_6_9//:tokio_util", "@raze__tokio_util__0_6_9//:tokio_util",
"@raze__tracing__0_1_29//:tracing", "@raze__tracing__0_1_29//:tracing",
], ],

View file

@ -51,6 +51,6 @@ rust_library(
version = "0.1.19", version = "0.1.19",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
) )

View file

@ -57,9 +57,9 @@ cargo_build_script(
version = "0.25.1", version = "0.25.1",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -57,12 +57,12 @@ rust_library(
"crate-name=http", "crate-name=http",
"manual", "manual",
], ],
version = "0.2.5", version = "0.2.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__fnv__1_0_7//:fnv", "@raze__fnv__1_0_7//:fnv",
"@raze__itoa__0_4_8//:itoa", "@raze__itoa__1_0_1//:itoa",
], ],
) )

View file

@ -51,8 +51,8 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
], ],
) )

View file

@ -99,22 +99,22 @@ rust_library(
"crate-name=hyper", "crate-name=hyper",
"manual", "manual",
], ],
version = "0.14.15", version = "0.14.16",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__futures_channel__0_3_18//:futures_channel", "@raze__futures_channel__0_3_19//:futures_channel",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__h2__0_3_7//:h2", "@raze__h2__0_3_10//:h2",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__httparse__1_5_1//:httparse", "@raze__httparse__1_5_1//:httparse",
"@raze__httpdate__1_0_2//:httpdate", "@raze__httpdate__1_0_2//:httpdate",
"@raze__itoa__0_4_8//:itoa", "@raze__itoa__0_4_8//:itoa",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__socket2__0_4_2//:socket2", "@raze__socket2__0_4_2//:socket2",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service", "@raze__tower_service__0_3_1//:tower_service",
"@raze__tracing__0_1_29//:tracing", "@raze__tracing__0_1_29//:tracing",
"@raze__want__0_3_0//:want", "@raze__want__0_3_0//:want",

View file

@ -54,11 +54,11 @@ rust_library(
version = "0.22.1", version = "0.22.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__rustls__0_19_1//:rustls", "@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_rustls__0_22_0//:tokio_rustls", "@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__webpki__0_21_4//:webpki", "@raze__webpki__0_21_4//:webpki",
], ],

View file

@ -52,9 +52,9 @@ rust_library(
version = "0.4.1", version = "0.4.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout", "@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout",
], ],
) )

View file

@ -53,9 +53,9 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_8//:native_tls",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
], ],
) )

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.7.0", version = "1.8.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_0_1//:autocfg", "@raze__autocfg__1_0_1//:autocfg",
@ -83,7 +83,7 @@ rust_library(
"crate-name=indexmap", "crate-name=indexmap",
"manual", "manual",
], ],
version = "1.7.0", version = "1.8.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":indexmap_build_script", ":indexmap_build_script",

View file

@ -53,9 +53,9 @@ rust_proc_macro(
version = "0.3.6", version = "0.3.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
"@raze__unindent__0_1_7//:unindent", "@raze__unindent__0_1_7//:unindent",
], ],
) )

View file

@ -68,7 +68,7 @@ rust_library(
"crate-name=itertools", "crate-name=itertools",
"manual", "manual",
], ],
version = "0.10.1", version = "0.10.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__either__1_6_1//:either", "@raze__either__1_6_1//:either",
@ -79,8 +79,6 @@ rust_library(
# Unsupported target "flatten_ok" with type "test" omitted # Unsupported target "flatten_ok" with type "test" omitted
# Unsupported target "fold_specialization" with type "test" omitted
# Unsupported target "macros_hygiene" with type "test" omitted # Unsupported target "macros_hygiene" with type "test" omitted
# Unsupported target "merge_join" with type "test" omitted # Unsupported target "merge_join" with type "test" omitted

58
cargo/remote/BUILD.itoa-1.0.1.bazel vendored Normal file
View file

@ -0,0 +1,58 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:defs.bzl",
"rust_binary",
"rust_library",
"rust_proc_macro",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# Unsupported target "bench" with type "bench" omitted
rust_library(
name = "itoa",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"crate-name=itoa",
"manual",
],
version = "1.0.1",
# buildifier: leave-alone
deps = [
],
)
# Unsupported target "test" with type "test" omitted

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.2.108", version = "0.2.112",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=libc", "crate-name=libc",
"manual", "manual",
], ],
version = "0.2.108", version = "0.2.112",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":libc_build_script", ":libc_build_script",

View file

@ -64,11 +64,11 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.23.1", version = "0.23.2",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__cc__1_0_72//:cc", "@raze__cc__1_0_72//:cc",
"@raze__pkg_config__0_3_22//:pkg_config", "@raze__pkg_config__0_3_24//:pkg_config",
"@raze__vcpkg__0_2_15//:vcpkg", "@raze__vcpkg__0_2_15//:vcpkg",
], ],
) )
@ -98,7 +98,7 @@ rust_library(
"crate-name=libsqlite3-sys", "crate-name=libsqlite3-sys",
"manual", "manual",
], ],
version = "0.23.1", version = "0.23.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":libsqlite3_sys_build_script", ":libsqlite3_sys_build_script",

View file

@ -56,8 +56,8 @@ rust_library(
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__codespan__0_11_1//:codespan", "@raze__codespan__0_11_1//:codespan",
"@raze__dunce__1_0_2//:dunce", "@raze__dunce__1_0_2//:dunce",
"@raze__futures__0_3_18//:futures", "@raze__futures__0_3_19//:futures",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__kuchiki__0_8_1//:kuchiki", "@raze__kuchiki__0_8_1//:kuchiki",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__linkify__0_5_0//:linkify", "@raze__linkify__0_5_0//:linkify",
@ -65,7 +65,7 @@ rust_library(
"@raze__pulldown_cmark__0_8_0//:pulldown_cmark", "@raze__pulldown_cmark__0_8_0//:pulldown_cmark",
"@raze__regex__1_5_4//:regex", "@raze__regex__1_5_4//:regex",
"@raze__reqwest__0_11_3//:reqwest", "@raze__reqwest__0_11_3//:reqwest",
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
"@raze__thiserror__1_0_30//:thiserror", "@raze__thiserror__1_0_30//:thiserror",
"@raze__url__2_2_2//:url", "@raze__url__2_2_2//:url",
], ],

View file

@ -75,7 +75,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -74,7 +74,7 @@ cargo_build_script(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [ ): [
"@raze__openssl_sys__0_9_71//:openssl_sys", "@raze__openssl_sys__0_9_72//:openssl_sys",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -122,10 +122,10 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__security_framework__2_4_2//:security_framework", "@raze__security_framework__2_4_2//:security_framework",
"@raze__security_framework_sys__2_4_2//:security_framework_sys", "@raze__security_framework_sys__2_4_2//:security_framework_sys",
"@raze__tempfile__3_2_0//:tempfile", "@raze__tempfile__3_3_0//:tempfile",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({
@ -136,8 +136,8 @@ rust_library(
): [ ): [
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__openssl__0_10_38//:openssl", "@raze__openssl__0_10_38//:openssl",
"@raze__openssl_probe__0_1_4//:openssl_probe", "@raze__openssl_probe__0_1_5//:openssl_probe",
"@raze__openssl_sys__0_9_71//:openssl_sys", "@raze__openssl_sys__0_9_72//:openssl_sys",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -60,7 +60,7 @@ cargo_build_script(
version = "7.1.0", version = "7.1.0",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__version_check__0_9_3//:version_check", "@raze__version_check__0_9_4//:version_check",
], ],
) )

View file

@ -36,6 +36,8 @@ licenses([
rust_library( rust_library(
name = "num_cpus", name = "num_cpus",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
aliases = {
},
crate_features = [ crate_features = [
], ],
crate_root = "src/lib.rs", crate_root = "src/lib.rs",
@ -49,9 +51,21 @@ rust_library(
"crate-name=num_cpus", "crate-name=num_cpus",
"manual", "manual",
], ],
version = "1.13.0", version = "1.13.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__libc__0_2_108//:libc", ] + selects.with_or({
], # cfg(not(windows))
(
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-apple-darwin",
"@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__libc__0_2_112//:libc",
],
"//conditions:default": [],
}),
) )

View file

@ -26,7 +26,7 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # BSD-3-Clause from expression "BSD-3-Clause" "notice", # BSD-3-Clause from expression "BSD-3-Clause OR (MIT OR Apache-2.0)"
]) ])
# Generated Targets # Generated Targets
@ -42,8 +42,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
"@raze__derivative__2_2_0//:derivative", "@raze__num_enum_derive__0_5_6//:num_enum_derive",
"@raze__num_enum_derive__0_5_4//:num_enum_derive",
], ],
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -53,7 +52,7 @@ rust_library(
"crate-name=num_enum", "crate-name=num_enum",
"manual", "manual",
], ],
version = "0.5.4", version = "0.5.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -26,7 +26,7 @@ package(default_visibility = [
]) ])
licenses([ licenses([
"notice", # BSD-3-Clause from expression "BSD-3-Clause" "notice", # BSD-3-Clause from expression "BSD-3-Clause OR (MIT OR Apache-2.0)"
]) ])
# Generated Targets # Generated Targets
@ -49,12 +49,12 @@ rust_proc_macro(
"crate-name=num_enum_derive", "crate-name=num_enum_derive",
"manual", "manual",
], ],
version = "0.5.4", version = "0.5.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__proc_macro_crate__1_1_0//:proc_macro_crate", "@raze__proc_macro_crate__1_1_0//:proc_macro_crate",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -65,7 +65,7 @@ rust_library(
"crate-name=once_cell", "crate-name=once_cell",
"manual", "manual",
], ],
version = "1.8.0", version = "1.9.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -57,7 +57,7 @@ cargo_build_script(
version = "0.10.38", version = "0.10.38",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__openssl_sys__0_9_71//:openssl_sys", "@raze__openssl_sys__0_9_72//:openssl_sys",
], ],
) )
@ -67,7 +67,7 @@ rust_library(
name = "openssl", name = "openssl",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
aliases = { aliases = {
"@raze__openssl_sys__0_9_71//:openssl_sys": "ffi", "@raze__openssl_sys__0_9_72//:openssl_sys": "ffi",
}, },
crate_features = [ crate_features = [
], ],
@ -89,8 +89,8 @@ rust_library(
"@raze__bitflags__1_3_2//:bitflags", "@raze__bitflags__1_3_2//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types", "@raze__foreign_types__0_3_2//:foreign_types",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_9_0//:once_cell",
"@raze__openssl_sys__0_9_71//:openssl_sys", "@raze__openssl_sys__0_9_72//:openssl_sys",
], ],
) )

View file

@ -31,6 +31,8 @@ licenses([
# Generated Targets # Generated Targets
# Unsupported target "probe" with type "example" omitted
rust_library( rust_library(
name = "openssl_probe", name = "openssl_probe",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -47,7 +49,7 @@ rust_library(
"crate-name=openssl-probe", "crate-name=openssl-probe",
"manual", "manual",
], ],
version = "0.1.4", version = "0.1.5",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -55,12 +55,12 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "0.9.71", version = "0.9.72",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
"@raze__autocfg__1_0_1//:autocfg", "@raze__autocfg__1_0_1//:autocfg",
"@raze__cc__1_0_72//:cc", "@raze__cc__1_0_72//:cc",
"@raze__pkg_config__0_3_22//:pkg_config", "@raze__pkg_config__0_3_24//:pkg_config",
] + selects.with_or({ ] + selects.with_or({
# cfg(target_env = "msvc") # cfg(target_env = "msvc")
( (
@ -90,11 +90,11 @@ rust_library(
"crate-name=openssl-sys", "crate-name=openssl-sys",
"manual", "manual",
], ],
version = "0.9.71", version = "0.9.72",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":openssl_sys_build_script", ":openssl_sys_build_script",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
] + selects.with_or({ ] + selects.with_or({
# cfg(target_env = "msvc") # cfg(target_env = "msvc")
( (

View file

@ -103,7 +103,7 @@ rust_library(
":parking_lot_core_build_script", ":parking_lot_core_build_script",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__instant__0_1_12//:instant", "@raze__instant__0_1_12//:instant",
"@raze__smallvec__1_7_0//:smallvec", "@raze__smallvec__1_8_0//:smallvec",
] + selects.with_or({ ] + selects.with_or({
# cfg(unix) # cfg(unix)
( (
@ -114,7 +114,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -74,8 +74,8 @@ rust_library(
version = "0.6.0", version = "0.6.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__fixedbitset__0_4_0//:fixedbitset", "@raze__fixedbitset__0_4_1//:fixedbitset",
"@raze__indexmap__1_7_0//:indexmap", "@raze__indexmap__1_8_0//:indexmap",
], ],
) )

View file

@ -56,7 +56,7 @@ rust_library(
"crate-name=phf", "crate-name=phf",
"manual", "manual",
], ],
version = "0.10.0", version = "0.10.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__phf_shared__0_10_0//:phf_shared", "@raze__phf_shared__0_10_0//:phf_shared",

View file

@ -55,8 +55,8 @@ rust_proc_macro(
deps = [ deps = [
"@raze__phf_generator__0_10_0//:phf_generator", "@raze__phf_generator__0_10_0//:phf_generator",
"@raze__phf_shared__0_10_0//:phf_shared", "@raze__phf_shared__0_10_0//:phf_shared",
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -57,9 +57,9 @@ rust_proc_macro(
deps = [ deps = [
"@raze__phf_generator__0_8_0//:phf_generator", "@raze__phf_generator__0_8_0//:phf_generator",
"@raze__phf_shared__0_8_0//:phf_shared", "@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -64,7 +64,7 @@ rust_library(
data = [], data = [],
edition = "2018", edition = "2018",
proc_macro_deps = [ proc_macro_deps = [
"@raze__pin_project_internal__1_0_8//:pin_project_internal", "@raze__pin_project_internal__1_0_10//:pin_project_internal",
], ],
rustc_flags = [ rustc_flags = [
"--cap-lints=allow", "--cap-lints=allow",
@ -74,7 +74,7 @@ rust_library(
"crate-name=pin-project", "crate-name=pin-project",
"manual", "manual",
], ],
version = "1.0.8", version = "1.0.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -47,11 +47,11 @@ rust_proc_macro(
"crate-name=pin-project-internal", "crate-name=pin-project-internal",
"manual", "manual",
], ],
version = "1.0.8", version = "1.0.10",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -47,7 +47,7 @@ rust_library(
"crate-name=pin-project-lite", "crate-name=pin-project-lite",
"manual", "manual",
], ],
version = "0.2.7", version = "0.2.8",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -47,7 +47,7 @@ rust_library(
"crate-name=pkg-config", "crate-name=pkg-config",
"manual", "manual",
], ],
version = "0.3.22", version = "0.3.24",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -49,7 +49,7 @@ rust_library(
"crate-name=ppv-lite86", "crate-name=ppv-lite86",
"manual", "manual",
], ],
version = "0.2.15", version = "0.2.16",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
], ],

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.32", version = "1.0.36",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -80,7 +80,7 @@ rust_library(
"crate-name=proc-macro2", "crate-name=proc-macro2",
"manual", "manual",
], ],
version = "1.0.32", version = "1.0.36",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":proc_macro2_build_script", ":proc_macro2_build_script",

View file

@ -83,7 +83,7 @@ rust_library(
":prost_build_build_script", ":prost_build_build_script",
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__heck__0_3_3//:heck", "@raze__heck__0_3_3//:heck",
"@raze__itertools__0_10_1//:itertools", "@raze__itertools__0_10_3//:itertools",
"@raze__lazy_static__1_4_0//:lazy_static", "@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log", "@raze__log__0_4_14//:log",
"@raze__multimap__0_8_3//:multimap", "@raze__multimap__0_8_3//:multimap",
@ -91,6 +91,6 @@ rust_library(
"@raze__prost__0_9_0//:prost", "@raze__prost__0_9_0//:prost",
"@raze__prost_types__0_9_0//:prost_types", "@raze__prost_types__0_9_0//:prost_types",
"@raze__regex__1_5_4//:regex", "@raze__regex__1_5_4//:regex",
"@raze__tempfile__3_2_0//:tempfile", "@raze__tempfile__3_3_0//:tempfile",
], ],
) )

View file

@ -50,10 +50,10 @@ rust_proc_macro(
version = "0.9.0", version = "0.9.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__anyhow__1_0_51//:anyhow", "@raze__anyhow__1_0_52//:anyhow",
"@raze__itertools__0_10_1//:itertools", "@raze__itertools__0_10_3//:itertools",
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -126,7 +126,7 @@ rust_library(
":pyo3_build_script", ":pyo3_build_script",
"@raze__cfg_if__1_0_0//:cfg_if", "@raze__cfg_if__1_0_0//:cfg_if",
"@raze__indoc__0_3_6//:indoc", "@raze__indoc__0_3_6//:indoc",
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__parking_lot__0_11_2//:parking_lot", "@raze__parking_lot__0_11_2//:parking_lot",
"@raze__paste__0_1_18//:paste", "@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent", "@raze__unindent__0_1_7//:unindent",

View file

@ -91,6 +91,6 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":pyo3_build_config_build_script", ":pyo3_build_config_build_script",
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_9_0//:once_cell",
], ],
) )

View file

@ -51,7 +51,7 @@ rust_proc_macro(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend", "@raze__pyo3_macros_backend__0_15_1//:pyo3_macros_backend",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -50,9 +50,9 @@ rust_library(
version = "0.15.1", version = "0.15.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
"@raze__pyo3_build_config__0_15_1//:pyo3_build_config", "@raze__pyo3_build_config__0_15_1//:pyo3_build_config",
"@raze__quote__1_0_10//:quote", "@raze__quote__1_0_14//:quote",
"@raze__syn__1_0_82//:syn", "@raze__syn__1_0_85//:syn",
], ],
) )

View file

@ -31,8 +31,6 @@ licenses([
# Generated Targets # Generated Targets
# Unsupported target "bench" with type "bench" omitted
rust_library( rust_library(
name = "quote", name = "quote",
srcs = glob(["**/*.rs"]), srcs = glob(["**/*.rs"]),
@ -51,10 +49,10 @@ rust_library(
"crate-name=quote", "crate-name=quote",
"manual", "manual",
], ],
version = "1.0.10", version = "1.0.14",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__proc_macro2__1_0_32//:proc_macro2", "@raze__proc_macro2__1_0_36//:proc_macro2",
], ],
) )

View file

@ -100,7 +100,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -86,7 +86,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
], ],
"//conditions:default": [], "//conditions:default": [],
}), }),

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.2.2", version = "0.2.2",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__ppv_lite86__0_2_15//:ppv_lite86", "@raze__ppv_lite86__0_2_16//:ppv_lite86",
"@raze__rand_core__0_5_1//:rand_core", "@raze__rand_core__0_5_1//:rand_core",
], ],
) )

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.3.1", version = "0.3.1",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__ppv_lite86__0_2_15//:ppv_lite86", "@raze__ppv_lite86__0_2_16//:ppv_lite86",
"@raze__rand_core__0_6_3//:rand_core", "@raze__rand_core__0_6_3//:rand_core",
], ],
) )

View file

@ -53,6 +53,6 @@ rust_library(
version = "0.6.3", version = "0.6.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__getrandom__0_2_3//:getrandom", "@raze__getrandom__0_2_4//:getrandom",
], ],
) )

View file

@ -50,7 +50,7 @@ rust_library(
version = "0.4.0", version = "0.4.0",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__getrandom__0_2_3//:getrandom", "@raze__getrandom__0_2_4//:getrandom",
"@raze__redox_syscall__0_2_10//:redox_syscall", "@raze__redox_syscall__0_2_10//:redox_syscall",
], ],
) )

View file

@ -89,11 +89,11 @@ rust_library(
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bytes__1_1_0//:bytes", "@raze__bytes__1_1_0//:bytes",
"@raze__http__0_2_5//:http", "@raze__http__0_2_6//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout", "@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess", "@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde", "@raze__serde__1_0_133//:serde",
"@raze__serde_json__1_0_72//:serde_json", "@raze__serde_json__1_0_74//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded", "@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url", "@raze__url__2_2_2//:url",
] + selects.with_or({ ] + selects.with_or({
@ -108,11 +108,11 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__base64__0_13_0//:base64", "@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_29//:encoding_rs", "@raze__encoding_rs__0_8_30//:encoding_rs",
"@raze__futures_core__0_3_18//:futures_core", "@raze__futures_core__0_3_19//:futures_core",
"@raze__futures_util__0_3_18//:futures_util", "@raze__futures_util__0_3_19//:futures_util",
"@raze__http_body__0_4_4//:http_body", "@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_15//:hyper", "@raze__hyper__0_14_16//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls", "@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__hyper_tls__0_5_0//:hyper_tls", "@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_1//:ipnet", "@raze__ipnet__2_3_1//:ipnet",
@ -121,10 +121,10 @@ rust_library(
"@raze__mime__0_3_16//:mime", "@raze__mime__0_3_16//:mime",
"@raze__native_tls__0_2_8//:native_tls", "@raze__native_tls__0_2_8//:native_tls",
"@raze__percent_encoding__2_1_0//:percent_encoding", "@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_2_7//:pin_project_lite", "@raze__pin_project_lite__0_2_8//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls", "@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs", "@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__tokio__1_14_0//:tokio", "@raze__tokio__1_15_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls", "@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_rustls__0_22_0//:tokio_rustls", "@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__tokio_socks__0_5_1//:tokio_socks", "@raze__tokio_socks__0_5_1//:tokio_socks",

View file

@ -138,8 +138,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu", "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [ ): [
"@raze__libc__0_2_108//:libc", "@raze__libc__0_2_112//:libc",
"@raze__once_cell__1_8_0//:once_cell", "@raze__once_cell__1_9_0//:once_cell",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -56,16 +56,16 @@ rust_library(
"crate-name=rusqlite", "crate-name=rusqlite",
"manual", "manual",
], ],
version = "0.26.1", version = "0.26.3",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
"@raze__bitflags__1_3_2//:bitflags", "@raze__bitflags__1_3_2//:bitflags",
"@raze__fallible_iterator__0_2_0//:fallible_iterator", "@raze__fallible_iterator__0_2_0//:fallible_iterator",
"@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator", "@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator",
"@raze__hashlink__0_7_0//:hashlink", "@raze__hashlink__0_7_0//:hashlink",
"@raze__libsqlite3_sys__0_23_1//:libsqlite3_sys", "@raze__libsqlite3_sys__0_23_2//:libsqlite3_sys",
"@raze__memchr__2_4_1//:memchr", "@raze__memchr__2_4_1//:memchr",
"@raze__smallvec__1_7_0//:smallvec", "@raze__smallvec__1_8_0//:smallvec",
], ],
) )

View file

@ -65,7 +65,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu", "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios", "@rules_rust//rust/platform:x86_64-apple-ios",
): [ ): [
"@raze__openssl_probe__0_1_4//:openssl_probe", "@raze__openssl_probe__0_1_5//:openssl_probe",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + selects.with_or({ }) + selects.with_or({

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze", "cargo-raze",
"manual", "manual",
], ],
version = "1.0.5", version = "1.0.6",
visibility = ["//visibility:private"], visibility = ["//visibility:private"],
deps = [ deps = [
], ],
@ -76,7 +76,7 @@ rust_proc_macro(
"crate-name=rustversion", "crate-name=rustversion",
"manual", "manual",
], ],
version = "1.0.5", version = "1.0.6",
# buildifier: leave-alone # buildifier: leave-alone
deps = [ deps = [
":rustversion_build_script", ":rustversion_build_script",

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