Merge branch 'master' into sidebar-tools
This commit is contained in:
commit
0c2ac4ba04
@ -75,6 +75,7 @@ Meredith Derecho <meredithderecho@gmail.com>
|
||||
Daniel Wallgren <github.com/wallgrenen>
|
||||
Kerrick Staley <kerrick@kerrickstaley.com>
|
||||
Maksim Abramchuk <maximabramchuck@gmail.com>
|
||||
Benjamin Kulnik <benjamin.kulnik@student.tuwien.ac.at>
|
||||
|
||||
********************
|
||||
|
||||
|
338
Cargo.lock
generated
338
Cargo.lock
generated
@ -11,9 +11,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "adler"
|
||||
version = "0.2.3"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
||||
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
@ -32,9 +32,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ammonia"
|
||||
version = "3.1.0"
|
||||
version = "3.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b"
|
||||
checksum = "1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279"
|
||||
dependencies = [
|
||||
"html5ever",
|
||||
"lazy_static",
|
||||
@ -62,6 +62,7 @@ dependencies = [
|
||||
"flate2",
|
||||
"fluent",
|
||||
"fluent-syntax",
|
||||
"fnv",
|
||||
"futures",
|
||||
"hex",
|
||||
"htmlescape",
|
||||
@ -73,7 +74,7 @@ dependencies = [
|
||||
"num-integer",
|
||||
"num_enum",
|
||||
"once_cell",
|
||||
"pin-project 1.0.5",
|
||||
"pin-project",
|
||||
"proc-macro-nested",
|
||||
"prost",
|
||||
"prost-build",
|
||||
@ -94,6 +95,7 @@ dependencies = [
|
||||
"slog-async",
|
||||
"slog-envlogger",
|
||||
"slog-term",
|
||||
"strum",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"unic-langid",
|
||||
@ -196,14 +198,14 @@ dependencies = [
|
||||
"flate2",
|
||||
"futures-core",
|
||||
"memchr",
|
||||
"pin-project-lite 0.2.4",
|
||||
"pin-project-lite 0.2.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.42"
|
||||
version = "0.1.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
|
||||
checksum = "36ea56748e10732c49404c153638a15ec3d6211ec5ff35d9bb20e13b93576adf"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -261,9 +263,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "bitvec"
|
||||
version = "0.19.4"
|
||||
version = "0.19.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7ba35e9565969edb811639dbebfe34edc0368e472c5018474c8eb2543397f81"
|
||||
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
|
||||
dependencies = [
|
||||
"funty",
|
||||
"radium",
|
||||
@ -299,9 +301,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.6.0"
|
||||
version = "3.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
|
||||
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
@ -333,9 +335,9 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.66"
|
||||
version = "1.0.67"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
||||
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
||||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
@ -417,9 +419,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-utils"
|
||||
version = "0.8.1"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
||||
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cfg-if 1.0.0",
|
||||
@ -510,9 +512,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
||||
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
@ -636,9 +638,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
||||
|
||||
[[package]]
|
||||
name = "form_urlencoded"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
||||
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
||||
dependencies = [
|
||||
"matches",
|
||||
"percent-encoding",
|
||||
@ -678,9 +680,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
||||
checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
@ -693,9 +695,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
||||
checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
@ -703,15 +705,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
||||
checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
||||
checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
@ -720,15 +722,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures-io"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
||||
checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
|
||||
|
||||
[[package]]
|
||||
name = "futures-macro"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
||||
checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7"
|
||||
dependencies = [
|
||||
"proc-macro-hack",
|
||||
"proc-macro2",
|
||||
@ -738,24 +740,21 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "futures-sink"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
||||
checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
|
||||
|
||||
[[package]]
|
||||
name = "futures-task"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
]
|
||||
checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
|
||||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.12"
|
||||
version = "0.3.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
||||
checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
@ -764,7 +763,7 @@ dependencies = [
|
||||
"futures-sink",
|
||||
"futures-task",
|
||||
"memchr",
|
||||
"pin-project-lite 0.2.4",
|
||||
"pin-project-lite 0.2.6",
|
||||
"pin-utils",
|
||||
"proc-macro-hack",
|
||||
"proc-macro-nested",
|
||||
@ -887,9 +886,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "html5ever"
|
||||
@ -972,7 +971,7 @@ dependencies = [
|
||||
"httparse",
|
||||
"httpdate",
|
||||
"itoa",
|
||||
"pin-project 1.0.5",
|
||||
"pin-project",
|
||||
"socket2",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
@ -1022,9 +1021,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
|
||||
checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
|
||||
dependencies = [
|
||||
"matches",
|
||||
"unicode-bidi",
|
||||
@ -1033,9 +1032,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "1.6.1"
|
||||
version = "1.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
||||
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"hashbrown",
|
||||
@ -1043,10 +1042,24 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indoc"
|
||||
version = "1.0.3"
|
||||
version = "0.3.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
|
||||
checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
|
||||
dependencies = [
|
||||
"indoc-impl",
|
||||
"proc-macro-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "indoc-impl"
|
||||
version = "0.3.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
|
||||
dependencies = [
|
||||
"proc-macro-hack",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"unindent",
|
||||
]
|
||||
|
||||
@ -1133,9 +1146,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
||||
|
||||
[[package]]
|
||||
name = "js-sys"
|
||||
version = "0.3.47"
|
||||
version = "0.3.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
||||
checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
|
||||
dependencies = [
|
||||
"wasm-bindgen",
|
||||
]
|
||||
@ -1158,22 +1171,22 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
|
||||
[[package]]
|
||||
name = "lexical-core"
|
||||
version = "0.7.4"
|
||||
version = "0.7.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
||||
checksum = "21f866863575d0e1d654fbeeabdc927292fdf862873dc3c96c6f753357e13374"
|
||||
dependencies = [
|
||||
"arrayvec 0.5.2",
|
||||
"bitflags",
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
"ryu",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.85"
|
||||
version = "0.2.88"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
|
||||
checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
|
||||
|
||||
[[package]]
|
||||
name = "libsqlite3-sys"
|
||||
@ -1275,9 +1288,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "miniz_oxide"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
||||
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
||||
dependencies = [
|
||||
"adler",
|
||||
"autocfg",
|
||||
@ -1363,11 +1376,12 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "6.1.0"
|
||||
version = "6.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1"
|
||||
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"funty",
|
||||
"lexical-core",
|
||||
"memchr",
|
||||
"version_check",
|
||||
@ -1442,9 +1456,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.5.2"
|
||||
version = "1.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
||||
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
||||
|
||||
[[package]]
|
||||
name = "openssl"
|
||||
@ -1492,23 +1506,36 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot_core"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
||||
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"instant",
|
||||
"libc",
|
||||
"redox_syscall 0.1.57",
|
||||
"redox_syscall 0.2.5",
|
||||
"smallvec",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "paste"
|
||||
version = "1.0.4"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
|
||||
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
|
||||
dependencies = [
|
||||
"paste-impl",
|
||||
"proc-macro-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "paste-impl"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
|
||||
dependencies = [
|
||||
"proc-macro-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "percent-encoding"
|
||||
@ -1564,33 +1591,13 @@ dependencies = [
|
||||
"siphasher",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
||||
dependencies = [
|
||||
"pin-project-internal 0.4.27",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
||||
dependencies = [
|
||||
"pin-project-internal 1.0.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"pin-project-internal",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1606,15 +1613,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
||||
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
||||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.4"
|
||||
version = "0.2.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
||||
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
||||
|
||||
[[package]]
|
||||
name = "pin-utils"
|
||||
@ -1741,9 +1748,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pyo3"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "00ca634cf3acd58a599b535ed6cb188223298977d471d146121792bfa23b754c"
|
||||
checksum = "4837b8e8e18a102c23f79d1e9a110b597ea3b684c95e874eb1ad88f8683109c3"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"ctor",
|
||||
@ -1758,9 +1765,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pyo3-macros"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "483ac516dbda6789a5b4be0271e7a31b9ad4ec8c0a5955050e8076f72bdbef8f"
|
||||
checksum = "a47f2c300ceec3e58064fd5f8f5b61230f2ffd64bde4970c81fdd0563a2db1bb"
|
||||
dependencies = [
|
||||
"pyo3-macros-backend",
|
||||
"quote",
|
||||
@ -1769,9 +1776,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pyo3-macros-backend"
|
||||
version = "0.13.1"
|
||||
version = "0.13.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15230cabcda008f03565ed8bac40f094cbb5ee1b46e6551f1ec3a0e922cf7df9"
|
||||
checksum = "87b097e5d84fcbe3e167f400fbedd657820a375b034c78bd852050749a575d66"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -1780,9 +1787,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "quote"
|
||||
version = "1.0.8"
|
||||
version = "1.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
||||
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
]
|
||||
@ -1815,7 +1822,7 @@ checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"rand_chacha 0.3.0",
|
||||
"rand_core 0.6.1",
|
||||
"rand_core 0.6.2",
|
||||
"rand_hc 0.3.0",
|
||||
]
|
||||
|
||||
@ -1836,7 +1843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
||||
dependencies = [
|
||||
"ppv-lite86",
|
||||
"rand_core 0.6.1",
|
||||
"rand_core 0.6.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1850,9 +1857,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rand_core"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
||||
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
||||
dependencies = [
|
||||
"getrandom 0.2.2",
|
||||
]
|
||||
@ -1872,7 +1879,7 @@ version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
||||
dependencies = [
|
||||
"rand_core 0.6.1",
|
||||
"rand_core 0.6.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1892,9 +1899,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
||||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
||||
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
@ -1982,7 +1989,7 @@ dependencies = [
|
||||
"mime_guess",
|
||||
"native-tls",
|
||||
"percent-encoding",
|
||||
"pin-project-lite 0.1.11",
|
||||
"pin-project-lite 0.1.12",
|
||||
"rustls",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -2108,9 +2115,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "security-framework"
|
||||
version = "2.0.0"
|
||||
version = "2.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
|
||||
checksum = "d493c5f39e02dfb062cd8f33301f90f9b13b650e8c1b1d0fd75c19dd64bff69d"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"core-foundation",
|
||||
@ -2121,9 +2128,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "security-framework-sys"
|
||||
version = "2.0.0"
|
||||
version = "2.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
|
||||
checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d"
|
||||
dependencies = [
|
||||
"core-foundation-sys",
|
||||
"libc",
|
||||
@ -2131,9 +2138,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.123"
|
||||
version = "1.0.124"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
||||
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
@ -2152,9 +2159,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.123"
|
||||
version = "1.0.124"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
||||
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -2163,9 +2170,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.62"
|
||||
version = "1.0.64"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
|
||||
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
@ -2362,6 +2369,27 @@ dependencies = [
|
||||
"quote",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strum"
|
||||
version = "0.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c"
|
||||
dependencies = [
|
||||
"strum_macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strum_macros"
|
||||
version = "0.20.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "subtle"
|
||||
version = "2.4.0"
|
||||
@ -2370,9 +2398,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.60"
|
||||
version = "1.0.63"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
||||
checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -2399,9 +2427,9 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
||||
|
||||
[[package]]
|
||||
name = "tap"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
|
||||
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
||||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
@ -2412,7 +2440,7 @@ dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"rand 0.8.3",
|
||||
"redox_syscall 0.2.4",
|
||||
"redox_syscall 0.2.5",
|
||||
"remove_dir_all",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
@ -2449,18 +2477,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.23"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
||||
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.23"
|
||||
version = "1.0.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
||||
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -2521,7 +2549,7 @@ dependencies = [
|
||||
"memchr",
|
||||
"mio",
|
||||
"num_cpus",
|
||||
"pin-project-lite 0.1.11",
|
||||
"pin-project-lite 0.1.12",
|
||||
"slab",
|
||||
]
|
||||
|
||||
@ -2579,7 +2607,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
"log",
|
||||
"pin-project-lite 0.1.11",
|
||||
"pin-project-lite 0.1.12",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
@ -2600,13 +2628,13 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.23"
|
||||
version = "0.1.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
|
||||
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
"pin-project-lite 0.2.4",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tracing-core",
|
||||
]
|
||||
|
||||
@ -2621,11 +2649,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-futures"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
||||
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
||||
dependencies = [
|
||||
"pin-project 0.4.27",
|
||||
"pin-project",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
@ -2713,9 +2741,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "unicode-normalization"
|
||||
version = "0.1.16"
|
||||
version = "0.1.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
||||
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
||||
dependencies = [
|
||||
"tinyvec",
|
||||
]
|
||||
@ -2752,9 +2780,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
||||
|
||||
[[package]]
|
||||
name = "url"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
||||
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
|
||||
dependencies = [
|
||||
"form_urlencoded",
|
||||
"idna",
|
||||
@ -2814,9 +2842,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen"
|
||||
version = "0.2.70"
|
||||
version = "0.2.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
||||
checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"serde",
|
||||
@ -2826,9 +2854,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-backend"
|
||||
version = "0.2.70"
|
||||
version = "0.2.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
||||
checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"lazy_static",
|
||||
@ -2841,9 +2869,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-futures"
|
||||
version = "0.4.20"
|
||||
version = "0.4.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
||||
checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"js-sys",
|
||||
@ -2853,9 +2881,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro"
|
||||
version = "0.2.70"
|
||||
version = "0.2.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
||||
checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"wasm-bindgen-macro-support",
|
||||
@ -2863,9 +2891,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro-support"
|
||||
version = "0.2.70"
|
||||
version = "0.2.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
||||
checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -2876,15 +2904,15 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-shared"
|
||||
version = "0.2.70"
|
||||
version = "0.2.71"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
||||
checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
|
||||
|
||||
[[package]]
|
||||
name = "web-sys"
|
||||
version = "0.3.47"
|
||||
version = "0.3.48"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
|
||||
checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
|
@ -112,10 +112,10 @@ rust_library(
|
||||
"@raze__http__0_2_3//:http",
|
||||
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_3//:mime_guess",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_62//:serde_json",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
"@raze__serde_json__1_0_64//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
"@raze__url__2_2_1//:url",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_arch = "wasm32"))
|
||||
(
|
||||
@ -128,8 +128,8 @@ rust_library(
|
||||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_28//:encoding_rs",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
"@raze__hyper__0_13_10//:hyper",
|
||||
"@raze__ipnet__2_3_0//:ipnet",
|
||||
@ -137,7 +137,7 @@ rust_library(
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__mime__0_3_16//:mime",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_1_12//:pin_project_lite",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_socks__0_3_0//:tokio_socks",
|
||||
],
|
||||
|
640
cargo/crates.bzl
640
cargo/crates.bzl
File diff suppressed because it is too large
Load Diff
@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"name": "adler",
|
||||
"version": "0.2.3",
|
||||
"version": "1.0.2",
|
||||
"authors": "Jonas Schievink <jonasschievink@gmail.com>",
|
||||
"repository": "https://github.com/jonas-schievink/adler.git",
|
||||
"license": "0BSD OR Apache-2.0 OR MIT",
|
||||
@ -37,7 +37,7 @@
|
||||
},
|
||||
{
|
||||
"name": "ammonia",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"authors": "Michael Howell <michael@notriddle.com>",
|
||||
"repository": "https://github.com/rust-ammonia/ammonia",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -154,7 +154,7 @@
|
||||
},
|
||||
{
|
||||
"name": "async-trait",
|
||||
"version": "0.1.42",
|
||||
"version": "0.1.48",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/async-trait",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -217,7 +217,7 @@
|
||||
},
|
||||
{
|
||||
"name": "bitvec",
|
||||
"version": "0.19.4",
|
||||
"version": "0.19.5",
|
||||
"authors": "myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/bitvec",
|
||||
"license": "MIT",
|
||||
@ -244,7 +244,7 @@
|
||||
},
|
||||
{
|
||||
"name": "bumpalo",
|
||||
"version": "3.6.0",
|
||||
"version": "3.6.1",
|
||||
"authors": "Nick Fitzgerald <fitzgen@gmail.com>",
|
||||
"repository": "https://github.com/fitzgen/bumpalo",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -289,7 +289,7 @@
|
||||
},
|
||||
{
|
||||
"name": "cc",
|
||||
"version": "1.0.66",
|
||||
"version": "1.0.67",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/alexcrichton/cc-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -379,7 +379,7 @@
|
||||
},
|
||||
{
|
||||
"name": "crossbeam-utils",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.3",
|
||||
"authors": "The Crossbeam Project Developers",
|
||||
"repository": "https://github.com/crossbeam-rs/crossbeam",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -469,7 +469,7 @@
|
||||
},
|
||||
{
|
||||
"name": "env_logger",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/env-logger-rs/env_logger/",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -595,7 +595,7 @@
|
||||
},
|
||||
{
|
||||
"name": "form_urlencoded",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"authors": "The rust-url developers",
|
||||
"repository": "https://github.com/servo/rust-url",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -640,7 +640,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -649,7 +649,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-channel",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -658,7 +658,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-core",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -667,7 +667,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-executor",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -676,7 +676,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-io",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -685,7 +685,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-macro",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Taylor Cramer <cramertj@google.com>|Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -694,7 +694,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-sink",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -703,7 +703,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-task",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -712,7 +712,7 @@
|
||||
},
|
||||
{
|
||||
"name": "futures-util",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -820,7 +820,7 @@
|
||||
},
|
||||
{
|
||||
"name": "hex",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"authors": "KokaKiwi <kokakiwi@kokakiwi.net>",
|
||||
"repository": "https://github.com/KokaKiwi/rust-hex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -937,7 +937,7 @@
|
||||
},
|
||||
{
|
||||
"name": "idna",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"authors": "The rust-url developers",
|
||||
"repository": "https://github.com/servo/rust-url/",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -946,7 +946,7 @@
|
||||
},
|
||||
{
|
||||
"name": "indexmap",
|
||||
"version": "1.6.1",
|
||||
"version": "1.6.2",
|
||||
"authors": "bluss|Josh Stone <cuviper@gmail.com>",
|
||||
"repository": "https://github.com/bluss/indexmap",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -955,7 +955,16 @@
|
||||
},
|
||||
{
|
||||
"name": "indoc",
|
||||
"version": "1.0.3",
|
||||
"version": "0.3.6",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/indoc",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Indented document literals"
|
||||
},
|
||||
{
|
||||
"name": "indoc-impl",
|
||||
"version": "0.3.6",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/indoc",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1045,7 +1054,7 @@
|
||||
},
|
||||
{
|
||||
"name": "js-sys",
|
||||
"version": "0.3.47",
|
||||
"version": "0.3.48",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1072,7 +1081,7 @@
|
||||
},
|
||||
{
|
||||
"name": "lexical-core",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"authors": "Alex Huszagh <ahuszagh@gmail.com>",
|
||||
"repository": "https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1081,7 +1090,7 @@
|
||||
},
|
||||
{
|
||||
"name": "libc",
|
||||
"version": "0.2.85",
|
||||
"version": "0.2.88",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/libc",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1189,7 +1198,7 @@
|
||||
},
|
||||
{
|
||||
"name": "miniz_oxide",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"authors": "Frommi <daniil.liferenko@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>",
|
||||
"repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide",
|
||||
"license": "Apache-2.0 OR MIT OR Zlib",
|
||||
@ -1261,7 +1270,7 @@
|
||||
},
|
||||
{
|
||||
"name": "nom",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.2",
|
||||
"authors": "contact@geoffroycouprie.com",
|
||||
"repository": "https://github.com/Geal/nom",
|
||||
"license": "MIT",
|
||||
@ -1333,7 +1342,7 @@
|
||||
},
|
||||
{
|
||||
"name": "once_cell",
|
||||
"version": "1.5.2",
|
||||
"version": "1.7.2",
|
||||
"authors": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
||||
"repository": "https://github.com/matklad/once_cell",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1378,7 +1387,7 @@
|
||||
},
|
||||
{
|
||||
"name": "parking_lot_core",
|
||||
"version": "0.8.2",
|
||||
"version": "0.8.3",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/parking_lot",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1387,13 +1396,22 @@
|
||||
},
|
||||
{
|
||||
"name": "paste",
|
||||
"version": "1.0.4",
|
||||
"version": "0.1.18",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/paste",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Macros for all your token pasting needs"
|
||||
},
|
||||
{
|
||||
"name": "paste-impl",
|
||||
"version": "0.1.18",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/paste",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Implementation detail of the `paste` crate"
|
||||
},
|
||||
{
|
||||
"name": "percent-encoding",
|
||||
"version": "2.1.0",
|
||||
@ -1448,15 +1466,6 @@
|
||||
"license_file": null,
|
||||
"description": "Support code shared by PHF libraries"
|
||||
},
|
||||
{
|
||||
"name": "pin-project",
|
||||
"version": "0.4.27",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A crate for safe and ergonomic pin-projection."
|
||||
},
|
||||
{
|
||||
"name": "pin-project",
|
||||
"version": "1.0.5",
|
||||
@ -1466,15 +1475,6 @@
|
||||
"license_file": null,
|
||||
"description": "A crate for safe and ergonomic pin-projection."
|
||||
},
|
||||
{
|
||||
"name": "pin-project-internal",
|
||||
"version": "0.4.27",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "An internal crate to support pin_project - do not use directly"
|
||||
},
|
||||
{
|
||||
"name": "pin-project-internal",
|
||||
"version": "1.0.5",
|
||||
@ -1486,7 +1486,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pin-project-lite",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project-lite",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1495,7 +1495,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pin-project-lite",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.6",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project-lite",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1630,7 +1630,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pyo3",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
@ -1639,7 +1639,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pyo3-macros",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
@ -1648,7 +1648,7 @@
|
||||
},
|
||||
{
|
||||
"name": "pyo3-macros-backend",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
@ -1657,7 +1657,7 @@
|
||||
},
|
||||
{
|
||||
"name": "quote",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/quote",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1720,7 +1720,7 @@
|
||||
},
|
||||
{
|
||||
"name": "rand_core",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"authors": "The Rand Project Developers|The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-random/rand",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1765,7 +1765,7 @@
|
||||
},
|
||||
{
|
||||
"name": "redox_syscall",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"authors": "Jeremy Soller <jackpot51@gmail.com>",
|
||||
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
|
||||
"license": "MIT",
|
||||
@ -1936,7 +1936,7 @@
|
||||
},
|
||||
{
|
||||
"name": "security-framework",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.2",
|
||||
"authors": "Steven Fackler <sfackler@gmail.com>|Kornel <kornel@geekhood.net>",
|
||||
"repository": "https://github.com/kornelski/rust-security-framework",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1945,7 +1945,7 @@
|
||||
},
|
||||
{
|
||||
"name": "security-framework-sys",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.1",
|
||||
"authors": "Steven Fackler <sfackler@gmail.com>|Kornel <kornel@geekhood.net>",
|
||||
"repository": "https://github.com/kornelski/rust-security-framework",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1954,7 +1954,7 @@
|
||||
},
|
||||
{
|
||||
"name": "serde",
|
||||
"version": "1.0.123",
|
||||
"version": "1.0.124",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/serde",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1972,7 +1972,7 @@
|
||||
},
|
||||
{
|
||||
"name": "serde_derive",
|
||||
"version": "1.0.123",
|
||||
"version": "1.0.124",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/serde",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -1981,7 +1981,7 @@
|
||||
},
|
||||
{
|
||||
"name": "serde_json",
|
||||
"version": "1.0.62",
|
||||
"version": "1.0.64",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/json",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2168,6 +2168,24 @@
|
||||
"license_file": null,
|
||||
"description": "A codegen library for string-cache, developed as part of the Servo project."
|
||||
},
|
||||
{
|
||||
"name": "strum",
|
||||
"version": "0.20.0",
|
||||
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
|
||||
"repository": "https://github.com/Peternator7/strum",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Helpful macros for working with enums and strings"
|
||||
},
|
||||
{
|
||||
"name": "strum_macros",
|
||||
"version": "0.20.1",
|
||||
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
|
||||
"repository": "https://github.com/Peternator7/strum",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "Helpful macros for working with enums and strings"
|
||||
},
|
||||
{
|
||||
"name": "subtle",
|
||||
"version": "2.4.0",
|
||||
@ -2179,7 +2197,7 @@
|
||||
},
|
||||
{
|
||||
"name": "syn",
|
||||
"version": "1.0.60",
|
||||
"version": "1.0.63",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/syn",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2206,7 +2224,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tap",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"authors": "Elliott Linder <elliott.darfink@gmail.com>|myrrlyn <self@myrrlyn.dev>",
|
||||
"repository": "https://github.com/myrrlyn/tap",
|
||||
"license": "MIT",
|
||||
@ -2251,7 +2269,7 @@
|
||||
},
|
||||
{
|
||||
"name": "thiserror",
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/thiserror",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2260,7 +2278,7 @@
|
||||
},
|
||||
{
|
||||
"name": "thiserror-impl",
|
||||
"version": "1.0.23",
|
||||
"version": "1.0.24",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/thiserror",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2386,7 +2404,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tracing",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.25",
|
||||
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tracing",
|
||||
"license": "MIT",
|
||||
@ -2404,7 +2422,7 @@
|
||||
},
|
||||
{
|
||||
"name": "tracing-futures",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"authors": "Eliza Weisman <eliza@buoyant.io>|Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tracing",
|
||||
"license": "MIT",
|
||||
@ -2494,7 +2512,7 @@
|
||||
},
|
||||
{
|
||||
"name": "unicode-normalization",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"authors": "kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"repository": "https://github.com/unicode-rs/unicode-normalization",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2548,7 +2566,7 @@
|
||||
},
|
||||
{
|
||||
"name": "url",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"authors": "The rust-url developers",
|
||||
"repository": "https://github.com/servo/rust-url",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2620,7 +2638,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen",
|
||||
"version": "0.2.70",
|
||||
"version": "0.2.71",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2629,7 +2647,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen-backend",
|
||||
"version": "0.2.70",
|
||||
"version": "0.2.71",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2638,7 +2656,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen-futures",
|
||||
"version": "0.4.20",
|
||||
"version": "0.4.21",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2647,7 +2665,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen-macro",
|
||||
"version": "0.2.70",
|
||||
"version": "0.2.71",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2656,7 +2674,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen-macro-support",
|
||||
"version": "0.2.70",
|
||||
"version": "0.2.71",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2665,7 +2683,7 @@
|
||||
},
|
||||
{
|
||||
"name": "wasm-bindgen-shared",
|
||||
"version": "0.2.70",
|
||||
"version": "0.2.71",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
@ -2674,7 +2692,7 @@
|
||||
},
|
||||
{
|
||||
"name": "web-sys",
|
||||
"version": "0.3.47",
|
||||
"version": "0.3.48",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -48,7 +48,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.3",
|
||||
version = "1.0.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -48,7 +48,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "3.1.0",
|
||||
version = "3.1.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__html5ever__0_25_1//:html5ever",
|
||||
@ -57,7 +57,7 @@ rust_library(
|
||||
"@raze__markup5ever_rcdom__0_1_0//:markup5ever_rcdom",
|
||||
"@raze__matches__0_1_8//:matches",
|
||||
"@raze__tendril__0_4_2//:tendril",
|
||||
"@raze__url__2_2_0//:url",
|
||||
"@raze__url__2_2_1//:url",
|
||||
],
|
||||
)
|
||||
|
@ -51,6 +51,6 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__askama_shared__0_11_1//:askama_shared",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
@ -57,13 +57,13 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__askama_escape__0_10_1//:askama_escape",
|
||||
"@raze__humansize__1_1_0//:humansize",
|
||||
"@raze__nom__6_1_0//:nom",
|
||||
"@raze__nom__6_1_2//:nom",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
"@raze__toml__0_5_8//:toml",
|
||||
],
|
||||
)
|
||||
|
@ -63,9 +63,9 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__flate2__1_0_20//:flate2",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__pin_project_lite__0_2_4//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -25,7 +25,7 @@ package(default_visibility = [
|
||||
])
|
||||
|
||||
licenses([
|
||||
"notice", # Apache-2.0 from expression "Apache-2.0 OR MIT"
|
||||
"notice", # MIT from expression "MIT OR Apache-2.0"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
@ -36,7 +36,7 @@ load(
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "pin_project_internal_build_script",
|
||||
name = "async_trait_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
@ -52,14 +52,14 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.27",
|
||||
version = "0.1.48",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "pin_project_internal",
|
||||
name = "async_trait",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
@ -74,12 +74,16 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.27",
|
||||
version = "0.1.48",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":pin_project_internal_build_script",
|
||||
":async_trait_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "test" with type "test" omitted
|
2
cargo/remote/BUILD.atty-0.2.14.bazel
vendored
2
cargo/remote/BUILD.atty-0.2.14.bazel
vendored
@ -62,7 +62,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
4
cargo/remote/BUILD.backtrace-0.3.56.bazel
vendored
4
cargo/remote/BUILD.backtrace-0.3.56.bazel
vendored
@ -65,8 +65,8 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__addr2line__0_14_1//:addr2line",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
|
||||
"@raze__object__0_23_0//:object",
|
||||
"@raze__rustc_demangle__0_1_18//:rustc_demangle",
|
||||
] + selects.with_or({
|
||||
|
@ -54,12 +54,12 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.19.4",
|
||||
version = "0.19.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__funty__1_1_0//:funty",
|
||||
"@raze__radium__0_5_3//:radium",
|
||||
"@raze__tap__1_0_0//:tap",
|
||||
"@raze__tap__1_0_1//:tap",
|
||||
"@raze__wyz__0_2_0//:wyz",
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.blake3-0.3.7.bazel
vendored
2
cargo/remote/BUILD.blake3-0.3.7.bazel
vendored
@ -57,7 +57,7 @@ cargo_build_script(
|
||||
version = "0.3.7",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__cc__1_0_67//:cc",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -49,7 +49,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "3.6.0",
|
||||
version = "3.6.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -47,7 +47,7 @@ rust_binary(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.66",
|
||||
version = "1.0.67",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
@ -71,7 +71,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.66",
|
||||
version = "1.0.67",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
2
cargo/remote/BUILD.chrono-0.4.19.bazel
vendored
2
cargo/remote/BUILD.chrono-0.4.19.bazel
vendored
@ -62,7 +62,7 @@ rust_library(
|
||||
version = "0.4.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__num_integer__0_1_44//:num_integer",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__time__0_1_43//:time",
|
||||
|
4
cargo/remote/BUILD.coarsetime-0.1.18.bazel
vendored
4
cargo/remote/BUILD.coarsetime-0.1.18.bazel
vendored
@ -51,7 +51,7 @@ rust_library(
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__once_cell__1_5_2//:once_cell",
|
||||
"@raze__once_cell__1_7_2//:once_cell",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_os = "wasi"))
|
||||
(
|
||||
@ -62,7 +62,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
@ -50,7 +50,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -61,7 +61,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crossbeam_utils__0_8_1//:crossbeam_utils",
|
||||
"@raze__crossbeam_utils__0_8_3//:crossbeam_utils",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -55,7 +55,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.1",
|
||||
version = "0.8.3",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
@ -83,7 +83,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.1",
|
||||
version = "0.8.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":crossbeam_utils_build_script",
|
4
cargo/remote/BUILD.ctor-0.1.19.bazel
vendored
4
cargo/remote/BUILD.ctor-0.1.19.bazel
vendored
@ -51,7 +51,7 @@ rust_library(
|
||||
version = "0.1.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
4
cargo/remote/BUILD.derivative-2.2.0.bazel
vendored
4
cargo/remote/BUILD.derivative-2.2.0.bazel
vendored
@ -51,8 +51,8 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
2
cargo/remote/BUILD.dirs-sys-0.3.5.bazel
vendored
2
cargo/remote/BUILD.dirs-sys-0.3.5.bazel
vendored
@ -60,7 +60,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
@ -30,22 +30,6 @@ licenses([
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "custom_default_format" with type "example" omitted
|
||||
|
||||
# Unsupported target "custom_format" with type "example" omitted
|
||||
|
||||
# Unsupported target "custom_logger" with type "example" omitted
|
||||
|
||||
# Unsupported target "default" with type "example" omitted
|
||||
|
||||
# Unsupported target "direct_logger" with type "example" omitted
|
||||
|
||||
# Unsupported target "filters_from_code" with type "example" omitted
|
||||
|
||||
# Unsupported target "in_tests" with type "example" omitted
|
||||
|
||||
# Unsupported target "syslog_friendly_format" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "env_logger",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
@ -67,7 +51,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.2",
|
||||
version = "0.8.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__atty__0_2_14//:atty",
|
@ -79,8 +79,8 @@ rust_library(
|
||||
deps = [
|
||||
":failure_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
"@raze__synstructure__0_12_4//:synstructure",
|
||||
],
|
||||
)
|
||||
|
4
cargo/remote/BUILD.flate2-1.0.20.bazel
vendored
4
cargo/remote/BUILD.flate2-1.0.20.bazel
vendored
@ -98,8 +98,8 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crc32fast__1_2_1//:crc32fast",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -38,7 +38,7 @@ rust_library(
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
@ -46,7 +46,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.0",
|
||||
version = "1.0.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__matches__0_1_8//:matches",
|
@ -52,16 +52,16 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_channel__0_3_12//:futures_channel",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_executor__0_3_12//:futures_executor",
|
||||
"@raze__futures_io__0_3_12//:futures_io",
|
||||
"@raze__futures_sink__0_3_12//:futures_sink",
|
||||
"@raze__futures_task__0_3_12//:futures_task",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_channel__0_3_13//:futures_channel",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_executor__0_3_13//:futures_executor",
|
||||
"@raze__futures_io__0_3_13//:futures_io",
|
||||
"@raze__futures_sink__0_3_13//:futures_sink",
|
||||
"@raze__futures_task__0_3_13//:futures_task",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
],
|
||||
)
|
||||
|
||||
@ -75,6 +75,8 @@ rust_library(
|
||||
|
||||
# Unsupported target "atomic_waker" with type "test" omitted
|
||||
|
||||
# Unsupported target "auto_traits" with type "test" omitted
|
||||
|
||||
# Unsupported target "basic_combinators" with type "test" omitted
|
||||
|
||||
# Unsupported target "buffer_unordered" with type "test" omitted
|
@ -53,11 +53,11 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_sink__0_3_12//:futures_sink",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_sink__0_3_13//:futures_sink",
|
||||
],
|
||||
)
|
||||
|
@ -49,7 +49,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -49,12 +49,12 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_task__0_3_12//:futures_task",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_task__0_3_13//:futures_task",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
],
|
||||
)
|
||||
|
@ -47,7 +47,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -49,11 +49,11 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
@ -49,7 +49,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -35,7 +35,6 @@ rust_library(
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"once_cell",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
@ -49,9 +48,8 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__once_cell__1_5_2//:once_cell",
|
||||
],
|
||||
)
|
@ -58,7 +58,7 @@ rust_library(
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__futures_macro__0_3_12//:futures_macro",
|
||||
"@raze__futures_macro__0_3_13//:futures_macro",
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
@ -68,16 +68,16 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.12",
|
||||
version = "0.3.13",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_channel__0_3_12//:futures_channel",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_io__0_3_12//:futures_io",
|
||||
"@raze__futures_sink__0_3_12//:futures_sink",
|
||||
"@raze__futures_task__0_3_12//:futures_task",
|
||||
"@raze__futures_channel__0_3_13//:futures_channel",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_io__0_3_13//:futures_io",
|
||||
"@raze__futures_sink__0_3_13//:futures_sink",
|
||||
"@raze__futures_task__0_3_13//:futures_task",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__pin_project_lite__0_2_4//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
|
||||
"@raze__pin_utils__0_1_0//:pin_utils",
|
||||
"@raze__proc_macro_nested__0_1_6//:proc_macro_nested",
|
||||
"@raze__slab__0_4_2//:slab",
|
2
cargo/remote/BUILD.getrandom-0.1.16.bazel
vendored
2
cargo/remote/BUILD.getrandom-0.1.16.bazel
vendored
@ -105,7 +105,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
2
cargo/remote/BUILD.getrandom-0.2.2.bazel
vendored
2
cargo/remote/BUILD.getrandom-0.2.2.bazel
vendored
@ -105,7 +105,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
4
cargo/remote/BUILD.ghost-0.1.2.bazel
vendored
4
cargo/remote/BUILD.ghost-0.1.2.bazel
vendored
@ -50,7 +50,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
12
cargo/remote/BUILD.h2-0.2.7.bazel
vendored
12
cargo/remote/BUILD.h2-0.2.7.bazel
vendored
@ -57,15 +57,15 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__fnv__1_0_7//:fnv",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_sink__0_3_12//:futures_sink",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_sink__0_3_13//:futures_sink",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
"@raze__http__0_2_3//:http",
|
||||
"@raze__indexmap__1_6_1//:indexmap",
|
||||
"@raze__indexmap__1_6_2//:indexmap",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_util__0_3_1//:tokio_util",
|
||||
"@raze__tracing__0_1_23//:tracing",
|
||||
"@raze__tracing_futures__0_2_4//:tracing_futures",
|
||||
"@raze__tracing__0_1_25//:tracing",
|
||||
"@raze__tracing_futures__0_2_5//:tracing_futures",
|
||||
],
|
||||
)
|
||||
|
2
cargo/remote/BUILD.hermit-abi-0.1.18.bazel
vendored
2
cargo/remote/BUILD.hermit-abi-0.1.18.bazel
vendored
@ -50,6 +50,6 @@ rust_library(
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
)
|
||||
|
@ -36,6 +36,7 @@ rust_library(
|
||||
name = "hex",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
@ -50,7 +51,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.2",
|
||||
version = "0.4.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
4
cargo/remote/BUILD.html5ever-0.25.1.bazel
vendored
4
cargo/remote/BUILD.html5ever-0.25.1.bazel
vendored
@ -56,8 +56,8 @@ cargo_build_script(
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
8
cargo/remote/BUILD.hyper-0.13.10.bazel
vendored
8
cargo/remote/BUILD.hyper-0.13.10.bazel
vendored
@ -96,9 +96,9 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__futures_channel__0_3_12//:futures_channel",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_channel__0_3_13//:futures_channel",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
"@raze__h2__0_2_7//:h2",
|
||||
"@raze__http__0_2_3//:http",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
@ -109,7 +109,7 @@ rust_library(
|
||||
"@raze__socket2__0_3_19//:socket2",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tower_service__0_3_1//:tower_service",
|
||||
"@raze__tracing__0_1_23//:tracing",
|
||||
"@raze__tracing__0_1_25//:tracing",
|
||||
"@raze__want__0_3_0//:want",
|
||||
] + selects.with_or({
|
||||
# cfg(any(target_os = "linux", target_os = "macos"))
|
||||
|
2
cargo/remote/BUILD.hyper-rustls-0.21.0.bazel
vendored
2
cargo/remote/BUILD.hyper-rustls-0.21.0.bazel
vendored
@ -54,7 +54,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
"@raze__hyper__0_13_10//:hyper",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__rustls__0_18_1//:rustls",
|
||||
|
@ -48,12 +48,12 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.1",
|
||||
version = "0.2.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__matches__0_1_8//:matches",
|
||||
"@raze__unicode_bidi__0_3_4//:unicode_bidi",
|
||||
"@raze__unicode_normalization__0_1_16//:unicode_normalization",
|
||||
"@raze__unicode_normalization__0_1_17//:unicode_normalization",
|
||||
],
|
||||
)
|
||||
|
@ -52,7 +52,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.6.1",
|
||||
version = "1.6.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
@ -79,7 +79,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.6.1",
|
||||
version = "1.6.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":indexmap_build_script",
|
61
cargo/remote/BUILD.indoc-0.3.6.bazel
vendored
Normal file
61
cargo/remote/BUILD.indoc-0.3.6.bazel
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 = "indoc",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__indoc_impl__0_3_6//:indoc_impl",
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "run-pass" with type "test" omitted
|
64
cargo/remote/BUILD.indoc-1.0.3.bazel
vendored
64
cargo/remote/BUILD.indoc-1.0.3.bazel
vendored
@ -1,64 +0,0 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 = "indoc",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "proc-macro",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_formatdoc" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_indoc" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_unindent" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_writedoc" with type "test" omitted
|
60
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
Normal file
60
cargo/remote/BUILD.indoc-impl-0.3.6.bazel
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 = "indoc_impl",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "proc-macro",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
)
|
@ -50,7 +50,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
2
cargo/remote/BUILD.iovec-0.1.4.bazel
vendored
2
cargo/remote/BUILD.iovec-0.1.4.bazel
vendored
@ -60,7 +60,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
@ -46,10 +46,10 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.47",
|
||||
version = "0.3.48",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__wasm_bindgen__0_2_70//:wasm_bindgen",
|
||||
"@raze__wasm_bindgen__0_2_71//:wasm_bindgen",
|
||||
],
|
||||
)
|
||||
|
@ -59,7 +59,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.4",
|
||||
version = "0.7.5",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -88,13 +88,13 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.4",
|
||||
version = "0.7.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":lexical_core_build_script",
|
||||
"@raze__arrayvec__0_5_2//:arrayvec",
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__ryu__1_0_5//:ryu",
|
||||
"@raze__static_assertions__1_1_0//:static_assertions",
|
||||
],
|
@ -55,7 +55,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.85",
|
||||
version = "0.2.88",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -80,7 +80,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.85",
|
||||
version = "0.2.88",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":libc_build_script",
|
@ -64,7 +64,7 @@ cargo_build_script(
|
||||
version = "0.20.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__cc__1_0_67//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
|
6
cargo/remote/BUILD.markup5ever-0.10.0.bazel
vendored
6
cargo/remote/BUILD.markup5ever-0.10.0.bazel
vendored
@ -46,7 +46,7 @@ cargo_build_script(
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__serde_derive__1_0_123//:serde_derive",
|
||||
"@raze__serde_derive__1_0_124//:serde_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@ -59,8 +59,8 @@ cargo_build_script(
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__phf_codegen__0_8_0//:phf_codegen",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_62//:serde_json",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
"@raze__serde_json__1_0_64//:serde_json",
|
||||
"@raze__string_cache_codegen__0_5_1//:string_cache_codegen",
|
||||
],
|
||||
)
|
||||
|
@ -52,7 +52,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.3",
|
||||
version = "0.4.4",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
@ -75,10 +75,10 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.3",
|
||||
version = "0.4.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":miniz_oxide_build_script",
|
||||
"@raze__adler__0_2_3//:adler",
|
||||
"@raze__adler__1_0_2//:adler",
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.mio-0.6.23.bazel
vendored
2
cargo/remote/BUILD.mio-0.6.23.bazel
vendored
@ -67,7 +67,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
8
cargo/remote/BUILD.native-tls-0.2.7.bazel
vendored
8
cargo/remote/BUILD.native-tls-0.2.7.bazel
vendored
@ -62,7 +62,7 @@ cargo_build_script(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__security_framework_sys__2_0_0//:security_framework_sys",
|
||||
"@raze__security_framework_sys__2_1_1//:security_framework_sys",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
@ -118,9 +118,9 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__security_framework__2_0_0//:security_framework",
|
||||
"@raze__security_framework_sys__2_0_0//:security_framework_sys",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__security_framework__2_1_2//:security_framework",
|
||||
"@raze__security_framework_sys__2_1_1//:security_framework_sys",
|
||||
"@raze__tempfile__3_2_0//:tempfile",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
|
2
cargo/remote/BUILD.net2-0.2.37.bazel
vendored
2
cargo/remote/BUILD.net2-0.2.37.bazel
vendored
@ -63,7 +63,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
@ -44,6 +44,7 @@ cargo_build_script(
|
||||
"alloc",
|
||||
"bitvec",
|
||||
"default",
|
||||
"funty",
|
||||
"lexical",
|
||||
"lexical-core",
|
||||
"std",
|
||||
@ -58,7 +59,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.1.0",
|
||||
version = "6.1.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__version_check__0_9_2//:version_check",
|
||||
@ -92,6 +93,7 @@ rust_library(
|
||||
"alloc",
|
||||
"bitvec",
|
||||
"default",
|
||||
"funty",
|
||||
"lexical",
|
||||
"lexical-core",
|
||||
"std",
|
||||
@ -107,12 +109,13 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.1.0",
|
||||
version = "6.1.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":nom_build_script",
|
||||
"@raze__bitvec__0_19_4//:bitvec",
|
||||
"@raze__lexical_core__0_7_4//:lexical_core",
|
||||
"@raze__bitvec__0_19_5//:bitvec",
|
||||
"@raze__funty__1_1_0//:funty",
|
||||
"@raze__lexical_core__0_7_5//:lexical_core",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.num_cpus-1.13.0.bazel
vendored
2
cargo/remote/BUILD.num_cpus-1.13.0.bazel
vendored
@ -51,6 +51,6 @@ rust_library(
|
||||
version = "1.13.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
)
|
||||
|
@ -53,7 +53,7 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
@ -50,6 +50,7 @@ rust_library(
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"default",
|
||||
"race",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
@ -63,7 +64,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.5.2",
|
||||
version = "1.7.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
2
cargo/remote/BUILD.openssl-0.10.32.bazel
vendored
2
cargo/remote/BUILD.openssl-0.10.32.bazel
vendored
@ -85,7 +85,7 @@ rust_library(
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__foreign_types__0_3_2//:foreign_types",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__openssl_sys__0_9_60//:openssl_sys",
|
||||
],
|
||||
)
|
||||
|
4
cargo/remote/BUILD.openssl-sys-0.9.60.bazel
vendored
4
cargo/remote/BUILD.openssl-sys-0.9.60.bazel
vendored
@ -56,7 +56,7 @@ cargo_build_script(
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__cc__1_0_67//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
@ -91,7 +91,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":openssl_sys_build_script",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
(
|
||||
|
2
cargo/remote/BUILD.parking_lot-0.11.1.bazel
vendored
2
cargo/remote/BUILD.parking_lot-0.11.1.bazel
vendored
@ -52,7 +52,7 @@ rust_library(
|
||||
deps = [
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__lock_api__0_4_2//:lock_api",
|
||||
"@raze__parking_lot_core__0_8_2//:parking_lot_core",
|
||||
"@raze__parking_lot_core__0_8_3//:parking_lot_core",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -48,7 +48,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.2",
|
||||
version = "0.8.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
@ -63,7 +63,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
@ -31,14 +31,18 @@ licenses([
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "async_trait",
|
||||
name = "paste",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "proc-macro",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__paste_impl__0_1_18//:paste_impl",
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
@ -46,12 +50,9 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.42",
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
63
cargo/remote/BUILD.paste-1.0.4.bazel
vendored
63
cargo/remote/BUILD.paste-1.0.4.bazel
vendored
@ -1,63 +0,0 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 = "paste",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "proc-macro",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_attr" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_doc" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_expr" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_item" with type "test" omitted
|
56
cargo/remote/BUILD.paste-impl-0.1.18.bazel
vendored
Normal file
56
cargo/remote/BUILD.paste-impl-0.1.18.bazel
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 = "paste_impl",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "proc-macro",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
2
cargo/remote/BUILD.petgraph-0.5.1.bazel
vendored
2
cargo/remote/BUILD.petgraph-0.5.1.bazel
vendored
@ -62,7 +62,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__fixedbitset__0_2_0//:fixedbitset",
|
||||
"@raze__indexmap__1_6_1//:indexmap",
|
||||
"@raze__indexmap__1_6_2//:indexmap",
|
||||
],
|
||||
)
|
||||
|
||||
|
104
cargo/remote/BUILD.pin-project-0.4.27.bazel
vendored
104
cargo/remote/BUILD.pin-project-0.4.27.bazel
vendored
@ -1,104 +0,0 @@
|
||||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
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 "enum-default" with type "example" omitted
|
||||
|
||||
# Unsupported target "enum-default-expanded" with type "example" omitted
|
||||
|
||||
# Unsupported target "not_unpin" with type "example" omitted
|
||||
|
||||
# Unsupported target "not_unpin-expanded" with type "example" omitted
|
||||
|
||||
# Unsupported target "pinned_drop" with type "example" omitted
|
||||
|
||||
# Unsupported target "pinned_drop-expanded" with type "example" omitted
|
||||
|
||||
# Unsupported target "project_replace" with type "example" omitted
|
||||
|
||||
# Unsupported target "project_replace-expanded" with type "example" omitted
|
||||
|
||||
# Unsupported target "struct-default" with type "example" omitted
|
||||
|
||||
# Unsupported target "struct-default-expanded" with type "example" omitted
|
||||
|
||||
# Unsupported target "unsafe_unpin" with type "example" omitted
|
||||
|
||||
# Unsupported target "unsafe_unpin-expanded" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "pin_project",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__pin_project_internal__0_4_27//:pin_project_internal",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.27",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "cfg" with type "test" omitted
|
||||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "drop_order" with type "test" omitted
|
||||
|
||||
# Unsupported target "lint" with type "test" omitted
|
||||
|
||||
# Unsupported target "pin_project" with type "test" omitted
|
||||
|
||||
# Unsupported target "pinned_drop" with type "test" omitted
|
||||
|
||||
# Unsupported target "project" with type "test" omitted
|
||||
|
||||
# Unsupported target "project_ref" with type "test" omitted
|
||||
|
||||
# Unsupported target "project_replace" with type "test" omitted
|
||||
|
||||
# Unsupported target "repr_packed" with type "test" omitted
|
||||
|
||||
# Unsupported target "sized" with type "test" omitted
|
||||
|
||||
# Unsupported target "unsafe_unpin" with type "test" omitted
|
@ -50,7 +50,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
@ -46,7 +46,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.11",
|
||||
version = "0.1.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
@ -46,7 +46,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.4",
|
||||
version = "0.2.6",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
@ -56,6 +56,8 @@ rust_library(
|
||||
|
||||
# Unsupported target "drop_order" with type "test" omitted
|
||||
|
||||
# Unsupported target "expandtest" with type "test" omitted
|
||||
|
||||
# Unsupported target "lint" with type "test" omitted
|
||||
|
||||
# Unsupported target "proper_unpin" with type "test" omitted
|
4
cargo/remote/BUILD.prost-derive-0.7.0.bazel
vendored
4
cargo/remote/BUILD.prost-derive-0.7.0.bazel
vendored
@ -52,7 +52,7 @@ rust_library(
|
||||
"@raze__anyhow__1_0_38//:anyhow",
|
||||
"@raze__itertools__0_9_0//:itertools",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
@ -63,7 +63,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.1",
|
||||
version = "0.13.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -104,9 +104,7 @@ rust_library(
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__ctor__0_1_19//:ctor",
|
||||
"@raze__indoc__1_0_3//:indoc",
|
||||
"@raze__paste__1_0_4//:paste",
|
||||
"@raze__pyo3_macros__0_13_1//:pyo3_macros",
|
||||
"@raze__pyo3_macros__0_13_2//:pyo3_macros",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@ -115,14 +113,16 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.1",
|
||||
version = "0.13.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":pyo3_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__indoc__0_3_6//:indoc",
|
||||
"@raze__inventory__0_1_10//:inventory",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__parking_lot__0_11_1//:parking_lot",
|
||||
"@raze__paste__0_1_18//:paste",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
)
|
||||
@ -173,6 +173,8 @@ rust_library(
|
||||
|
||||
# Unsupported target "test_sequence" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_serde" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_string" with type "test" omitted
|
||||
|
||||
# Unsupported target "test_text_signature" with type "test" omitted
|
@ -46,11 +46,11 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.1",
|
||||
version = "0.13.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__pyo3_macros_backend__0_13_1//:pyo3_macros_backend",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__pyo3_macros_backend__0_13_2//:pyo3_macros_backend",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
@ -46,11 +46,11 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.1",
|
||||
version = "0.13.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
@ -48,7 +48,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.8",
|
||||
version = "1.0.9",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
2
cargo/remote/BUILD.rand-0.7.3.bazel
vendored
2
cargo/remote/BUILD.rand-0.7.3.bazel
vendored
@ -85,7 +85,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
4
cargo/remote/BUILD.rand-0.8.3.bazel
vendored
4
cargo/remote/BUILD.rand-0.8.3.bazel
vendored
@ -60,7 +60,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__rand_chacha__0_3_0//:rand_chacha",
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
"@raze__rand_core__0_6_2//:rand_core",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
@ -70,7 +70,7 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
2
cargo/remote/BUILD.rand_chacha-0.3.0.bazel
vendored
2
cargo/remote/BUILD.rand_chacha-0.3.0.bazel
vendored
@ -51,6 +51,6 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ppv_lite86__0_2_10//:ppv_lite86",
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
"@raze__rand_core__0_6_2//:rand_core",
|
||||
],
|
||||
)
|
||||
|
@ -49,7 +49,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.1",
|
||||
version = "0.6.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__getrandom__0_2_2//:getrandom",
|
2
cargo/remote/BUILD.rand_hc-0.3.0.bazel
vendored
2
cargo/remote/BUILD.rand_hc-0.3.0.bazel
vendored
@ -49,6 +49,6 @@ rust_library(
|
||||
version = "0.3.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
"@raze__rand_core__0_6_2//:rand_core",
|
||||
],
|
||||
)
|
||||
|
@ -55,7 +55,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.4",
|
||||
version = "0.2.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
4
cargo/remote/BUILD.rental-impl-0.5.5.bazel
vendored
4
cargo/remote/BUILD.rental-impl-0.5.5.bazel
vendored
@ -50,7 +50,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
||||
|
12
cargo/remote/BUILD.reqwest-0.10.8.bazel
vendored
12
cargo/remote/BUILD.reqwest-0.10.8.bazel
vendored
@ -86,10 +86,10 @@ rust_library(
|
||||
"@raze__http__0_2_3//:http",
|
||||
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_3//:mime_guess",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_62//:serde_json",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
"@raze__serde_json__1_0_64//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
"@raze__url__2_2_1//:url",
|
||||
] + selects.with_or({
|
||||
# cfg(not(target_arch = "wasm32"))
|
||||
(
|
||||
@ -102,8 +102,8 @@ rust_library(
|
||||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_28//:encoding_rs",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__futures_core__0_3_13//:futures_core",
|
||||
"@raze__futures_util__0_3_13//:futures_util",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
"@raze__hyper__0_13_10//:hyper",
|
||||
"@raze__hyper_rustls__0_21_0//:hyper_rustls",
|
||||
@ -114,7 +114,7 @@ rust_library(
|
||||
"@raze__mime__0_3_16//:mime",
|
||||
"@raze__native_tls__0_2_7//:native_tls",
|
||||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_1_12//:pin_project_lite",
|
||||
"@raze__rustls__0_18_1//:rustls",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_rustls__0_14_1//:tokio_rustls",
|
||||
|
6
cargo/remote/BUILD.ring-0.16.20.bazel
vendored
6
cargo/remote/BUILD.ring-0.16.20.bazel
vendored
@ -59,7 +59,7 @@ cargo_build_script(
|
||||
version = "0.16.20",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__cc__1_0_67//:cc",
|
||||
] + selects.with_or({
|
||||
# cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux"))))
|
||||
(
|
||||
@ -147,8 +147,8 @@ rust_library(
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__once_cell__1_5_2//:once_cell",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__once_cell__1_7_2//:once_cell",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
2
cargo/remote/BUILD.rust-argon2-0.8.3.bazel
vendored
2
cargo/remote/BUILD.rust-argon2-0.8.3.bazel
vendored
@ -63,7 +63,7 @@ rust_library(
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__blake2b_simd__0_5_11//:blake2b_simd",
|
||||
"@raze__constant_time_eq__0_1_5//:constant_time_eq",
|
||||
"@raze__crossbeam_utils__0_8_1//:crossbeam_utils",
|
||||
"@raze__crossbeam_utils__0_8_3//:crossbeam_utils",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -54,13 +54,13 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.0.0",
|
||||
version = "2.1.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
"@raze__core_foundation__0_9_1//:core_foundation",
|
||||
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__security_framework_sys__2_0_0//:security_framework_sys",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
"@raze__security_framework_sys__2_1_1//:security_framework_sys",
|
||||
],
|
||||
)
|
@ -48,10 +48,10 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.0.0",
|
||||
version = "2.1.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__libc__0_2_88//:libc",
|
||||
],
|
||||
)
|
@ -56,7 +56,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.123",
|
||||
version = "1.0.124",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -76,7 +76,7 @@ rust_library(
|
||||
data = [],
|
||||
edition = "2015",
|
||||
proc_macro_deps = [
|
||||
"@raze__serde_derive__1_0_123//:serde_derive",
|
||||
"@raze__serde_derive__1_0_124//:serde_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@ -85,7 +85,7 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.123",
|
||||
version = "1.0.124",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_build_script",
|
6
cargo/remote/BUILD.serde-aux-0.6.1.bazel
vendored
6
cargo/remote/BUILD.serde-aux-0.6.1.bazel
vendored
@ -42,7 +42,7 @@ rust_library(
|
||||
data = [],
|
||||
edition = "2015",
|
||||
proc_macro_deps = [
|
||||
"@raze__serde_derive__1_0_123//:serde_derive",
|
||||
"@raze__serde_derive__1_0_124//:serde_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@ -55,7 +55,7 @@ rust_library(
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__chrono__0_4_19//:chrono",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_62//:serde_json",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
"@raze__serde_json__1_0_64//:serde_json",
|
||||
],
|
||||
)
|
||||
|
@ -53,7 +53,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.123",
|
||||
version = "1.0.124",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -76,12 +76,12 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.123",
|
||||
version = "1.0.124",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__quote__1_0_9//:quote",
|
||||
"@raze__syn__1_0_63//:syn",
|
||||
],
|
||||
)
|
@ -54,7 +54,7 @@ cargo_build_script(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.62",
|
||||
version = "1.0.64",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
@ -78,12 +78,12 @@ rust_library(
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.62",
|
||||
version = "1.0.64",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_json_build_script",
|
||||
"@raze__itoa__0_4_7//:itoa",
|
||||
"@raze__ryu__1_0_5//:ryu",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde__1_0_124//:serde",
|
||||
],
|
||||
)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user