update Rust deps
This commit is contained in:
parent
5a59789a29
commit
790562cd08
|
@ -57,10 +57,10 @@ dependencies = [
|
|||
"num-integer",
|
||||
"num_enum",
|
||||
"once_cell",
|
||||
"pin-project 1.0.2",
|
||||
"pin-project 1.0.4",
|
||||
"prost",
|
||||
"prost-build",
|
||||
"rand",
|
||||
"rand 0.7.3",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rusqlite",
|
||||
|
@ -91,15 +91,15 @@ version = "0.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.37"
|
||||
version = "1.0.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
|
||||
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
version = "0.4.8"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
|
||||
checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73"
|
||||
|
||||
[[package]]
|
||||
name = "arrayref"
|
||||
|
@ -178,7 +178,7 @@ dependencies = [
|
|||
"flate2",
|
||||
"futures-core",
|
||||
"memchr",
|
||||
"pin-project-lite 0.2.0",
|
||||
"pin-project-lite 0.2.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -211,9 +211,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|||
|
||||
[[package]]
|
||||
name = "backtrace"
|
||||
version = "0.3.55"
|
||||
version = "0.3.56"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
|
||||
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"cfg-if 1.0.0",
|
||||
|
@ -281,15 +281,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bumpalo"
|
||||
version = "3.4.0"
|
||||
version = "3.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
||||
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
|
||||
|
||||
[[package]]
|
||||
name = "byteorder"
|
||||
version = "1.3.4"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
||||
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
||||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
|
@ -309,9 +309,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72"
|
||||
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
|
@ -352,7 +352,7 @@ checksum = "5a6a9b6b2627cf8a70982b9c311d5bbdd62c183a19ecdb9c6344c075dfdda608"
|
|||
dependencies = [
|
||||
"libc",
|
||||
"once_cell",
|
||||
"wasi 0.10.0+wasi-snapshot-preview1",
|
||||
"wasi 0.10.2+wasi-snapshot-preview1",
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
|
@ -389,23 +389,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crossbeam-channel"
|
||||
version = "0.4.4"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
||||
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
||||
dependencies = [
|
||||
"crossbeam-utils 0.7.2",
|
||||
"maybe-uninit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-utils"
|
||||
version = "0.7.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cfg-if 0.1.10",
|
||||
"lazy_static",
|
||||
"cfg-if 1.0.0",
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -431,9 +420,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ctor"
|
||||
version = "0.1.17"
|
||||
version = "0.1.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "373c88d9506e2e9230f6107701b7d8425f4cb3f6df108ec3042a26e936666da5"
|
||||
checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn",
|
||||
|
@ -441,9 +430,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "derivative"
|
||||
version = "2.1.3"
|
||||
version = "2.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183"
|
||||
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -556,9 +545,9 @@ checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.19"
|
||||
version = "1.0.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
|
||||
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"crc32fast",
|
||||
|
@ -602,9 +591,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fluent-syntax"
|
||||
version = "0.10.1"
|
||||
version = "0.10.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "edb1016e8c600060e0099218442fff329a204f6316d6ec974d590d3281517a52"
|
||||
checksum = "784f660373ea898f712a7e67b43f35bf79608d46112747c29767d087611d716b"
|
||||
|
||||
[[package]]
|
||||
name = "fnv"
|
||||
|
@ -661,9 +650,9 @@ checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
|
||||
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
@ -676,9 +665,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-channel"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
|
||||
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-sink",
|
||||
|
@ -686,15 +675,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-core"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
|
||||
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
||||
|
||||
[[package]]
|
||||
name = "futures-executor"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
|
||||
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-task",
|
||||
|
@ -703,15 +692,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-io"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
|
||||
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
||||
|
||||
[[package]]
|
||||
name = "futures-macro"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
|
||||
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
||||
dependencies = [
|
||||
"proc-macro-hack",
|
||||
"proc-macro2",
|
||||
|
@ -721,24 +710,24 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-sink"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
|
||||
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
||||
|
||||
[[package]]
|
||||
name = "futures-task"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
|
||||
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.8"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
|
||||
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
@ -747,22 +736,13 @@ dependencies = [
|
|||
"futures-sink",
|
||||
"futures-task",
|
||||
"memchr",
|
||||
"pin-project 1.0.2",
|
||||
"pin-project-lite 0.2.4",
|
||||
"pin-utils",
|
||||
"proc-macro-hack",
|
||||
"proc-macro-nested",
|
||||
"slab",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fxhash"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "generic-array"
|
||||
version = "0.14.4"
|
||||
|
@ -784,6 +764,17 @@ dependencies = [
|
|||
"wasi 0.9.0+wasi-snapshot-preview1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "getrandom"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"wasi 0.10.2+wasi-snapshot-preview1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ghost"
|
||||
version = "0.1.2"
|
||||
|
@ -850,9 +841,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.1.17"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
||||
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
@ -871,11 +862,11 @@ checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26"
|
||||
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
||||
dependencies = [
|
||||
"bytes 0.5.6",
|
||||
"bytes 1.0.1",
|
||||
"fnv",
|
||||
"itoa",
|
||||
]
|
||||
|
@ -892,9 +883,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "httparse"
|
||||
version = "1.3.4"
|
||||
version = "1.3.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
||||
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
||||
|
||||
[[package]]
|
||||
name = "httpdate"
|
||||
|
@ -910,9 +901,9 @@ checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
|
|||
|
||||
[[package]]
|
||||
name = "humantime"
|
||||
version = "2.0.1"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
||||
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
||||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
|
@ -930,7 +921,7 @@ dependencies = [
|
|||
"httparse",
|
||||
"httpdate",
|
||||
"itoa",
|
||||
"pin-project 1.0.2",
|
||||
"pin-project 1.0.4",
|
||||
"socket2",
|
||||
"tokio",
|
||||
"tower-service",
|
||||
|
@ -1019,9 +1010,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "intl-memoizer"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8a0ed58ba6089d49f8a9a7d5e16fc9b9e2019cdf40ef270f3d465fa244d9630b"
|
||||
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
|
||||
dependencies = [
|
||||
"type-map",
|
||||
"unic-langid",
|
||||
|
@ -1029,9 +1020,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "intl_pluralrules"
|
||||
version = "7.0.0"
|
||||
version = "7.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c271cdb1f12a9feb3a017619c3ee681f971f270f6757341d6abe1f9f7a98bc3"
|
||||
checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
|
||||
dependencies = [
|
||||
"tinystr",
|
||||
"unic-langid",
|
||||
|
@ -1091,9 +1082,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
|||
|
||||
[[package]]
|
||||
name = "js-sys"
|
||||
version = "0.3.46"
|
||||
version = "0.3.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
|
||||
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
||||
dependencies = [
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
@ -1129,9 +1120,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.81"
|
||||
version = "0.2.85"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
||||
checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
|
||||
|
||||
[[package]]
|
||||
name = "libsqlite3-sys"
|
||||
|
@ -1155,11 +1146,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.11"
|
||||
version = "0.4.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
||||
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1168,12 +1159,6 @@ version = "0.1.8"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||
|
||||
[[package]]
|
||||
name = "maybe-uninit"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.3.4"
|
||||
|
@ -1280,9 +1265,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "6.0.1"
|
||||
version = "6.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
|
||||
checksum = "ab6f70b46d6325aa300f1c7bb3d470127dfc27806d8ea6bf294ee0ce643ce2b1"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"lexical-core",
|
||||
|
@ -1353,9 +1338,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "object"
|
||||
version = "0.22.0"
|
||||
version = "0.23.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
||||
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
|
@ -1416,7 +1401,7 @@ dependencies = [
|
|||
"cfg-if 1.0.0",
|
||||
"instant",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
"redox_syscall 0.1.57",
|
||||
"smallvec",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
@ -1454,11 +1439,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project"
|
||||
version = "1.0.2"
|
||||
version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
|
||||
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
|
||||
dependencies = [
|
||||
"pin-project-internal 1.0.2",
|
||||
"pin-project-internal 1.0.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1474,9 +1459,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-internal"
|
||||
version = "1.0.2"
|
||||
version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
|
||||
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1491,9 +1476,9 @@ checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
|||
|
||||
[[package]]
|
||||
name = "pin-project-lite"
|
||||
version = "0.2.0"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
|
||||
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
||||
|
||||
[[package]]
|
||||
name = "pin-utils"
|
||||
|
@ -1536,9 +1521,9 @@ checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|||
|
||||
[[package]]
|
||||
name = "proc-macro-nested"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
|
||||
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
||||
|
||||
[[package]]
|
||||
name = "proc-macro2"
|
||||
|
@ -1555,7 +1540,7 @@ version = "0.7.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
|
||||
dependencies = [
|
||||
"bytes 1.0.0",
|
||||
"bytes 1.0.1",
|
||||
"prost-derive",
|
||||
]
|
||||
|
||||
|
@ -1565,7 +1550,7 @@ version = "0.7.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
|
||||
dependencies = [
|
||||
"bytes 1.0.0",
|
||||
"bytes 1.0.1",
|
||||
"heck",
|
||||
"itertools",
|
||||
"log",
|
||||
|
@ -1596,15 +1581,15 @@ version = "0.7.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
|
||||
dependencies = [
|
||||
"bytes 1.0.0",
|
||||
"bytes 1.0.1",
|
||||
"prost",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pyo3"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5cdd01a4c2719dd1f3ceab0875fa1a2c2cd3c619477349d78f43cd716b345436"
|
||||
checksum = "00ca634cf3acd58a599b535ed6cb188223298977d471d146121792bfa23b754c"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"ctor",
|
||||
|
@ -1619,9 +1604,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pyo3-macros"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f8218769d13e354f841d559a19b0cf22cfd55959c7046ef594e5f34dbe46d16"
|
||||
checksum = "483ac516dbda6789a5b4be0271e7a31b9ad4ec8c0a5955050e8076f72bdbef8f"
|
||||
dependencies = [
|
||||
"pyo3-macros-backend",
|
||||
"quote",
|
||||
|
@ -1630,9 +1615,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pyo3-macros-backend"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fc4da0bfdf76f0a5971c698f2cb6b3f832a6f80f16dedeeb3f123eb0431ecce2"
|
||||
checksum = "15230cabcda008f03565ed8bac40f094cbb5ee1b46e6551f1ec3a0e922cf7df9"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1660,11 +1645,23 @@ version = "0.7.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"getrandom 0.1.16",
|
||||
"libc",
|
||||
"rand_chacha",
|
||||
"rand_core",
|
||||
"rand_hc",
|
||||
"rand_chacha 0.2.2",
|
||||
"rand_core 0.5.1",
|
||||
"rand_hc 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.8.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"rand_chacha 0.3.0",
|
||||
"rand_core 0.6.1",
|
||||
"rand_hc 0.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1674,7 +1671,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
||||
dependencies = [
|
||||
"ppv-lite86",
|
||||
"rand_core",
|
||||
"rand_core 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_chacha"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
||||
dependencies = [
|
||||
"ppv-lite86",
|
||||
"rand_core 0.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1683,7 +1690,16 @@ version = "0.5.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"getrandom 0.1.16",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_core"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
||||
dependencies = [
|
||||
"getrandom 0.2.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1692,7 +1708,16 @@ version = "0.2.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
||||
dependencies = [
|
||||
"rand_core",
|
||||
"rand_core 0.5.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_hc"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
||||
dependencies = [
|
||||
"rand_core 0.6.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1701,22 +1726,31 @@ version = "0.1.57"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
||||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "redox_users"
|
||||
version = "0.3.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"redox_syscall",
|
||||
"getrandom 0.1.16",
|
||||
"redox_syscall 0.1.57",
|
||||
"rust-argon2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
||||
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
@ -1726,9 +1760,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.21"
|
||||
version = "0.6.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
||||
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
||||
|
||||
[[package]]
|
||||
name = "remove_dir_all"
|
||||
|
@ -1803,9 +1837,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ring"
|
||||
version = "0.16.19"
|
||||
version = "0.16.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
|
||||
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -1848,7 +1882,7 @@ dependencies = [
|
|||
"base64 0.13.0",
|
||||
"blake2b_simd",
|
||||
"constant_time_eq",
|
||||
"crossbeam-utils 0.8.1",
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1857,6 +1891,12 @@ version = "0.1.18"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-hash"
|
||||
version = "1.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.18.1"
|
||||
|
@ -1927,9 +1967,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.118"
|
||||
version = "1.0.123"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
||||
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
@ -1948,9 +1988,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.118"
|
||||
version = "1.0.123"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
||||
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2032,9 +2072,9 @@ checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
|
|||
|
||||
[[package]]
|
||||
name = "slog-async"
|
||||
version = "2.5.0"
|
||||
version = "2.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51b3336ce47ce2f96673499fc07eb85e3472727b9a7a2959964b002c2ce8fbbb"
|
||||
checksum = "c60813879f820c85dbc4eabf3269befe374591289019775898d56a81a804fbdc"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"slog",
|
||||
|
@ -2059,9 +2099,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "slog-scope"
|
||||
version = "4.3.0"
|
||||
version = "4.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
|
||||
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"lazy_static",
|
||||
|
@ -2094,9 +2134,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a55ca5f3b68e41c979bf8c46a6f1da892ca4db8f94023ce0bd32407573b1ac0"
|
||||
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
|
@ -2135,9 +2175,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.57"
|
||||
version = "1.0.60"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6"
|
||||
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2170,14 +2210,14 @@ checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e"
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.1.0"
|
||||
version = "3.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
||||
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"rand",
|
||||
"redox_syscall",
|
||||
"rand 0.8.3",
|
||||
"redox_syscall 0.2.4",
|
||||
"remove_dir_all",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
@ -2223,21 +2263,20 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thread_local"
|
||||
version = "1.0.1"
|
||||
version = "1.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
||||
checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "time"
|
||||
version = "0.1.44"
|
||||
version = "0.1.43"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
||||
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"wasi 0.10.0+wasi-snapshot-preview1",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
|
@ -2249,9 +2288,9 @@ checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
|
|||
|
||||
[[package]]
|
||||
name = "tinyvec"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
|
||||
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
||||
dependencies = [
|
||||
"tinyvec_macros",
|
||||
]
|
||||
|
@ -2264,9 +2303,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "0.2.24"
|
||||
version = "0.2.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
|
||||
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
||||
dependencies = [
|
||||
"bytes 0.5.6",
|
||||
"fnv",
|
||||
|
@ -2349,9 +2388,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tower-service"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
||||
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
|
@ -2361,7 +2400,7 @@ checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
|||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"log",
|
||||
"pin-project-lite 0.2.0",
|
||||
"pin-project-lite 0.2.4",
|
||||
"tracing-core",
|
||||
]
|
||||
|
||||
|
@ -2392,11 +2431,11 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|||
|
||||
[[package]]
|
||||
name = "type-map"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d2741b1474c327d95c1f1e3b0a2c3977c8e128409c572a33af2914e7d636717"
|
||||
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
|
||||
dependencies = [
|
||||
"fxhash",
|
||||
"rustc-hash",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2551,15 +2590,15 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|||
|
||||
[[package]]
|
||||
name = "wasi"
|
||||
version = "0.10.0+wasi-snapshot-preview1"
|
||||
version = "0.10.2+wasi-snapshot-preview1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
||||
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
||||
|
||||
[[package]]
|
||||
name = "wasm-bindgen"
|
||||
version = "0.2.69"
|
||||
version = "0.2.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
|
||||
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"serde",
|
||||
|
@ -2569,9 +2608,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-backend"
|
||||
version = "0.2.69"
|
||||
version = "0.2.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
|
||||
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"lazy_static",
|
||||
|
@ -2584,9 +2623,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-futures"
|
||||
version = "0.4.19"
|
||||
version = "0.4.20"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
|
||||
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"js-sys",
|
||||
|
@ -2596,9 +2635,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro"
|
||||
version = "0.2.69"
|
||||
version = "0.2.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
|
||||
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"wasm-bindgen-macro-support",
|
||||
|
@ -2606,9 +2645,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-macro-support"
|
||||
version = "0.2.69"
|
||||
version = "0.2.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
|
||||
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2619,15 +2658,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasm-bindgen-shared"
|
||||
version = "0.2.69"
|
||||
version = "0.2.70"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|
||||
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
||||
|
||||
[[package]]
|
||||
name = "web-sys"
|
||||
version = "0.3.46"
|
||||
version = "0.3.47"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
|
||||
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
|
|
|
@ -109,10 +109,10 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__http__0_2_2//:http",
|
||||
"@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_118//:serde",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_61//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
|
@ -128,17 +128,17 @@ rust_library(
|
|||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_26//:encoding_rs",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
"@raze__hyper__0_13_9//:hyper",
|
||||
"@raze__ipnet__2_3_0//:ipnet",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@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__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_socks__0_3_0//:tokio_socks",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
|
|
720
cargo/crates.bzl
720
cargo/crates.bzl
File diff suppressed because it is too large
Load Diff
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
{
|
||||
"name": "anyhow",
|
||||
"version": "1.0.37",
|
||||
"version": "1.0.38",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/anyhow",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -64,7 +64,7 @@
|
|||
},
|
||||
{
|
||||
"name": "arc-swap",
|
||||
"version": "0.4.8",
|
||||
"version": "1.2.0",
|
||||
"authors": "Michal 'vorner' Vaner <vorner@vorner.cz>",
|
||||
"repository": "https://github.com/vorner/arc-swap",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -172,7 +172,7 @@
|
|||
},
|
||||
{
|
||||
"name": "backtrace",
|
||||
"version": "0.3.55",
|
||||
"version": "0.3.56",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/backtrace-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -235,7 +235,7 @@
|
|||
},
|
||||
{
|
||||
"name": "bumpalo",
|
||||
"version": "3.4.0",
|
||||
"version": "3.6.0",
|
||||
"authors": "Nick Fitzgerald <fitzgen@gmail.com>",
|
||||
"repository": "https://github.com/fitzgen/bumpalo",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -244,7 +244,7 @@
|
|||
},
|
||||
{
|
||||
"name": "byteorder",
|
||||
"version": "1.3.4",
|
||||
"version": "1.4.2",
|
||||
"authors": "Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/BurntSushi/byteorder",
|
||||
"license": "MIT OR Unlicense",
|
||||
|
@ -271,7 +271,7 @@
|
|||
},
|
||||
{
|
||||
"name": "bytes",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"authors": "Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
|
||||
"repository": "https://github.com/tokio-rs/bytes",
|
||||
"license": "MIT",
|
||||
|
@ -361,22 +361,13 @@
|
|||
},
|
||||
{
|
||||
"name": "crossbeam-channel",
|
||||
"version": "0.4.4",
|
||||
"version": "0.5.0",
|
||||
"authors": "The Crossbeam Project Developers",
|
||||
"repository": "https://github.com/crossbeam-rs/crossbeam",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Multi-producer multi-consumer channels for message passing"
|
||||
},
|
||||
{
|
||||
"name": "crossbeam-utils",
|
||||
"version": "0.7.2",
|
||||
"authors": "The Crossbeam Project Developers",
|
||||
"repository": "https://github.com/crossbeam-rs/crossbeam",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Utilities for concurrent programming"
|
||||
},
|
||||
{
|
||||
"name": "crossbeam-utils",
|
||||
"version": "0.8.1",
|
||||
|
@ -397,7 +388,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ctor",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.19",
|
||||
"authors": "Matt Mastracci <matthew@mastracci.com>",
|
||||
"repository": "https://github.com/mmastrac/rust-ctor",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -406,7 +397,7 @@
|
|||
},
|
||||
{
|
||||
"name": "derivative",
|
||||
"version": "2.1.3",
|
||||
"version": "2.2.0",
|
||||
"authors": "mcarton <cartonmartin+git@gmail.com>",
|
||||
"repository": "https://github.com/mcarton/rust-derivative",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -523,7 +514,7 @@
|
|||
},
|
||||
{
|
||||
"name": "flate2",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.20",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>|Josh Triplett <josh@joshtriplett.org>",
|
||||
"repository": "https://github.com/rust-lang/flate2-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -559,7 +550,7 @@
|
|||
},
|
||||
{
|
||||
"name": "fluent-syntax",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.3",
|
||||
"authors": "Zibi Braniecki <gandalf@mozilla.com>|Staś Małolepszy <stas@mozilla.com>",
|
||||
"repository": "https://github.com/projectfluent/fluent-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -631,7 +622,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -640,7 +631,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-channel",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -649,7 +640,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-core",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -658,7 +649,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-executor",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -667,7 +658,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-io",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -676,7 +667,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-macro",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"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",
|
||||
|
@ -685,7 +676,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-sink",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -694,7 +685,7 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-task",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -703,22 +694,13 @@
|
|||
},
|
||||
{
|
||||
"name": "futures-util",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.12",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/rust-lang/futures-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Common utilities and extension traits for the futures-rs library."
|
||||
},
|
||||
{
|
||||
"name": "fxhash",
|
||||
"version": "0.2.1",
|
||||
"authors": "cbreeden <github@u.breeden.cc>",
|
||||
"repository": "https://github.com/cbreeden/fxhash",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc."
|
||||
},
|
||||
{
|
||||
"name": "generic-array",
|
||||
"version": "0.14.4",
|
||||
|
@ -737,6 +719,15 @@
|
|||
"license_file": null,
|
||||
"description": "A small cross-platform library for retrieving random data from system source"
|
||||
},
|
||||
{
|
||||
"name": "getrandom",
|
||||
"version": "0.2.2",
|
||||
"authors": "The Rand Project Developers",
|
||||
"repository": "https://github.com/rust-random/getrandom",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A small cross-platform library for retrieving random data from system source"
|
||||
},
|
||||
{
|
||||
"name": "ghost",
|
||||
"version": "0.1.2",
|
||||
|
@ -793,7 +784,7 @@
|
|||
},
|
||||
{
|
||||
"name": "hermit-abi",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"authors": "Stefan Lankes",
|
||||
"repository": "https://github.com/hermitcore/libhermit-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -820,7 +811,7 @@
|
|||
},
|
||||
{
|
||||
"name": "http",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>|Carl Lerche <me@carllerche.com>|Sean McArthur <sean@seanmonstar.com>",
|
||||
"repository": "https://github.com/hyperium/http",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -838,7 +829,7 @@
|
|||
},
|
||||
{
|
||||
"name": "httparse",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"authors": "Sean McArthur <sean@seanmonstar.com>",
|
||||
"repository": "https://github.com/seanmonstar/httparse",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -865,7 +856,7 @@
|
|||
},
|
||||
{
|
||||
"name": "humantime",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"authors": "Paul Colomiets <paul@colomiets.name>",
|
||||
"repository": "https://github.com/tailhook/humantime",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -946,7 +937,7 @@
|
|||
},
|
||||
{
|
||||
"name": "intl-memoizer",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"authors": "Zibi Braniecki <gandalf@mozilla.com>|Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"repository": "https://github.com/projectfluent/fluent-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -955,7 +946,7 @@
|
|||
},
|
||||
{
|
||||
"name": "intl_pluralrules",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.1",
|
||||
"authors": "Kekoa Riggin <kekoariggin@gmail.com>|Zibi Braniecki <zbraniecki@mozilla.com>",
|
||||
"repository": "https://github.com/zbraniecki/pluralrules",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1018,7 +1009,7 @@
|
|||
},
|
||||
{
|
||||
"name": "js-sys",
|
||||
"version": "0.3.46",
|
||||
"version": "0.3.47",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1054,7 +1045,7 @@
|
|||
},
|
||||
{
|
||||
"name": "libc",
|
||||
"version": "0.2.81",
|
||||
"version": "0.2.85",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/libc",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1081,7 +1072,7 @@
|
|||
},
|
||||
{
|
||||
"name": "log",
|
||||
"version": "0.4.11",
|
||||
"version": "0.4.14",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/log",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1097,15 +1088,6 @@
|
|||
"license_file": null,
|
||||
"description": "A macro to evaluate, as a boolean, whether an expression matches a pattern."
|
||||
},
|
||||
{
|
||||
"name": "maybe-uninit",
|
||||
"version": "2.0.0",
|
||||
"authors": "est31 <MTest31@outlook.com>|The Rust Project Developers",
|
||||
"repository": "https://github.com/est31/maybe-uninit",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "MaybeUninit for friends of backwards compatibility"
|
||||
},
|
||||
{
|
||||
"name": "memchr",
|
||||
"version": "2.3.4",
|
||||
|
@ -1198,7 +1180,7 @@
|
|||
},
|
||||
{
|
||||
"name": "nom",
|
||||
"version": "6.0.1",
|
||||
"version": "6.1.0",
|
||||
"authors": "contact@geoffroycouprie.com",
|
||||
"repository": "https://github.com/Geal/nom",
|
||||
"license": "MIT",
|
||||
|
@ -1261,7 +1243,7 @@
|
|||
},
|
||||
{
|
||||
"name": "object",
|
||||
"version": "0.22.0",
|
||||
"version": "0.23.0",
|
||||
"authors": "Nick Fitzgerald <fitzgen@gmail.com>|Philip Craig <philipjcraig@gmail.com>",
|
||||
"repository": "https://github.com/gimli-rs/object",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1360,7 +1342,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pin-project",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1378,7 +1360,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pin-project-internal",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1396,7 +1378,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pin-project-lite",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.4",
|
||||
"authors": "Taiki Endo <te316e89@gmail.com>",
|
||||
"repository": "https://github.com/taiki-e/pin-project-lite",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1459,7 +1441,7 @@
|
|||
},
|
||||
{
|
||||
"name": "proc-macro-nested",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/proc-macro-hack",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1513,7 +1495,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pyo3",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1522,7 +1504,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pyo3-macros",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1531,7 +1513,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pyo3-macros-backend",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"authors": "PyO3 Project and Contributors <https://github.com/PyO3>",
|
||||
"repository": "https://github.com/pyo3/pyo3",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -1565,6 +1547,15 @@
|
|||
"license_file": null,
|
||||
"description": "Random number generators and other randomness functionality."
|
||||
},
|
||||
{
|
||||
"name": "rand",
|
||||
"version": "0.8.3",
|
||||
"authors": "The Rand Project Developers|The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-random/rand",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Random number generators and other randomness functionality."
|
||||
},
|
||||
{
|
||||
"name": "rand_chacha",
|
||||
"version": "0.2.2",
|
||||
|
@ -1574,6 +1565,15 @@
|
|||
"license_file": null,
|
||||
"description": "ChaCha random number generator"
|
||||
},
|
||||
{
|
||||
"name": "rand_chacha",
|
||||
"version": "0.3.0",
|
||||
"authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors",
|
||||
"repository": "https://github.com/rust-random/rand",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "ChaCha random number generator"
|
||||
},
|
||||
{
|
||||
"name": "rand_core",
|
||||
"version": "0.5.1",
|
||||
|
@ -1583,6 +1583,15 @@
|
|||
"license_file": null,
|
||||
"description": "Core random number generator traits and tools for implementation."
|
||||
},
|
||||
{
|
||||
"name": "rand_core",
|
||||
"version": "0.6.1",
|
||||
"authors": "The Rand Project Developers|The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-random/rand",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Core random number generator traits and tools for implementation."
|
||||
},
|
||||
{
|
||||
"name": "rand_hc",
|
||||
"version": "0.2.0",
|
||||
|
@ -1592,6 +1601,15 @@
|
|||
"license_file": null,
|
||||
"description": "HC128 random number generator"
|
||||
},
|
||||
{
|
||||
"name": "rand_hc",
|
||||
"version": "0.3.0",
|
||||
"authors": "The Rand Project Developers",
|
||||
"repository": "https://github.com/rust-random/rand",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "HC128 random number generator"
|
||||
},
|
||||
{
|
||||
"name": "redox_syscall",
|
||||
"version": "0.1.57",
|
||||
|
@ -1601,6 +1619,15 @@
|
|||
"license_file": null,
|
||||
"description": "A Rust library to access raw Redox system calls"
|
||||
},
|
||||
{
|
||||
"name": "redox_syscall",
|
||||
"version": "0.2.4",
|
||||
"authors": "Jeremy Soller <jackpot51@gmail.com>",
|
||||
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
|
||||
"license": "MIT",
|
||||
"license_file": null,
|
||||
"description": "A Rust library to access raw Redox system calls"
|
||||
},
|
||||
{
|
||||
"name": "redox_users",
|
||||
"version": "0.3.5",
|
||||
|
@ -1612,7 +1639,7 @@
|
|||
},
|
||||
{
|
||||
"name": "regex",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1621,7 +1648,7 @@
|
|||
},
|
||||
{
|
||||
"name": "regex-syntax",
|
||||
"version": "0.6.21",
|
||||
"version": "0.6.22",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1666,7 +1693,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ring",
|
||||
"version": "0.16.19",
|
||||
"version": "0.16.20",
|
||||
"authors": "Brian Smith <brian@briansmith.org>",
|
||||
"repository": "https://github.com/briansmith/ring",
|
||||
"license": null,
|
||||
|
@ -1709,6 +1736,15 @@
|
|||
"license_file": null,
|
||||
"description": "Rust compiler symbol demangling."
|
||||
},
|
||||
{
|
||||
"name": "rustc-hash",
|
||||
"version": "1.1.0",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang-nursery/rustc-hash",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "speed, non-cryptographic hash used in rustc"
|
||||
},
|
||||
{
|
||||
"name": "rustls",
|
||||
"version": "0.18.1",
|
||||
|
@ -1774,7 +1810,7 @@
|
|||
},
|
||||
{
|
||||
"name": "serde",
|
||||
"version": "1.0.118",
|
||||
"version": "1.0.123",
|
||||
"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",
|
||||
|
@ -1792,7 +1828,7 @@
|
|||
},
|
||||
{
|
||||
"name": "serde_derive",
|
||||
"version": "1.0.118",
|
||||
"version": "1.0.123",
|
||||
"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",
|
||||
|
@ -1873,7 +1909,7 @@
|
|||
},
|
||||
{
|
||||
"name": "slog-async",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6.0",
|
||||
"authors": "Dawid Ciężarkiewicz <dpc@dpc.pw>",
|
||||
"repository": "https://github.com/slog-rs/async",
|
||||
"license": "Apache-2.0 OR MIT OR MPL-2.0",
|
||||
|
@ -1891,7 +1927,7 @@
|
|||
},
|
||||
{
|
||||
"name": "slog-scope",
|
||||
"version": "4.3.0",
|
||||
"version": "4.4.0",
|
||||
"authors": "Dawid Ciężarkiewicz <dpc@dpc.pw>",
|
||||
"repository": "https://github.com/slog-rs/scope",
|
||||
"license": "Apache-2.0 OR MIT OR MPL-2.0",
|
||||
|
@ -1918,7 +1954,7 @@
|
|||
},
|
||||
{
|
||||
"name": "smallvec",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.1",
|
||||
"authors": "The Servo Project Developers",
|
||||
"repository": "https://github.com/servo/rust-smallvec",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1972,7 +2008,7 @@
|
|||
},
|
||||
{
|
||||
"name": "syn",
|
||||
"version": "1.0.57",
|
||||
"version": "1.0.60",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/syn",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2008,7 +2044,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tempfile",
|
||||
"version": "3.1.0",
|
||||
"version": "3.2.0",
|
||||
"authors": "Steven Allen <steven@stebalien.com>|The Rust Project Developers|Ashley Mannix <ashleymannix@live.com.au>|Jason White <jasonaw0@gmail.com>",
|
||||
"repository": "https://github.com/Stebalien/tempfile",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2053,7 +2089,7 @@
|
|||
},
|
||||
{
|
||||
"name": "thread_local",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.2",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/thread_local-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2062,7 +2098,7 @@
|
|||
},
|
||||
{
|
||||
"name": "time",
|
||||
"version": "0.1.44",
|
||||
"version": "0.1.43",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/time-rs/time",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2080,7 +2116,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tinyvec",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"authors": "Lokathor <zefria@gmail.com>",
|
||||
"repository": "https://github.com/Lokathor/tinyvec",
|
||||
"license": "Apache-2.0 OR MIT OR Zlib",
|
||||
|
@ -2098,7 +2134,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tokio",
|
||||
"version": "0.2.24",
|
||||
"version": "0.2.25",
|
||||
"authors": "Tokio Contributors <team@tokio.rs>",
|
||||
"repository": "https://github.com/tokio-rs/tokio",
|
||||
"license": "MIT",
|
||||
|
@ -2161,7 +2197,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tower-service",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"authors": "Tower Maintainers <team@tower-rs.com>",
|
||||
"repository": "https://github.com/tower-rs/tower",
|
||||
"license": "MIT",
|
||||
|
@ -2206,7 +2242,7 @@
|
|||
},
|
||||
{
|
||||
"name": "type-map",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"authors": "Jacob Brown <kardeiz@gmail.com>",
|
||||
"repository": "https://github.com/kardeiz/type-map",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2377,7 +2413,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasi",
|
||||
"version": "0.10.0+wasi-snapshot-preview1",
|
||||
"version": "0.10.2+wasi-snapshot-preview1",
|
||||
"authors": "The Cranelift Project Developers",
|
||||
"repository": "https://github.com/bytecodealliance/wasi",
|
||||
"license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT",
|
||||
|
@ -2386,7 +2422,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen",
|
||||
"version": "0.2.69",
|
||||
"version": "0.2.70",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2395,7 +2431,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen-backend",
|
||||
"version": "0.2.69",
|
||||
"version": "0.2.70",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2404,7 +2440,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen-futures",
|
||||
"version": "0.4.19",
|
||||
"version": "0.4.20",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2413,7 +2449,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen-macro",
|
||||
"version": "0.2.69",
|
||||
"version": "0.2.70",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2422,7 +2458,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen-macro-support",
|
||||
"version": "0.2.69",
|
||||
"version": "0.2.70",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2431,7 +2467,7 @@
|
|||
},
|
||||
{
|
||||
"name": "wasm-bindgen-shared",
|
||||
"version": "0.2.69",
|
||||
"version": "0.2.70",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -2440,7 +2476,7 @@
|
|||
},
|
||||
{
|
||||
"name": "web-sys",
|
||||
"version": "0.3.46",
|
||||
"version": "0.3.47",
|
||||
"authors": "The wasm-bindgen Developers",
|
||||
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.37",
|
||||
version = "1.0.38",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -78,7 +78,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.37",
|
||||
version = "1.0.38",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":anyhow_build_script",
|
|
@ -30,6 +30,12 @@ licenses([
|
|||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "background" with type "bench" omitted
|
||||
|
||||
# Unsupported target "int-access" with type "bench" omitted
|
||||
|
||||
# Unsupported target "track" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "arc_swap",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
@ -38,7 +44,7 @@ rust_library(
|
|||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -46,7 +52,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.8",
|
||||
version = "1.2.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
@ -55,5 +61,3 @@ rust_library(
|
|||
# Unsupported target "random" with type "test" omitted
|
||||
|
||||
# Unsupported target "stress" with type "test" omitted
|
||||
|
||||
# Unsupported target "version" with type "test" omitted
|
|
@ -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_57//:syn",
|
||||
"@raze__syn__1_0_60//: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_0_1//:nom",
|
||||
"@raze__nom__6_1_0//: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_118//:serde",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__toml__0_5_8//:toml",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -62,10 +62,10 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__flate2__1_0_19//:flate2",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__flate2__1_0_20//:flate2",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__pin_project_lite__0_2_0//:pin_project_lite",
|
||||
"@raze__pin_project_lite__0_2_4//:pin_project_lite",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -60,14 +60,14 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.55",
|
||||
version = "0.3.56",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__addr2line__0_14_1//:addr2line",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
"@raze__object__0_22_0//:object",
|
||||
"@raze__object__0_23_0//:object",
|
||||
"@raze__rustc_demangle__0_1_18//:rustc_demangle",
|
||||
] + selects.with_or({
|
||||
# cfg(windows)
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "3.4.0",
|
||||
version = "3.6.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
@ -57,8 +57,12 @@ rust_library(
|
|||
|
||||
# Unsupported target "alloc_fill" with type "test" omitted
|
||||
|
||||
# Unsupported target "alloc_try_with" with type "test" omitted
|
||||
|
||||
# Unsupported target "alloc_with" with type "test" omitted
|
||||
|
||||
# Unsupported target "allocator_api" with type "test" omitted
|
||||
|
||||
# Unsupported target "quickchecks" with type "test" omitted
|
||||
|
||||
# Unsupported target "readme_up_to_date" with type "test" omitted
|
||||
|
@ -69,4 +73,8 @@ rust_library(
|
|||
|
||||
# Unsupported target "try_alloc" with type "test" omitted
|
||||
|
||||
# Unsupported target "try_alloc_try_with" with type "test" omitted
|
||||
|
||||
# Unsupported target "try_alloc_with" with type "test" omitted
|
||||
|
||||
# Unsupported target "vec" with type "test" omitted
|
|
@ -1,88 +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([
|
||||
"unencumbered", # Unlicense from expression "Unlicense OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "byteorder_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.3.4",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "bench" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "byteorder",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.3.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":byteorder_build_script",
|
||||
],
|
||||
)
|
|
@ -0,0 +1,57 @@
|
|||
"""
|
||||
@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([
|
||||
"unencumbered", # Unlicense from expression "Unlicense OR MIT"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
# Unsupported target "bench" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "byteorder",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.4.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
version = "0.4.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__byteorder__1_3_4//:byteorder",
|
||||
"@raze__byteorder__1_4_2//:byteorder",
|
||||
"@raze__iovec__0_1_4//:iovec",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -40,6 +40,8 @@ rust_library(
|
|||
name = "bytes",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
|
@ -52,7 +54,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.0",
|
||||
version = "1.0.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -62,10 +62,10 @@ rust_library(
|
|||
version = "0.4.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__num_integer__0_1_44//:num_integer",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__time__0_1_44//:time",
|
||||
"@raze__time__0_1_43//:time",
|
||||
] + selects.with_or({
|
||||
# cfg(windows)
|
||||
(
|
||||
|
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//: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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -42,11 +42,14 @@ rust_library(
|
|||
name = "crossbeam_channel",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"crossbeam-utils",
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
|
@ -54,11 +57,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.4",
|
||||
version = "0.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__crossbeam_utils__0_7_2//:crossbeam_utils",
|
||||
"@raze__maybe_uninit__2_0_0//:maybe_uninit",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crossbeam_utils__0_8_1//:crossbeam_utils",
|
||||
],
|
||||
)
|
||||
|
|
@ -1,105 +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
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "crossbeam_utils_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"default",
|
||||
"lazy_static",
|
||||
"std",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "atomic_cell" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "crossbeam_utils",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"lazy_static",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.7.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":crossbeam_utils_build_script",
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "atomic_cell" with type "test" omitted
|
||||
|
||||
# Unsupported target "cache_padded" with type "test" omitted
|
||||
|
||||
# Unsupported target "parker" with type "test" omitted
|
||||
|
||||
# Unsupported target "sharded_lock" with type "test" omitted
|
||||
|
||||
# Unsupported target "thread" with type "test" omitted
|
||||
|
||||
# Unsupported target "wait_group" with type "test" omitted
|
|
@ -48,10 +48,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.17",
|
||||
version = "0.1.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
|
@ -47,12 +47,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.1.3",
|
||||
version = "2.2.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -70,6 +70,8 @@ rust_library(
|
|||
|
||||
# Unsupported target "derive-debug-generics" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-debug-packed" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-debug-transparent" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-default" with type "test" omitted
|
||||
|
@ -78,12 +80,18 @@ rust_library(
|
|||
|
||||
# Unsupported target "derive-eq" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-eq-packed" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-hash" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-ord" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-ord-packed" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-partial-eq" with type "test" omitted
|
||||
|
||||
# Unsupported target "derive-partial-eq-packed" with type "test" omitted
|
||||
|
||||
# Unsupported target "issue-37-turbofish" with type "test" omitted
|
||||
|
||||
# Unsupported target "issue-55" with type "test" omitted
|
||||
|
@ -94,6 +102,8 @@ rust_library(
|
|||
|
||||
# Unsupported target "issue-67" with type "test" omitted
|
||||
|
||||
# Unsupported target "issue-82" with type "test" omitted
|
||||
|
||||
# Unsupported target "rustc-class-implement-traits" with type "test" omitted
|
||||
|
||||
# Unsupported target "rustc-deriving-bounds" with type "test" omitted
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -71,9 +71,9 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__atty__0_2_14//:atty",
|
||||
"@raze__humantime__2_0_1//:humantime",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__regex__1_4_2//:regex",
|
||||
"@raze__humantime__2_1_0//:humantime",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__regex__1_4_3//:regex",
|
||||
"@raze__termcolor__1_1_2//:termcolor",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -65,7 +65,7 @@ rust_library(
|
|||
version = "0.1.8",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__backtrace__0_3_55//:backtrace",
|
||||
"@raze__backtrace__0_3_56//:backtrace",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@ rust_library(
|
|||
":failure_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
"@raze__synstructure__0_12_4//:synstructure",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -93,12 +93,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.19",
|
||||
version = "1.0.20",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crc32fast__1_2_1//:crc32fast",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
],
|
||||
)
|
|
@ -52,11 +52,11 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__fluent_langneg__0_13_0//:fluent_langneg",
|
||||
"@raze__fluent_syntax__0_10_1//:fluent_syntax",
|
||||
"@raze__intl_memoizer__0_5_0//:intl_memoizer",
|
||||
"@raze__intl_pluralrules__7_0_0//:intl_pluralrules",
|
||||
"@raze__fluent_syntax__0_10_3//:fluent_syntax",
|
||||
"@raze__intl_memoizer__0_5_1//:intl_memoizer",
|
||||
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
|
||||
"@raze__rental__0_5_5//:rental",
|
||||
"@raze__smallvec__1_6_0//:smallvec",
|
||||
"@raze__smallvec__1_6_1//:smallvec",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_binary(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.1",
|
||||
version = "0.10.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
|
@ -76,7 +76,7 @@ rust_binary(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.1",
|
||||
version = "0.10.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
|
@ -101,7 +101,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.10.1",
|
||||
version = "0.10.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -52,16 +52,16 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_channel__0_3_8//:futures_channel",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_executor__0_3_8//:futures_executor",
|
||||
"@raze__futures_io__0_3_8//:futures_io",
|
||||
"@raze__futures_sink__0_3_8//:futures_sink",
|
||||
"@raze__futures_task__0_3_8//:futures_task",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@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",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -111,6 +111,8 @@ rust_library(
|
|||
|
||||
# Unsupported target "io_read_line" with type "test" omitted
|
||||
|
||||
# Unsupported target "io_read_to_end" with type "test" omitted
|
||||
|
||||
# Unsupported target "io_read_to_string" with type "test" omitted
|
||||
|
||||
# Unsupported target "io_read_until" with type "test" omitted
|
|
@ -53,11 +53,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_sink__0_3_8//:futures_sink",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_sink__0_3_12//:futures_sink",
|
||||
],
|
||||
)
|
||||
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -49,12 +49,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_task__0_3_8//:futures_task",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_task__0_3_12//:futures_task",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
],
|
||||
)
|
||||
|
|
@ -47,7 +47,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -49,11 +49,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# 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_8//:futures_macro",
|
||||
"@raze__futures_macro__0_3_12//:futures_macro",
|
||||
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
|
||||
],
|
||||
rustc_flags = [
|
||||
|
@ -68,18 +68,18 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.8",
|
||||
version = "0.3.12",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__futures_channel__0_3_8//:futures_channel",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_io__0_3_8//:futures_io",
|
||||
"@raze__futures_sink__0_3_8//:futures_sink",
|
||||
"@raze__futures_task__0_3_8//:futures_task",
|
||||
"@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__memchr__2_3_4//:memchr",
|
||||
"@raze__pin_project__1_0_2//:pin_project",
|
||||
"@raze__pin_project_lite__0_2_4//:pin_project_lite",
|
||||
"@raze__pin_utils__0_1_0//:pin_utils",
|
||||
"@raze__proc_macro_nested__0_1_6//:proc_macro_nested",
|
||||
"@raze__proc_macro_nested__0_1_7//:proc_macro_nested",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
],
|
||||
)
|
|
@ -1,56 +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 "fxhash" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "fxhash",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__byteorder__1_3_4//:byteorder",
|
||||
],
|
||||
)
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -0,0 +1,118 @@
|
|||
"""
|
||||
@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
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "getrandom_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
"std",
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.2",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
||||
# Unsupported target "mod" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "getrandom",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
aliases = {
|
||||
},
|
||||
crate_features = [
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":getrandom_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@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",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
|
||||
# Unsupported target "custom" with type "test" omitted
|
||||
|
||||
# Unsupported target "normal" with type "test" omitted
|
||||
|
||||
# Unsupported target "rdrand" with type "test" omitted
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -57,13 +57,13 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__fnv__1_0_7//:fnv",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_sink__0_3_8//:futures_sink",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@raze__http__0_2_2//:http",
|
||||
"@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__http__0_2_3//:http",
|
||||
"@raze__indexmap__1_6_1//:indexmap",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_util__0_3_1//:tokio_util",
|
||||
"@raze__tracing__0_1_22//:tracing",
|
||||
"@raze__tracing_futures__0_2_4//:tracing_futures",
|
||||
|
|
|
@ -47,9 +47,9 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.17",
|
||||
version = "0.1.18",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
)
|
|
@ -54,10 +54,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.2",
|
||||
version = "0.2.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__bytes__1_0_1//:bytes",
|
||||
"@raze__fnv__1_0_7//:fnv",
|
||||
"@raze__itoa__0_4_7//:itoa",
|
||||
],
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__http__0_2_2//:http",
|
||||
"@raze__http__0_2_3//:http",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.3.4",
|
||||
version = "1.3.5",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.3.4",
|
||||
version = "1.3.5",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":httparse_build_script",
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.0.1",
|
||||
version = "2.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -96,19 +96,19 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__futures_channel__0_3_8//:futures_channel",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@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__h2__0_2_7//:h2",
|
||||
"@raze__http__0_2_2//:http",
|
||||
"@raze__http__0_2_3//:http",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
"@raze__httparse__1_3_4//:httparse",
|
||||
"@raze__httparse__1_3_5//:httparse",
|
||||
"@raze__httpdate__0_3_2//:httpdate",
|
||||
"@raze__itoa__0_4_7//:itoa",
|
||||
"@raze__pin_project__1_0_2//:pin_project",
|
||||
"@raze__pin_project__1_0_4//:pin_project",
|
||||
"@raze__socket2__0_3_19//:socket2",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tower_service__0_3_0//:tower_service",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tower_service__0_3_1//:tower_service",
|
||||
"@raze__tracing__0_1_22//:tracing",
|
||||
"@raze__want__0_3_0//:want",
|
||||
] + selects.with_or({
|
||||
|
|
|
@ -54,11 +54,11 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__hyper__0_13_9//:hyper",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__rustls__0_18_1//:rustls",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_rustls__0_14_1//:tokio_rustls",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
|
|
|
@ -53,7 +53,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__hyper__0_13_9//:hyper",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_io_timeout__0_4_0//:tokio_io_timeout",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -54,7 +54,7 @@ rust_library(
|
|||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__hyper__0_13_9//:hyper",
|
||||
"@raze__native_tls__0_2_7//:native_tls",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_tls__0_3_1//:tokio_tls",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -46,10 +46,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.5.0",
|
||||
version = "0.5.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__type_map__0_3_0//:type_map",
|
||||
"@raze__type_map__0_4_0//:type_map",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
],
|
||||
)
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "7.0.0",
|
||||
version = "7.0.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__tinystr__0_3_4//:tinystr",
|
|
@ -70,7 +70,7 @@ rust_library(
|
|||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__ctor__0_1_17//:ctor",
|
||||
"@raze__ctor__0_1_19//:ctor",
|
||||
"@raze__ghost__0_1_2//:ghost",
|
||||
"@raze__inventory_impl__0_1_10//:inventory_impl",
|
||||
],
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -46,10 +46,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.46",
|
||||
version = "0.3.47",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__wasm_bindgen__0_2_69//:wasm_bindgen",
|
||||
"@raze__wasm_bindgen__0_2_70//:wasm_bindgen",
|
||||
],
|
||||
)
|
||||
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.81",
|
||||
version = "0.2.85",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -80,7 +80,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.81",
|
||||
version = "0.2.85",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":libc_build_script",
|
|
@ -53,12 +53,14 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.11",
|
||||
version = "0.4.14",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "value" with type "bench" omitted
|
||||
|
||||
rust_library(
|
||||
name = "log",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
@ -76,11 +78,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.4.11",
|
||||
version = "0.4.14",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":log_build_script",
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
],
|
||||
)
|
||||
|
|
@ -1,84 +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
|
||||
# buildifier: disable=load-on-top
|
||||
load(
|
||||
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
|
||||
"cargo_build_script",
|
||||
)
|
||||
|
||||
cargo_build_script(
|
||||
name = "maybe_uninit_build_script",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
build_script_env = {
|
||||
},
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "build.rs",
|
||||
data = glob(["**"]),
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.0.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "maybe_uninit",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "2.0.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":maybe_uninit_build_script",
|
||||
],
|
||||
)
|
||||
|
||||
# Unsupported target "doesnt_drop" with type "test" omitted
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__iovec__0_1_4//:iovec",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__net2__0_2_37//:net2",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
] + selects.with_or({
|
||||
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -118,10 +118,10 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@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__tempfile__3_1_0//:tempfile",
|
||||
"@raze__tempfile__3_2_0//:tempfile",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
@ -130,7 +130,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__openssl__0_10_32//:openssl",
|
||||
"@raze__openssl_probe__0_1_2//:openssl_probe",
|
||||
"@raze__openssl_sys__0_9_60//:openssl_sys",
|
||||
|
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -58,7 +58,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.0.1",
|
||||
version = "6.1.0",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__version_check__0_9_2//:version_check",
|
||||
|
@ -107,7 +107,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "6.0.1",
|
||||
version = "6.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":nom_build_script",
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
version = "1.13.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -42,7 +42,7 @@ rust_library(
|
|||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__derivative__2_1_3//:derivative",
|
||||
"@raze__derivative__2_2_0//:derivative",
|
||||
"@raze__num_enum_derive__0_5_1//:num_enum_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
|
|
|
@ -54,6 +54,6 @@ rust_library(
|
|||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -40,6 +40,8 @@ licenses([
|
|||
|
||||
# Unsupported target "objectmap" with type "example" omitted
|
||||
|
||||
# Unsupported target "readobj" with type "example" omitted
|
||||
|
||||
rust_library(
|
||||
name = "object",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
|
@ -63,7 +65,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.22.0",
|
||||
version = "0.23.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__openssl_sys__0_9_60//:openssl_sys",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -91,7 +91,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":openssl_sys_build_script",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
(
|
||||
|
|
|
@ -53,7 +53,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__smallvec__1_6_0//:smallvec",
|
||||
"@raze__smallvec__1_6_1//:smallvec",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
|
@ -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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
data = [],
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__pin_project_internal__1_0_2//:pin_project_internal",
|
||||
"@raze__pin_project_internal__1_0_4//:pin_project_internal",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -73,7 +73,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.2",
|
||||
version = "1.0.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -80,6 +80,6 @@ rust_library(
|
|||
":pin_project_internal_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -46,11 +46,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.2",
|
||||
version = "1.0.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
|
@ -46,7 +46,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.0",
|
||||
version = "0.2.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
|
@ -54,6 +54,8 @@ rust_library(
|
|||
|
||||
# Unsupported target "compiletest" with type "test" omitted
|
||||
|
||||
# Unsupported target "drop_order" with type "test" omitted
|
||||
|
||||
# Unsupported target "lint" with type "test" omitted
|
||||
|
||||
# Unsupported target "proper_unpin" with type "test" omitted
|
|
@ -52,7 +52,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.6",
|
||||
version = "0.1.7",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -74,7 +74,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.6",
|
||||
version = "0.1.7",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":proc_macro_nested_build_script",
|
|
@ -57,6 +57,6 @@ rust_library(
|
|||
version = "0.7.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_0_0//:bytes",
|
||||
"@raze__bytes__1_0_1//:bytes",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -79,14 +79,14 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":prost_build_build_script",
|
||||
"@raze__bytes__1_0_0//:bytes",
|
||||
"@raze__bytes__1_0_1//:bytes",
|
||||
"@raze__heck__0_3_2//:heck",
|
||||
"@raze__itertools__0_9_0//:itertools",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__multimap__0_8_2//:multimap",
|
||||
"@raze__petgraph__0_5_1//:petgraph",
|
||||
"@raze__prost__0_7_0//:prost",
|
||||
"@raze__prost_types__0_7_0//:prost_types",
|
||||
"@raze__tempfile__3_1_0//:tempfile",
|
||||
"@raze__tempfile__3_2_0//:tempfile",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -49,10 +49,10 @@ rust_library(
|
|||
version = "0.7.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__anyhow__1_0_37//:anyhow",
|
||||
"@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_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
version = "0.7.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__1_0_0//:bytes",
|
||||
"@raze__bytes__1_0_1//:bytes",
|
||||
"@raze__prost__0_7_0//:prost",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -42,6 +42,7 @@ cargo_build_script(
|
|||
},
|
||||
crate_features = [
|
||||
"abi3",
|
||||
"auto-initialize",
|
||||
"ctor",
|
||||
"default",
|
||||
"extension-module",
|
||||
|
@ -62,7 +63,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.0",
|
||||
version = "0.13.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -85,6 +86,7 @@ rust_library(
|
|||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"abi3",
|
||||
"auto-initialize",
|
||||
"ctor",
|
||||
"default",
|
||||
"extension-module",
|
||||
|
@ -101,10 +103,10 @@ rust_library(
|
|||
compile_data = glob(["**/*.md"]),
|
||||
edition = "2018",
|
||||
proc_macro_deps = [
|
||||
"@raze__ctor__0_1_17//:ctor",
|
||||
"@raze__ctor__0_1_19//:ctor",
|
||||
"@raze__indoc__1_0_3//:indoc",
|
||||
"@raze__paste__1_0_4//:paste",
|
||||
"@raze__pyo3_macros__0_13_0//:pyo3_macros",
|
||||
"@raze__pyo3_macros__0_13_1//:pyo3_macros",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -113,13 +115,13 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.0",
|
||||
version = "0.13.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":pyo3_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__inventory__0_1_10//:inventory",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__parking_lot__0_11_1//:parking_lot",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
|
@ -46,11 +46,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.0",
|
||||
version = "0.13.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__pyo3_macros_backend__0_13_0//:pyo3_macros_backend",
|
||||
"@raze__pyo3_macros_backend__0_13_1//:pyo3_macros_backend",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
|
@ -46,11 +46,11 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.13.0",
|
||||
version = "0.13.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
|
@ -82,7 +82,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_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -0,0 +1,77 @@
|
|||
"""
|
||||
@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 = "rand",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
aliases = {
|
||||
},
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"default",
|
||||
"getrandom",
|
||||
"libc",
|
||||
"rand_chacha",
|
||||
"rand_hc",
|
||||
"std",
|
||||
"std_rng",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__rand_chacha__0_3_0//:rand_chacha",
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-darwin",
|
||||
"@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",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
|
@ -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 = "rand_chacha",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.3.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ppv_lite86__0_2_10//:ppv_lite86",
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
],
|
||||
)
|
|
@ -0,0 +1,57 @@
|
|||
"""
|
||||
@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 = "rand_core",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"alloc",
|
||||
"getrandom",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__getrandom__0_2_2//:getrandom",
|
||||
],
|
||||
)
|
|
@ -31,7 +31,7 @@ licenses([
|
|||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "type_map",
|
||||
name = "rand_hc",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
|
@ -49,6 +49,6 @@ rust_library(
|
|||
version = "0.3.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__fxhash__0_2_1//:fxhash",
|
||||
"@raze__rand_core__0_6_1//:rand_core",
|
||||
],
|
||||
)
|
|
@ -0,0 +1,63 @@
|
|||
"""
|
||||
@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"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
alias(
|
||||
name = "redox_syscall",
|
||||
actual = ":syscall",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
)
|
||||
|
||||
rust_library(
|
||||
name = "syscall",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
],
|
||||
)
|
|
@ -76,13 +76,13 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.4.2",
|
||||
version = "1.4.3",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__aho_corasick__0_7_15//:aho_corasick",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__regex_syntax__0_6_21//:regex_syntax",
|
||||
"@raze__thread_local__1_0_1//:thread_local",
|
||||
"@raze__regex_syntax__0_6_22//:regex_syntax",
|
||||
"@raze__thread_local__1_1_2//:thread_local",
|
||||
],
|
||||
)
|
||||
|
|
@ -57,7 +57,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.21",
|
||||
version = "0.6.22",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_8//:quote",
|
||||
"@raze__syn__1_0_57//:syn",
|
||||
"@raze__syn__1_0_60//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -83,10 +83,10 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bytes__0_5_6//:bytes",
|
||||
"@raze__http__0_2_2//:http",
|
||||
"@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_118//:serde",
|
||||
"@raze__serde__1_0_123//:serde",
|
||||
"@raze__serde_json__1_0_61//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
|
@ -102,21 +102,21 @@ rust_library(
|
|||
): [
|
||||
"@raze__base64__0_13_0//:base64",
|
||||
"@raze__encoding_rs__0_8_26//:encoding_rs",
|
||||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__futures_util__0_3_8//:futures_util",
|
||||
"@raze__futures_core__0_3_12//:futures_core",
|
||||
"@raze__futures_util__0_3_12//:futures_util",
|
||||
"@raze__http_body__0_3_1//:http_body",
|
||||
"@raze__hyper__0_13_9//:hyper",
|
||||
"@raze__hyper_rustls__0_21_0//:hyper_rustls",
|
||||
"@raze__hyper_tls__0_4_3//:hyper_tls",
|
||||
"@raze__ipnet__2_3_0//:ipnet",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@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__rustls__0_18_1//:rustls",
|
||||
"@raze__tokio__0_2_24//:tokio",
|
||||
"@raze__tokio__0_2_25//:tokio",
|
||||
"@raze__tokio_rustls__0_14_1//:tokio_rustls",
|
||||
"@raze__tokio_socks__0_3_0//:tokio_socks",
|
||||
"@raze__tokio_tls__0_3_1//:tokio_tls",
|
||||
|
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.19",
|
||||
version = "0.16.20",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
|
@ -124,7 +124,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.19",
|
||||
version = "0.16.20",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":ring_build_script",
|
||||
|
@ -147,7 +147,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:aarch64-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__libc__0_2_85//:libc",
|
||||
"@raze__once_cell__1_5_2//:once_cell",
|
||||
],
|
||||
"//conditions:default": [],
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
"@raze__hashlink__0_6_0//:hashlink",
|
||||
"@raze__libsqlite3_sys__0_20_1//:libsqlite3_sys",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__smallvec__1_6_0//:smallvec",
|
||||
"@raze__smallvec__1_6_1//:smallvec",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -0,0 +1,55 @@
|
|||
"""
|
||||
@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
|
||||
|
||||
rust_library(
|
||||
name = "rustc_hash",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
crate_type = "lib",
|
||||
data = [],
|
||||
edition = "2015",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
||||
)
|
|
@ -68,8 +68,8 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__base64__0_12_3//:base64",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__ring__0_16_19//:ring",
|
||||
"@raze__log__0_4_14//:log",
|
||||
"@raze__ring__0_16_20//:ring",
|
||||
"@raze__sct__0_6_0//:sct",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue