update Rust deps

This commit is contained in:
Damien Elmes 2021-06-16 16:10:57 +10:00
parent d120cd7f8a
commit ecdd668f9a
137 changed files with 1189 additions and 1035 deletions

250
Cargo.lock generated
View file

@ -124,15 +124,15 @@ version = "0.0.0"
[[package]]
name = "anyhow"
version = "1.0.40"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
[[package]]
name = "arc-swap"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73"
checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820"
[[package]]
name = "arrayref"
@ -268,9 +268,9 @@ dependencies = [
[[package]]
name = "blake3"
version = "0.3.7"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
@ -283,9 +283,9 @@ dependencies = [
[[package]]
name = "bumpalo"
version = "3.6.1"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
[[package]]
name = "byteorder"
@ -301,9 +301,9 @@ checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]]
name = "cc"
version = "1.0.67"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
[[package]]
name = "cfg-if"
@ -385,11 +385,10 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
version = "0.8.4"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"lazy_static",
]
@ -472,9 +471,9 @@ dependencies = [
[[package]]
name = "env_logger"
version = "0.8.3"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
dependencies = [
"atty",
"humantime",
@ -606,9 +605,9 @@ dependencies = [
[[package]]
name = "futures"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253"
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
dependencies = [
"futures-channel",
"futures-core",
@ -621,9 +620,9 @@ dependencies = [
[[package]]
name = "futures-channel"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25"
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
dependencies = [
"futures-core",
"futures-sink",
@ -631,15 +630,15 @@ dependencies = [
[[package]]
name = "futures-core"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815"
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
[[package]]
name = "futures-executor"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d"
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
dependencies = [
"futures-core",
"futures-task",
@ -648,16 +647,17 @@ dependencies = [
[[package]]
name = "futures-io"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04"
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
[[package]]
name = "futures-macro"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b"
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
dependencies = [
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
@ -666,22 +666,23 @@ dependencies = [
[[package]]
name = "futures-sink"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
[[package]]
name = "futures-task"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
[[package]]
name = "futures-util"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025"
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
dependencies = [
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
@ -728,9 +729,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
dependencies = [
"cfg-if 1.0.0",
"libc",
@ -787,9 +788,9 @@ dependencies = [
[[package]]
name = "heck"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
@ -842,9 +843,9 @@ dependencies = [
[[package]]
name = "http-body"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737"
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
dependencies = [
"bytes",
"http",
@ -853,21 +854,21 @@ dependencies = [
[[package]]
name = "httparse"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437"
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "httpdate"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9"
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
[[package]]
name = "humansize"
version = "1.1.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
[[package]]
name = "humantime"
@ -877,9 +878,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.7"
version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54"
checksum = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83"
dependencies = [
"bytes",
"futures-channel",
@ -891,7 +892,7 @@ dependencies = [
"httparse",
"httpdate",
"itoa",
"pin-project",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
@ -1041,9 +1042,9 @@ dependencies = [
[[package]]
name = "ipnet"
version = "2.3.0"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
[[package]]
name = "itertools"
@ -1062,9 +1063,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
[[package]]
name = "js-sys"
version = "0.3.50"
version = "0.3.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c"
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
dependencies = [
"wasm-bindgen",
]
@ -1090,9 +1091,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.94"
version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "libsqlite3-sys"
@ -1201,9 +1202,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.11"
version = "0.7.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
dependencies = [
"libc",
"log",
@ -1342,9 +1343,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.7.2"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "openssl"
@ -1362,9 +1363,9 @@ dependencies = [
[[package]]
name = "openssl-probe"
version = "0.1.2"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "openssl-sys"
@ -1381,9 +1382,9 @@ dependencies = [
[[package]]
name = "ouroboros"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530"
checksum = "cc1f52300b81ac4eeeb6c00c20f7e86556c427d9fb2d92b68fc73c22f331cd15"
dependencies = [
"ouroboros_macro",
"stable_deref_trait",
@ -1391,9 +1392,9 @@ dependencies = [
[[package]]
name = "ouroboros_macro"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852"
checksum = "41db02c8f8731cdd7a72b433c7900cce4bf245465b452c364bfd21f4566ab055"
dependencies = [
"Inflector",
"proc-macro-error",
@ -1613,9 +1614,9 @@ checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]]
name = "proc-macro2"
version = "1.0.26"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
dependencies = [
"unicode-xid",
]
@ -1753,14 +1754,14 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.3"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha 0.3.0",
"rand_core 0.6.2",
"rand_hc 0.3.0",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
]
[[package]]
@ -1775,12 +1776,12 @@ dependencies = [
[[package]]
name = "rand_chacha"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core 0.6.2",
"rand_core 0.6.3",
]
[[package]]
@ -1794,11 +1795,11 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom 0.2.2",
"getrandom 0.2.3",
]
[[package]]
@ -1812,11 +1813,11 @@ dependencies = [
[[package]]
name = "rand_hc"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
dependencies = [
"rand_core 0.6.2",
"rand_core 0.6.3",
]
[[package]]
@ -1843,7 +1844,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
"getrandom 0.2.2",
"getrandom 0.2.3",
"redox_syscall",
]
@ -2005,9 +2006,9 @@ dependencies = [
[[package]]
name = "security-framework"
version = "2.2.0"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84"
checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
dependencies = [
"bitflags",
"core-foundation",
@ -2018,9 +2019,9 @@ dependencies = [
[[package]]
name = "security-framework-sys"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339"
checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
dependencies = [
"core-foundation-sys",
"libc",
@ -2028,9 +2029,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.125"
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
dependencies = [
"serde_derive",
]
@ -2049,9 +2050,9 @@ dependencies = [
[[package]]
name = "serde_derive"
version = "1.0.125"
version = "1.0.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
dependencies = [
"proc-macro2",
"quote",
@ -2071,9 +2072,9 @@ dependencies = [
[[package]]
name = "serde_repr"
version = "0.1.6"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
dependencies = [
"proc-macro2",
"quote",
@ -2287,9 +2288,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]]
name = "syn"
version = "1.0.72"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
dependencies = [
"proc-macro2",
"quote",
@ -2316,7 +2317,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if 1.0.0",
"libc",
"rand 0.8.3",
"rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi",
@ -2354,18 +2355,18 @@ dependencies = [
[[package]]
name = "thiserror"
version = "1.0.24"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.24"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
dependencies = [
"proc-macro2",
"quote",
@ -2414,9 +2415,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.5.0"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5"
checksum = "c79ba603c337335df6ba6dd6afc38c38a7d5e1b0c871678439ea973cd62a118e"
dependencies = [
"autocfg",
"bytes",
@ -2425,6 +2426,7 @@ dependencies = [
"mio",
"num_cpus",
"pin-project-lite",
"winapi",
]
[[package]]
@ -2471,9 +2473,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.6.6"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e"
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
dependencies = [
"bytes",
"futures-core",
@ -2602,9 +2604,9 @@ dependencies = [
[[package]]
name = "unicode-normalization"
version = "0.1.17"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
dependencies = [
"tinyvec",
]
@ -2641,9 +2643,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.2.1"
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
dependencies = [
"form_urlencoded",
"idna",
@ -2669,9 +2671,9 @@ dependencies = [
[[package]]
name = "vcpkg"
version = "0.2.12"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
[[package]]
name = "version_check"
@ -2703,9 +2705,9 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "wasm-bindgen"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
dependencies = [
"cfg-if 1.0.0",
"serde",
@ -2715,9 +2717,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
dependencies = [
"bumpalo",
"lazy_static",
@ -2730,9 +2732,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.23"
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea"
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
@ -2742,9 +2744,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@ -2752,9 +2754,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
dependencies = [
"proc-macro2",
"quote",
@ -2765,15 +2767,15 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.73"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
[[package]]
name = "web-sys"
version = "0.3.50"
version = "0.3.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
dependencies = [
"js-sys",
"wasm-bindgen",
@ -2868,9 +2870,9 @@ dependencies = [
[[package]]
name = "zip"
version = "0.5.12"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27"
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
dependencies = [
"byteorder",
"crc32fast",

View file

@ -81,10 +81,10 @@ rust_library(
"@raze__http__0_2_4//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_125//:serde",
"@raze__serde__1_0_126//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_1//:url",
"@raze__url__2_2_2//:url",
] + selects.with_or({
# cfg(not(target_arch = "wasm32"))
(
@ -97,19 +97,19 @@ rust_library(
): [
"@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_28//:encoding_rs",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__http_body__0_4_1//:http_body",
"@raze__hyper__0_14_7//:hyper",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__http_body__0_4_2//:http_body",
"@raze__hyper__0_14_9//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_0//:ipnet",
"@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static",
"@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_2_6//:pin_project_lite",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_socks__0_5_1//:tokio_socks",
],

View file

@ -82,10 +82,10 @@ rust_library(
"@raze__http__0_2_4//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_125//:serde",
"@raze__serde__1_0_126//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_1//:url",
"@raze__url__2_2_2//:url",
] + selects.with_or({
# cfg(not(target_arch = "wasm32"))
(
@ -98,19 +98,19 @@ rust_library(
): [
"@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_28//:encoding_rs",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__http_body__0_4_1//:http_body",
"@raze__hyper__0_14_7//:hyper",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__http_body__0_4_2//:http_body",
"@raze__hyper__0_14_9//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__ipnet__2_3_0//:ipnet",
"@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static",
"@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_2_6//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__tokio_socks__0_5_1//:tokio_socks",
"@raze__webpki_roots__0_21_1//:webpki_roots",

View file

@ -63,22 +63,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__anyhow__1_0_40",
url = "https://crates.io/api/v1/crates/anyhow/1.0.40/download",
name = "raze__anyhow__1_0_41",
url = "https://crates.io/api/v1/crates/anyhow/1.0.41/download",
type = "tar.gz",
sha256 = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b",
strip_prefix = "anyhow-1.0.40",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.40.bazel"),
sha256 = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61",
strip_prefix = "anyhow-1.0.41",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.41.bazel"),
)
maybe(
http_archive,
name = "raze__arc_swap__1_2_0",
url = "https://crates.io/api/v1/crates/arc-swap/1.2.0/download",
name = "raze__arc_swap__1_3_0",
url = "https://crates.io/api/v1/crates/arc-swap/1.3.0/download",
type = "tar.gz",
sha256 = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73",
strip_prefix = "arc-swap-1.2.0",
build_file = Label("//cargo/remote:BUILD.arc-swap-1.2.0.bazel"),
sha256 = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820",
strip_prefix = "arc-swap-1.3.0",
build_file = Label("//cargo/remote:BUILD.arc-swap-1.3.0.bazel"),
)
maybe(
@ -223,22 +223,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__blake3__0_3_7",
url = "https://crates.io/api/v1/crates/blake3/0.3.7/download",
name = "raze__blake3__0_3_8",
url = "https://crates.io/api/v1/crates/blake3/0.3.8/download",
type = "tar.gz",
sha256 = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f",
strip_prefix = "blake3-0.3.7",
build_file = Label("//cargo/remote:BUILD.blake3-0.3.7.bazel"),
sha256 = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3",
strip_prefix = "blake3-0.3.8",
build_file = Label("//cargo/remote:BUILD.blake3-0.3.8.bazel"),
)
maybe(
http_archive,
name = "raze__bumpalo__3_6_1",
url = "https://crates.io/api/v1/crates/bumpalo/3.6.1/download",
name = "raze__bumpalo__3_7_0",
url = "https://crates.io/api/v1/crates/bumpalo/3.7.0/download",
type = "tar.gz",
sha256 = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe",
strip_prefix = "bumpalo-3.6.1",
build_file = Label("//cargo/remote:BUILD.bumpalo-3.6.1.bazel"),
sha256 = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631",
strip_prefix = "bumpalo-3.7.0",
build_file = Label("//cargo/remote:BUILD.bumpalo-3.7.0.bazel"),
)
maybe(
@ -263,12 +263,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__cc__1_0_67",
url = "https://crates.io/api/v1/crates/cc/1.0.67/download",
name = "raze__cc__1_0_68",
url = "https://crates.io/api/v1/crates/cc/1.0.68/download",
type = "tar.gz",
sha256 = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd",
strip_prefix = "cc-1.0.67",
build_file = Label("//cargo/remote:BUILD.cc-1.0.67.bazel"),
sha256 = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787",
strip_prefix = "cc-1.0.68",
build_file = Label("//cargo/remote:BUILD.cc-1.0.68.bazel"),
)
maybe(
@ -363,12 +363,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__crossbeam_utils__0_8_4",
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.4/download",
name = "raze__crossbeam_utils__0_8_5",
url = "https://crates.io/api/v1/crates/crossbeam-utils/0.8.5/download",
type = "tar.gz",
sha256 = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278",
strip_prefix = "crossbeam-utils-0.8.4",
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.4.bazel"),
sha256 = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db",
strip_prefix = "crossbeam-utils-0.8.5",
build_file = Label("//cargo/remote:BUILD.crossbeam-utils-0.8.5.bazel"),
)
maybe(
@ -453,12 +453,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__env_logger__0_8_3",
url = "https://crates.io/api/v1/crates/env_logger/0.8.3/download",
name = "raze__env_logger__0_8_4",
url = "https://crates.io/api/v1/crates/env_logger/0.8.4/download",
type = "tar.gz",
sha256 = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f",
strip_prefix = "env_logger-0.8.3",
build_file = Label("//cargo/remote:BUILD.env_logger-0.8.3.bazel"),
sha256 = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3",
strip_prefix = "env_logger-0.8.4",
build_file = Label("//cargo/remote:BUILD.env_logger-0.8.4.bazel"),
)
maybe(
@ -603,92 +603,92 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__futures__0_3_14",
url = "https://crates.io/api/v1/crates/futures/0.3.14/download",
name = "raze__futures__0_3_15",
url = "https://crates.io/api/v1/crates/futures/0.3.15/download",
type = "tar.gz",
sha256 = "a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253",
strip_prefix = "futures-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-0.3.14.bazel"),
sha256 = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27",
strip_prefix = "futures-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_channel__0_3_14",
url = "https://crates.io/api/v1/crates/futures-channel/0.3.14/download",
name = "raze__futures_channel__0_3_15",
url = "https://crates.io/api/v1/crates/futures-channel/0.3.15/download",
type = "tar.gz",
sha256 = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25",
strip_prefix = "futures-channel-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.14.bazel"),
sha256 = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2",
strip_prefix = "futures-channel-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-channel-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_core__0_3_14",
url = "https://crates.io/api/v1/crates/futures-core/0.3.14/download",
name = "raze__futures_core__0_3_15",
url = "https://crates.io/api/v1/crates/futures-core/0.3.15/download",
type = "tar.gz",
sha256 = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815",
strip_prefix = "futures-core-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-core-0.3.14.bazel"),
sha256 = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1",
strip_prefix = "futures-core-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-core-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_executor__0_3_14",
url = "https://crates.io/api/v1/crates/futures-executor/0.3.14/download",
name = "raze__futures_executor__0_3_15",
url = "https://crates.io/api/v1/crates/futures-executor/0.3.15/download",
type = "tar.gz",
sha256 = "10f6cb7042eda00f0049b1d2080aa4b93442997ee507eb3828e8bd7577f94c9d",
strip_prefix = "futures-executor-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.14.bazel"),
sha256 = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79",
strip_prefix = "futures-executor-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-executor-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_io__0_3_14",
url = "https://crates.io/api/v1/crates/futures-io/0.3.14/download",
name = "raze__futures_io__0_3_15",
url = "https://crates.io/api/v1/crates/futures-io/0.3.15/download",
type = "tar.gz",
sha256 = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04",
strip_prefix = "futures-io-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-io-0.3.14.bazel"),
sha256 = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1",
strip_prefix = "futures-io-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-io-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_macro__0_3_14",
url = "https://crates.io/api/v1/crates/futures-macro/0.3.14/download",
name = "raze__futures_macro__0_3_15",
url = "https://crates.io/api/v1/crates/futures-macro/0.3.15/download",
type = "tar.gz",
sha256 = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b",
strip_prefix = "futures-macro-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.14.bazel"),
sha256 = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121",
strip_prefix = "futures-macro-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-macro-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_sink__0_3_14",
url = "https://crates.io/api/v1/crates/futures-sink/0.3.14/download",
name = "raze__futures_sink__0_3_15",
url = "https://crates.io/api/v1/crates/futures-sink/0.3.15/download",
type = "tar.gz",
sha256 = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23",
strip_prefix = "futures-sink-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.14.bazel"),
sha256 = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282",
strip_prefix = "futures-sink-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-sink-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_task__0_3_14",
url = "https://crates.io/api/v1/crates/futures-task/0.3.14/download",
name = "raze__futures_task__0_3_15",
url = "https://crates.io/api/v1/crates/futures-task/0.3.15/download",
type = "tar.gz",
sha256 = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc",
strip_prefix = "futures-task-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-task-0.3.14.bazel"),
sha256 = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae",
strip_prefix = "futures-task-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-task-0.3.15.bazel"),
)
maybe(
http_archive,
name = "raze__futures_util__0_3_14",
url = "https://crates.io/api/v1/crates/futures-util/0.3.14/download",
name = "raze__futures_util__0_3_15",
url = "https://crates.io/api/v1/crates/futures-util/0.3.15/download",
type = "tar.gz",
sha256 = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025",
strip_prefix = "futures-util-0.3.14",
build_file = Label("//cargo/remote:BUILD.futures-util-0.3.14.bazel"),
sha256 = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967",
strip_prefix = "futures-util-0.3.15",
build_file = Label("//cargo/remote:BUILD.futures-util-0.3.15.bazel"),
)
maybe(
@ -723,12 +723,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__getrandom__0_2_2",
url = "https://crates.io/api/v1/crates/getrandom/0.2.2/download",
name = "raze__getrandom__0_2_3",
url = "https://crates.io/api/v1/crates/getrandom/0.2.3/download",
type = "tar.gz",
sha256 = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8",
strip_prefix = "getrandom-0.2.2",
build_file = Label("//cargo/remote:BUILD.getrandom-0.2.2.bazel"),
sha256 = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753",
strip_prefix = "getrandom-0.2.3",
build_file = Label("//cargo/remote:BUILD.getrandom-0.2.3.bazel"),
)
maybe(
@ -773,12 +773,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__heck__0_3_2",
url = "https://crates.io/api/v1/crates/heck/0.3.2/download",
name = "raze__heck__0_3_3",
url = "https://crates.io/api/v1/crates/heck/0.3.3/download",
type = "tar.gz",
sha256 = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac",
strip_prefix = "heck-0.3.2",
build_file = Label("//cargo/remote:BUILD.heck-0.3.2.bazel"),
sha256 = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c",
strip_prefix = "heck-0.3.3",
build_file = Label("//cargo/remote:BUILD.heck-0.3.3.bazel"),
)
maybe(
@ -833,42 +833,42 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__http_body__0_4_1",
url = "https://crates.io/api/v1/crates/http-body/0.4.1/download",
name = "raze__http_body__0_4_2",
url = "https://crates.io/api/v1/crates/http-body/0.4.2/download",
type = "tar.gz",
sha256 = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737",
strip_prefix = "http-body-0.4.1",
build_file = Label("//cargo/remote:BUILD.http-body-0.4.1.bazel"),
sha256 = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9",
strip_prefix = "http-body-0.4.2",
build_file = Label("//cargo/remote:BUILD.http-body-0.4.2.bazel"),
)
maybe(
http_archive,
name = "raze__httparse__1_4_0",
url = "https://crates.io/api/v1/crates/httparse/1.4.0/download",
name = "raze__httparse__1_4_1",
url = "https://crates.io/api/v1/crates/httparse/1.4.1/download",
type = "tar.gz",
sha256 = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437",
strip_prefix = "httparse-1.4.0",
build_file = Label("//cargo/remote:BUILD.httparse-1.4.0.bazel"),
sha256 = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68",
strip_prefix = "httparse-1.4.1",
build_file = Label("//cargo/remote:BUILD.httparse-1.4.1.bazel"),
)
maybe(
http_archive,
name = "raze__httpdate__1_0_0",
url = "https://crates.io/api/v1/crates/httpdate/1.0.0/download",
name = "raze__httpdate__1_0_1",
url = "https://crates.io/api/v1/crates/httpdate/1.0.1/download",
type = "tar.gz",
sha256 = "05842d0d43232b23ccb7060ecb0f0626922c21f30012e97b767b30afd4a5d4b9",
strip_prefix = "httpdate-1.0.0",
build_file = Label("//cargo/remote:BUILD.httpdate-1.0.0.bazel"),
sha256 = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440",
strip_prefix = "httpdate-1.0.1",
build_file = Label("//cargo/remote:BUILD.httpdate-1.0.1.bazel"),
)
maybe(
http_archive,
name = "raze__humansize__1_1_0",
url = "https://crates.io/api/v1/crates/humansize/1.1.0/download",
name = "raze__humansize__1_1_1",
url = "https://crates.io/api/v1/crates/humansize/1.1.1/download",
type = "tar.gz",
sha256 = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e",
strip_prefix = "humansize-1.1.0",
build_file = Label("//cargo/remote:BUILD.humansize-1.1.0.bazel"),
sha256 = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026",
strip_prefix = "humansize-1.1.1",
build_file = Label("//cargo/remote:BUILD.humansize-1.1.1.bazel"),
)
maybe(
@ -883,12 +883,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__hyper__0_14_7",
url = "https://crates.io/api/v1/crates/hyper/0.14.7/download",
name = "raze__hyper__0_14_9",
url = "https://crates.io/api/v1/crates/hyper/0.14.9/download",
type = "tar.gz",
sha256 = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54",
strip_prefix = "hyper-0.14.7",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.7.bazel"),
sha256 = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83",
strip_prefix = "hyper-0.14.9",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.9.bazel"),
)
maybe(
@ -1023,12 +1023,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__ipnet__2_3_0",
url = "https://crates.io/api/v1/crates/ipnet/2.3.0/download",
name = "raze__ipnet__2_3_1",
url = "https://crates.io/api/v1/crates/ipnet/2.3.1/download",
type = "tar.gz",
sha256 = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135",
strip_prefix = "ipnet-2.3.0",
build_file = Label("//cargo/remote:BUILD.ipnet-2.3.0.bazel"),
sha256 = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9",
strip_prefix = "ipnet-2.3.1",
build_file = Label("//cargo/remote:BUILD.ipnet-2.3.1.bazel"),
)
maybe(
@ -1053,12 +1053,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__js_sys__0_3_50",
url = "https://crates.io/api/v1/crates/js-sys/0.3.50/download",
name = "raze__js_sys__0_3_51",
url = "https://crates.io/api/v1/crates/js-sys/0.3.51/download",
type = "tar.gz",
sha256 = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c",
strip_prefix = "js-sys-0.3.50",
build_file = Label("//cargo/remote:BUILD.js-sys-0.3.50.bazel"),
sha256 = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062",
strip_prefix = "js-sys-0.3.51",
build_file = Label("//cargo/remote:BUILD.js-sys-0.3.51.bazel"),
)
maybe(
@ -1083,12 +1083,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__libc__0_2_94",
url = "https://crates.io/api/v1/crates/libc/0.2.94/download",
name = "raze__libc__0_2_97",
url = "https://crates.io/api/v1/crates/libc/0.2.97/download",
type = "tar.gz",
sha256 = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e",
strip_prefix = "libc-0.2.94",
build_file = Label("//cargo/remote:BUILD.libc-0.2.94.bazel"),
sha256 = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6",
strip_prefix = "libc-0.2.97",
build_file = Label("//cargo/remote:BUILD.libc-0.2.97.bazel"),
)
maybe(
@ -1213,12 +1213,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__mio__0_7_11",
url = "https://crates.io/api/v1/crates/mio/0.7.11/download",
name = "raze__mio__0_7_13",
url = "https://crates.io/api/v1/crates/mio/0.7.13/download",
type = "tar.gz",
sha256 = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956",
strip_prefix = "mio-0.7.11",
build_file = Label("//cargo/remote:BUILD.mio-0.7.11.bazel"),
sha256 = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16",
strip_prefix = "mio-0.7.13",
build_file = Label("//cargo/remote:BUILD.mio-0.7.13.bazel"),
)
maybe(
@ -1353,12 +1353,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__once_cell__1_7_2",
url = "https://crates.io/api/v1/crates/once_cell/1.7.2/download",
name = "raze__once_cell__1_8_0",
url = "https://crates.io/api/v1/crates/once_cell/1.8.0/download",
type = "tar.gz",
sha256 = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3",
strip_prefix = "once_cell-1.7.2",
build_file = Label("//cargo/remote:BUILD.once_cell-1.7.2.bazel"),
sha256 = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56",
strip_prefix = "once_cell-1.8.0",
build_file = Label("//cargo/remote:BUILD.once_cell-1.8.0.bazel"),
)
maybe(
@ -1373,12 +1373,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__openssl_probe__0_1_2",
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.2/download",
name = "raze__openssl_probe__0_1_4",
url = "https://crates.io/api/v1/crates/openssl-probe/0.1.4/download",
type = "tar.gz",
sha256 = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de",
strip_prefix = "openssl-probe-0.1.2",
build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.2.bazel"),
sha256 = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a",
strip_prefix = "openssl-probe-0.1.4",
build_file = Label("//cargo/remote:BUILD.openssl-probe-0.1.4.bazel"),
)
maybe(
@ -1393,22 +1393,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__ouroboros__0_9_2",
url = "https://crates.io/api/v1/crates/ouroboros/0.9.2/download",
name = "raze__ouroboros__0_9_3",
url = "https://crates.io/api/v1/crates/ouroboros/0.9.3/download",
type = "tar.gz",
sha256 = "c8234affc3c31a8b744cc236fd3dc7443f57c6370cbb7d61f41f9c7dcc6c2530",
strip_prefix = "ouroboros-0.9.2",
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.2.bazel"),
sha256 = "cc1f52300b81ac4eeeb6c00c20f7e86556c427d9fb2d92b68fc73c22f331cd15",
strip_prefix = "ouroboros-0.9.3",
build_file = Label("//cargo/remote:BUILD.ouroboros-0.9.3.bazel"),
)
maybe(
http_archive,
name = "raze__ouroboros_macro__0_9_2",
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.2/download",
name = "raze__ouroboros_macro__0_9_3",
url = "https://crates.io/api/v1/crates/ouroboros_macro/0.9.3/download",
type = "tar.gz",
sha256 = "3633332cd8c0b6a865e2e0e705fad9cde25fe458cd0c693629b58a7b15e4d852",
strip_prefix = "ouroboros_macro-0.9.2",
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.2.bazel"),
sha256 = "41db02c8f8731cdd7a72b433c7900cce4bf245465b452c364bfd21f4566ab055",
strip_prefix = "ouroboros_macro-0.9.3",
build_file = Label("//cargo/remote:BUILD.ouroboros_macro-0.9.3.bazel"),
)
maybe(
@ -1643,12 +1643,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__proc_macro2__1_0_26",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.26/download",
name = "raze__proc_macro2__1_0_27",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.27/download",
type = "tar.gz",
sha256 = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec",
strip_prefix = "proc-macro2-1.0.26",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.26.bazel"),
sha256 = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038",
strip_prefix = "proc-macro2-1.0.27",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.27.bazel"),
)
maybe(
@ -1763,12 +1763,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rand__0_8_3",
url = "https://crates.io/api/v1/crates/rand/0.8.3/download",
name = "raze__rand__0_8_4",
url = "https://crates.io/api/v1/crates/rand/0.8.4/download",
type = "tar.gz",
sha256 = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e",
strip_prefix = "rand-0.8.3",
build_file = Label("//cargo/remote:BUILD.rand-0.8.3.bazel"),
sha256 = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8",
strip_prefix = "rand-0.8.4",
build_file = Label("//cargo/remote:BUILD.rand-0.8.4.bazel"),
)
maybe(
@ -1783,12 +1783,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rand_chacha__0_3_0",
url = "https://crates.io/api/v1/crates/rand_chacha/0.3.0/download",
name = "raze__rand_chacha__0_3_1",
url = "https://crates.io/api/v1/crates/rand_chacha/0.3.1/download",
type = "tar.gz",
sha256 = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d",
strip_prefix = "rand_chacha-0.3.0",
build_file = Label("//cargo/remote:BUILD.rand_chacha-0.3.0.bazel"),
sha256 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88",
strip_prefix = "rand_chacha-0.3.1",
build_file = Label("//cargo/remote:BUILD.rand_chacha-0.3.1.bazel"),
)
maybe(
@ -1803,12 +1803,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rand_core__0_6_2",
url = "https://crates.io/api/v1/crates/rand_core/0.6.2/download",
name = "raze__rand_core__0_6_3",
url = "https://crates.io/api/v1/crates/rand_core/0.6.3/download",
type = "tar.gz",
sha256 = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7",
strip_prefix = "rand_core-0.6.2",
build_file = Label("//cargo/remote:BUILD.rand_core-0.6.2.bazel"),
sha256 = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7",
strip_prefix = "rand_core-0.6.3",
build_file = Label("//cargo/remote:BUILD.rand_core-0.6.3.bazel"),
)
maybe(
@ -1823,12 +1823,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rand_hc__0_3_0",
url = "https://crates.io/api/v1/crates/rand_hc/0.3.0/download",
name = "raze__rand_hc__0_3_1",
url = "https://crates.io/api/v1/crates/rand_hc/0.3.1/download",
type = "tar.gz",
sha256 = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73",
strip_prefix = "rand_hc-0.3.0",
build_file = Label("//cargo/remote:BUILD.rand_hc-0.3.0.bazel"),
sha256 = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7",
strip_prefix = "rand_hc-0.3.1",
build_file = Label("//cargo/remote:BUILD.rand_hc-0.3.1.bazel"),
)
maybe(
@ -1983,32 +1983,32 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__security_framework__2_2_0",
url = "https://crates.io/api/v1/crates/security-framework/2.2.0/download",
name = "raze__security_framework__2_3_1",
url = "https://crates.io/api/v1/crates/security-framework/2.3.1/download",
type = "tar.gz",
sha256 = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84",
strip_prefix = "security-framework-2.2.0",
build_file = Label("//cargo/remote:BUILD.security-framework-2.2.0.bazel"),
sha256 = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467",
strip_prefix = "security-framework-2.3.1",
build_file = Label("//cargo/remote:BUILD.security-framework-2.3.1.bazel"),
)
maybe(
http_archive,
name = "raze__security_framework_sys__2_2_0",
url = "https://crates.io/api/v1/crates/security-framework-sys/2.2.0/download",
name = "raze__security_framework_sys__2_3_0",
url = "https://crates.io/api/v1/crates/security-framework-sys/2.3.0/download",
type = "tar.gz",
sha256 = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339",
strip_prefix = "security-framework-sys-2.2.0",
build_file = Label("//cargo/remote:BUILD.security-framework-sys-2.2.0.bazel"),
sha256 = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284",
strip_prefix = "security-framework-sys-2.3.0",
build_file = Label("//cargo/remote:BUILD.security-framework-sys-2.3.0.bazel"),
)
maybe(
http_archive,
name = "raze__serde__1_0_125",
url = "https://crates.io/api/v1/crates/serde/1.0.125/download",
name = "raze__serde__1_0_126",
url = "https://crates.io/api/v1/crates/serde/1.0.126/download",
type = "tar.gz",
sha256 = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171",
strip_prefix = "serde-1.0.125",
build_file = Label("//cargo/remote:BUILD.serde-1.0.125.bazel"),
sha256 = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03",
strip_prefix = "serde-1.0.126",
build_file = Label("//cargo/remote:BUILD.serde-1.0.126.bazel"),
)
maybe(
@ -2023,12 +2023,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde_derive__1_0_125",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.125/download",
name = "raze__serde_derive__1_0_126",
url = "https://crates.io/api/v1/crates/serde_derive/1.0.126/download",
type = "tar.gz",
sha256 = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d",
strip_prefix = "serde_derive-1.0.125",
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.125.bazel"),
sha256 = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43",
strip_prefix = "serde_derive-1.0.126",
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.126.bazel"),
)
maybe(
@ -2043,12 +2043,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde_repr__0_1_6",
url = "https://crates.io/api/v1/crates/serde_repr/0.1.6/download",
name = "raze__serde_repr__0_1_7",
url = "https://crates.io/api/v1/crates/serde_repr/0.1.7/download",
type = "tar.gz",
sha256 = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76",
strip_prefix = "serde_repr-0.1.6",
build_file = Label("//cargo/remote:BUILD.serde_repr-0.1.6.bazel"),
sha256 = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5",
strip_prefix = "serde_repr-0.1.7",
build_file = Label("//cargo/remote:BUILD.serde_repr-0.1.7.bazel"),
)
maybe(
@ -2273,12 +2273,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__syn__1_0_72",
url = "https://crates.io/api/v1/crates/syn/1.0.72/download",
name = "raze__syn__1_0_73",
url = "https://crates.io/api/v1/crates/syn/1.0.73/download",
type = "tar.gz",
sha256 = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82",
strip_prefix = "syn-1.0.72",
build_file = Label("//cargo/remote:BUILD.syn-1.0.72.bazel"),
sha256 = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7",
strip_prefix = "syn-1.0.73",
build_file = Label("//cargo/remote:BUILD.syn-1.0.73.bazel"),
)
maybe(
@ -2343,22 +2343,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__thiserror__1_0_24",
url = "https://crates.io/api/v1/crates/thiserror/1.0.24/download",
name = "raze__thiserror__1_0_25",
url = "https://crates.io/api/v1/crates/thiserror/1.0.25/download",
type = "tar.gz",
sha256 = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e",
strip_prefix = "thiserror-1.0.24",
build_file = Label("//cargo/remote:BUILD.thiserror-1.0.24.bazel"),
sha256 = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6",
strip_prefix = "thiserror-1.0.25",
build_file = Label("//cargo/remote:BUILD.thiserror-1.0.25.bazel"),
)
maybe(
http_archive,
name = "raze__thiserror_impl__1_0_24",
url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.24/download",
name = "raze__thiserror_impl__1_0_25",
url = "https://crates.io/api/v1/crates/thiserror-impl/1.0.25/download",
type = "tar.gz",
sha256 = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0",
strip_prefix = "thiserror-impl-1.0.24",
build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.24.bazel"),
sha256 = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d",
strip_prefix = "thiserror-impl-1.0.25",
build_file = Label("//cargo/remote:BUILD.thiserror-impl-1.0.25.bazel"),
)
maybe(
@ -2413,12 +2413,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tokio__1_5_0",
url = "https://crates.io/api/v1/crates/tokio/1.5.0/download",
name = "raze__tokio__1_7_0",
url = "https://crates.io/api/v1/crates/tokio/1.7.0/download",
type = "tar.gz",
sha256 = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5",
strip_prefix = "tokio-1.5.0",
build_file = Label("//cargo/remote:BUILD.tokio-1.5.0.bazel"),
sha256 = "c79ba603c337335df6ba6dd6afc38c38a7d5e1b0c871678439ea973cd62a118e",
strip_prefix = "tokio-1.7.0",
build_file = Label("//cargo/remote:BUILD.tokio-1.7.0.bazel"),
)
maybe(
@ -2463,12 +2463,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tokio_util__0_6_6",
url = "https://crates.io/api/v1/crates/tokio-util/0.6.6/download",
name = "raze__tokio_util__0_6_7",
url = "https://crates.io/api/v1/crates/tokio-util/0.6.7/download",
type = "tar.gz",
sha256 = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e",
strip_prefix = "tokio-util-0.6.6",
build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.6.bazel"),
sha256 = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592",
strip_prefix = "tokio-util-0.6.7",
build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.7.bazel"),
)
maybe(
@ -2603,12 +2603,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__unicode_normalization__0_1_17",
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.17/download",
name = "raze__unicode_normalization__0_1_19",
url = "https://crates.io/api/v1/crates/unicode-normalization/0.1.19/download",
type = "tar.gz",
sha256 = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef",
strip_prefix = "unicode-normalization-0.1.17",
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.17.bazel"),
sha256 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9",
strip_prefix = "unicode-normalization-0.1.19",
build_file = Label("//cargo/remote:BUILD.unicode-normalization-0.1.19.bazel"),
)
maybe(
@ -2663,12 +2663,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__url__2_2_1",
url = "https://crates.io/api/v1/crates/url/2.2.1/download",
name = "raze__url__2_2_2",
url = "https://crates.io/api/v1/crates/url/2.2.2/download",
type = "tar.gz",
sha256 = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b",
strip_prefix = "url-2.2.1",
build_file = Label("//cargo/remote:BUILD.url-2.2.1.bazel"),
sha256 = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c",
strip_prefix = "url-2.2.2",
build_file = Label("//cargo/remote:BUILD.url-2.2.2.bazel"),
)
maybe(
@ -2693,12 +2693,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__vcpkg__0_2_12",
url = "https://crates.io/api/v1/crates/vcpkg/0.2.12/download",
name = "raze__vcpkg__0_2_13",
url = "https://crates.io/api/v1/crates/vcpkg/0.2.13/download",
type = "tar.gz",
sha256 = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d",
strip_prefix = "vcpkg-0.2.12",
build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.12.bazel"),
sha256 = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa",
strip_prefix = "vcpkg-0.2.13",
build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.13.bazel"),
)
maybe(
@ -2743,72 +2743,72 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__wasm_bindgen__0_2_73",
url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.73/download",
name = "raze__wasm_bindgen__0_2_74",
url = "https://crates.io/api/v1/crates/wasm-bindgen/0.2.74/download",
type = "tar.gz",
sha256 = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9",
strip_prefix = "wasm-bindgen-0.2.73",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.73.bazel"),
sha256 = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd",
strip_prefix = "wasm-bindgen-0.2.74",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-0.2.74.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_backend__0_2_73",
url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.73/download",
name = "raze__wasm_bindgen_backend__0_2_74",
url = "https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.74/download",
type = "tar.gz",
sha256 = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae",
strip_prefix = "wasm-bindgen-backend-0.2.73",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.73.bazel"),
sha256 = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900",
strip_prefix = "wasm-bindgen-backend-0.2.74",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-backend-0.2.74.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_futures__0_4_23",
url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.23/download",
name = "raze__wasm_bindgen_futures__0_4_24",
url = "https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.24/download",
type = "tar.gz",
sha256 = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea",
strip_prefix = "wasm-bindgen-futures-0.4.23",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.23.bazel"),
sha256 = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1",
strip_prefix = "wasm-bindgen-futures-0.4.24",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-futures-0.4.24.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_macro__0_2_73",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.73/download",
name = "raze__wasm_bindgen_macro__0_2_74",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.74/download",
type = "tar.gz",
sha256 = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f",
strip_prefix = "wasm-bindgen-macro-0.2.73",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.73.bazel"),
sha256 = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4",
strip_prefix = "wasm-bindgen-macro-0.2.74",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-0.2.74.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_macro_support__0_2_73",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.73/download",
name = "raze__wasm_bindgen_macro_support__0_2_74",
url = "https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.74/download",
type = "tar.gz",
sha256 = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c",
strip_prefix = "wasm-bindgen-macro-support-0.2.73",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.73.bazel"),
sha256 = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97",
strip_prefix = "wasm-bindgen-macro-support-0.2.74",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-macro-support-0.2.74.bazel"),
)
maybe(
http_archive,
name = "raze__wasm_bindgen_shared__0_2_73",
url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.73/download",
name = "raze__wasm_bindgen_shared__0_2_74",
url = "https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.74/download",
type = "tar.gz",
sha256 = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489",
strip_prefix = "wasm-bindgen-shared-0.2.73",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.73.bazel"),
sha256 = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f",
strip_prefix = "wasm-bindgen-shared-0.2.74",
build_file = Label("//cargo/remote:BUILD.wasm-bindgen-shared-0.2.74.bazel"),
)
maybe(
http_archive,
name = "raze__web_sys__0_3_50",
url = "https://crates.io/api/v1/crates/web-sys/0.3.50/download",
name = "raze__web_sys__0_3_51",
url = "https://crates.io/api/v1/crates/web-sys/0.3.51/download",
type = "tar.gz",
sha256 = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be",
strip_prefix = "web-sys-0.3.50",
build_file = Label("//cargo/remote:BUILD.web-sys-0.3.50.bazel"),
sha256 = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582",
strip_prefix = "web-sys-0.3.51",
build_file = Label("//cargo/remote:BUILD.web-sys-0.3.51.bazel"),
)
maybe(
@ -2913,12 +2913,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__zip__0_5_12",
url = "https://crates.io/api/v1/crates/zip/0.5.12/download",
name = "raze__zip__0_5_13",
url = "https://crates.io/api/v1/crates/zip/0.5.13/download",
type = "tar.gz",
sha256 = "9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27",
strip_prefix = "zip-0.5.12",
build_file = Label("//cargo/remote:BUILD.zip-0.5.12.bazel"),
sha256 = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815",
strip_prefix = "zip-0.5.13",
build_file = Label("//cargo/remote:BUILD.zip-0.5.13.bazel"),
)
maybe(

View file

@ -73,7 +73,7 @@
},
{
"name": "anyhow",
"version": "1.0.40",
"version": "1.0.41",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT",
@ -82,7 +82,7 @@
},
{
"name": "arc-swap",
"version": "1.2.0",
"version": "1.3.0",
"authors": "Michal 'vorner' Vaner <vorner@vorner.cz>",
"repository": "https://github.com/vorner/arc-swap",
"license": "Apache-2.0 OR MIT",
@ -217,7 +217,7 @@
},
{
"name": "blake3",
"version": "0.3.7",
"version": "0.3.8",
"authors": "Jack O'Connor <oconnor663@gmail.com>",
"repository": "https://github.com/BLAKE3-team/BLAKE3",
"license": "Apache-2.0 OR CC0-1.0",
@ -226,7 +226,7 @@
},
{
"name": "bumpalo",
"version": "3.6.1",
"version": "3.7.0",
"authors": "Nick Fitzgerald <fitzgen@gmail.com>",
"repository": "https://github.com/fitzgen/bumpalo",
"license": "Apache-2.0 OR MIT",
@ -253,7 +253,7 @@
},
{
"name": "cc",
"version": "1.0.67",
"version": "1.0.68",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/cc-rs",
"license": "Apache-2.0 OR MIT",
@ -343,7 +343,7 @@
},
{
"name": "crossbeam-utils",
"version": "0.8.4",
"version": "0.8.5",
"authors": "The Crossbeam Project Developers",
"repository": "https://github.com/crossbeam-rs/crossbeam",
"license": "Apache-2.0 OR MIT",
@ -424,7 +424,7 @@
},
{
"name": "env_logger",
"version": "0.8.3",
"version": "0.8.4",
"authors": "The Rust Project Developers",
"repository": "https://github.com/env-logger-rs/env_logger/",
"license": "Apache-2.0 OR MIT",
@ -559,7 +559,7 @@
},
{
"name": "futures",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -568,7 +568,7 @@
},
{
"name": "futures-channel",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -577,7 +577,7 @@
},
{
"name": "futures-core",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -586,7 +586,7 @@
},
{
"name": "futures-executor",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -595,7 +595,7 @@
},
{
"name": "futures-io",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -604,7 +604,7 @@
},
{
"name": "futures-macro",
"version": "0.3.14",
"version": "0.3.15",
"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",
@ -613,7 +613,7 @@
},
{
"name": "futures-sink",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -622,7 +622,7 @@
},
{
"name": "futures-task",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -631,7 +631,7 @@
},
{
"name": "futures-util",
"version": "0.3.14",
"version": "0.3.15",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/rust-lang/futures-rs",
"license": "Apache-2.0 OR MIT",
@ -667,7 +667,7 @@
},
{
"name": "getrandom",
"version": "0.2.2",
"version": "0.2.3",
"authors": "The Rand Project Developers",
"repository": "https://github.com/rust-random/getrandom",
"license": "Apache-2.0 OR MIT",
@ -712,7 +712,7 @@
},
{
"name": "heck",
"version": "0.3.2",
"version": "0.3.3",
"authors": "Without Boats <woboats@gmail.com>",
"repository": "https://github.com/withoutboats/heck",
"license": "Apache-2.0 OR MIT",
@ -766,7 +766,7 @@
},
{
"name": "http-body",
"version": "0.4.1",
"version": "0.4.2",
"authors": "Carl Lerche <me@carllerche.com>|Lucio Franco <luciofranco14@gmail.com>|Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/http-body",
"license": "MIT",
@ -775,7 +775,7 @@
},
{
"name": "httparse",
"version": "1.4.0",
"version": "1.4.1",
"authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/seanmonstar/httparse",
"license": "Apache-2.0 OR MIT",
@ -784,7 +784,7 @@
},
{
"name": "httpdate",
"version": "1.0.0",
"version": "1.0.1",
"authors": "Pyfisch <pyfisch@posteo.org>",
"repository": "https://github.com/pyfisch/httpdate",
"license": "Apache-2.0 OR MIT",
@ -793,7 +793,7 @@
},
{
"name": "humansize",
"version": "1.1.0",
"version": "1.1.1",
"authors": "Leopold Arkham <leopold.arkham@gmail.com>",
"repository": "https://github.com/LeopoldArkham/humansize",
"license": "Apache-2.0 OR MIT",
@ -811,7 +811,7 @@
},
{
"name": "hyper",
"version": "0.14.7",
"version": "0.14.9",
"authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/hyper",
"license": "MIT",
@ -937,7 +937,7 @@
},
{
"name": "ipnet",
"version": "2.3.0",
"version": "2.3.1",
"authors": "Kris Price <kris@krisprice.nz>",
"repository": "https://github.com/krisprice/ipnet",
"license": "Apache-2.0 OR MIT",
@ -964,7 +964,7 @@
},
{
"name": "js-sys",
"version": "0.3.50",
"version": "0.3.51",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys",
"license": "Apache-2.0 OR MIT",
@ -991,7 +991,7 @@
},
{
"name": "libc",
"version": "0.2.94",
"version": "0.2.97",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT",
@ -1108,7 +1108,7 @@
},
{
"name": "mio",
"version": "0.7.11",
"version": "0.7.13",
"authors": "Carl Lerche <me@carllerche.com>|Thomas de Zeeuw <thomasdezeeuw@gmail.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/mio",
"license": "MIT",
@ -1234,7 +1234,7 @@
},
{
"name": "once_cell",
"version": "1.7.2",
"version": "1.8.0",
"authors": "Aleksey Kladov <aleksey.kladov@gmail.com>",
"repository": "https://github.com/matklad/once_cell",
"license": "Apache-2.0 OR MIT",
@ -1252,7 +1252,7 @@
},
{
"name": "openssl-probe",
"version": "0.1.2",
"version": "0.1.4",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/openssl-probe",
"license": "Apache-2.0 OR MIT",
@ -1270,7 +1270,7 @@
},
{
"name": "ouroboros",
"version": "0.9.2",
"version": "0.9.3",
"authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT",
@ -1279,7 +1279,7 @@
},
{
"name": "ouroboros_macro",
"version": "0.9.2",
"version": "0.9.3",
"authors": "Joshua Maros <joshua-maros@github.com>",
"repository": "https://github.com/joshua-maros/ouroboros",
"license": "Apache-2.0 OR MIT",
@ -1495,7 +1495,7 @@
},
{
"name": "proc-macro2",
"version": "1.0.26",
"version": "1.0.27",
"authors": "Alex Crichton <alex@alexcrichton.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/alexcrichton/proc-macro2",
"license": "Apache-2.0 OR MIT",
@ -1603,7 +1603,7 @@
},
{
"name": "rand",
"version": "0.8.3",
"version": "0.8.4",
"authors": "The Rand Project Developers|The Rust Project Developers",
"repository": "https://github.com/rust-random/rand",
"license": "Apache-2.0 OR MIT",
@ -1621,7 +1621,7 @@
},
{
"name": "rand_chacha",
"version": "0.3.0",
"version": "0.3.1",
"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",
@ -1639,7 +1639,7 @@
},
{
"name": "rand_core",
"version": "0.6.2",
"version": "0.6.3",
"authors": "The Rand Project Developers|The Rust Project Developers",
"repository": "https://github.com/rust-random/rand",
"license": "Apache-2.0 OR MIT",
@ -1657,7 +1657,7 @@
},
{
"name": "rand_hc",
"version": "0.3.0",
"version": "0.3.1",
"authors": "The Rand Project Developers",
"repository": "https://github.com/rust-random/rand",
"license": "Apache-2.0 OR MIT",
@ -1810,7 +1810,7 @@
},
{
"name": "security-framework",
"version": "2.2.0",
"version": "2.3.1",
"authors": "Steven Fackler <sfackler@gmail.com>|Kornel <kornel@geekhood.net>",
"repository": "https://github.com/kornelski/rust-security-framework",
"license": "Apache-2.0 OR MIT",
@ -1819,7 +1819,7 @@
},
{
"name": "security-framework-sys",
"version": "2.2.0",
"version": "2.3.0",
"authors": "Steven Fackler <sfackler@gmail.com>|Kornel <kornel@geekhood.net>",
"repository": "https://github.com/kornelski/rust-security-framework",
"license": "Apache-2.0 OR MIT",
@ -1828,7 +1828,7 @@
},
{
"name": "serde",
"version": "1.0.125",
"version": "1.0.126",
"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",
@ -1846,7 +1846,7 @@
},
{
"name": "serde_derive",
"version": "1.0.125",
"version": "1.0.126",
"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",
@ -1864,7 +1864,7 @@
},
{
"name": "serde_repr",
"version": "0.1.6",
"version": "0.1.7",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/serde-repr",
"license": "Apache-2.0 OR MIT",
@ -2071,7 +2071,7 @@
},
{
"name": "syn",
"version": "1.0.72",
"version": "1.0.73",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
@ -2134,7 +2134,7 @@
},
{
"name": "thiserror",
"version": "1.0.24",
"version": "1.0.25",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
@ -2143,7 +2143,7 @@
},
{
"name": "thiserror-impl",
"version": "1.0.24",
"version": "1.0.25",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
@ -2197,7 +2197,7 @@
},
{
"name": "tokio",
"version": "1.5.0",
"version": "1.7.0",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",
@ -2242,7 +2242,7 @@
},
{
"name": "tokio-util",
"version": "0.6.6",
"version": "0.6.7",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",
@ -2368,7 +2368,7 @@
},
{
"name": "unicode-normalization",
"version": "0.1.17",
"version": "0.1.19",
"authors": "kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>",
"repository": "https://github.com/unicode-rs/unicode-normalization",
"license": "Apache-2.0 OR MIT",
@ -2422,7 +2422,7 @@
},
{
"name": "url",
"version": "2.2.1",
"version": "2.2.2",
"authors": "The rust-url developers",
"repository": "https://github.com/servo/rust-url",
"license": "Apache-2.0 OR MIT",
@ -2449,7 +2449,7 @@
},
{
"name": "vcpkg",
"version": "0.2.12",
"version": "0.2.13",
"authors": "Jim McGrath <jimmc2@gmail.com>",
"repository": "https://github.com/mcgoo/vcpkg-rs",
"license": "Apache-2.0 OR MIT",
@ -2494,7 +2494,7 @@
},
{
"name": "wasm-bindgen",
"version": "0.2.73",
"version": "0.2.74",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen",
"license": "Apache-2.0 OR MIT",
@ -2503,7 +2503,7 @@
},
{
"name": "wasm-bindgen-backend",
"version": "0.2.73",
"version": "0.2.74",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend",
"license": "Apache-2.0 OR MIT",
@ -2512,7 +2512,7 @@
},
{
"name": "wasm-bindgen-futures",
"version": "0.4.23",
"version": "0.4.24",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures",
"license": "Apache-2.0 OR MIT",
@ -2521,7 +2521,7 @@
},
{
"name": "wasm-bindgen-macro",
"version": "0.2.73",
"version": "0.2.74",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro",
"license": "Apache-2.0 OR MIT",
@ -2530,7 +2530,7 @@
},
{
"name": "wasm-bindgen-macro-support",
"version": "0.2.73",
"version": "0.2.74",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support",
"license": "Apache-2.0 OR MIT",
@ -2539,7 +2539,7 @@
},
{
"name": "wasm-bindgen-shared",
"version": "0.2.73",
"version": "0.2.74",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared",
"license": "Apache-2.0 OR MIT",
@ -2548,7 +2548,7 @@
},
{
"name": "web-sys",
"version": "0.3.50",
"version": "0.3.51",
"authors": "The wasm-bindgen Developers",
"repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys",
"license": "Apache-2.0 OR MIT",
@ -2647,7 +2647,7 @@
},
{
"name": "zip",
"version": "0.5.12",
"version": "0.5.13",
"authors": "Mathijs van de Nes <git@mathijs.vd-nes.nl>|Marli Frost <marli@frost.red>|Ryan Levick <ryan.levick@gmail.com>",
"repository": "https://github.com/zip-rs/zip.git",
"license": "MIT",

View file

@ -57,7 +57,7 @@ rust_library(
"@raze__markup5ever_rcdom__0_1_0//:markup5ever_rcdom",
"@raze__matches__0_1_8//:matches",
"@raze__tendril__0_4_2//:tendril",
"@raze__url__2_2_1//:url",
"@raze__url__2_2_2//:url",
],
)

View file

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

View file

@ -52,7 +52,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.2.0",
version = "1.3.0",
# buildifier: leave-alone
deps = [
],

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__askama_shared__0_11_1//:askama_shared",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__syn__1_0_72//:syn",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -56,14 +56,14 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__askama_escape__0_10_1//:askama_escape",
"@raze__humansize__1_1_0//:humansize",
"@raze__humansize__1_1_1//:humansize",
"@raze__nom__6_1_2//:nom",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__serde__1_0_125//:serde",
"@raze__syn__1_0_72//:syn",
"@raze__serde__1_0_126//:serde",
"@raze__syn__1_0_73//:syn",
"@raze__toml__0_5_8//:toml",
],
)

View file

@ -58,10 +58,10 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__flate2__1_0_20//:flate2",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__memchr__2_4_0//:memchr",
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
],
)

View file

@ -79,9 +79,9 @@ rust_library(
# buildifier: leave-alone
deps = [
":async_trait_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

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

View file

@ -55,10 +55,10 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.3.7",
version = "0.3.8",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_67//:cc",
"@raze__cc__1_0_68//:cc",
],
)
@ -82,7 +82,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.7",
version = "0.3.8",
# buildifier: leave-alone
deps = [
":blake3_build_script",

View file

@ -49,7 +49,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "3.6.1",
version = "3.7.0",
# buildifier: leave-alone
deps = [
],

View file

@ -47,7 +47,7 @@ rust_binary(
"cargo-raze",
"manual",
],
version = "1.0.67",
version = "1.0.68",
# buildifier: leave-alone
deps = [
":cc",
@ -70,7 +70,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.67",
version = "1.0.68",
# buildifier: leave-alone
deps = [
],

View file

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

View file

@ -51,7 +51,7 @@ rust_library(
version = "0.1.19",
# buildifier: leave-alone
deps = [
"@raze__once_cell__1_7_2//:once_cell",
"@raze__once_cell__1_8_0//:once_cell",
] + selects.with_or({
# cfg(not(target_os = "wasi"))
(
@ -62,7 +62,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
"//conditions:default": [],
}),

View file

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

View file

@ -61,7 +61,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__crossbeam_utils__0_8_4//:crossbeam_utils",
"@raze__crossbeam_utils__0_8_5//:crossbeam_utils",
],
)

View file

@ -55,10 +55,9 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.8.4",
version = "0.8.5",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
],
)
@ -82,7 +81,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.4",
version = "0.8.5",
# buildifier: leave-alone
deps = [
":crossbeam_utils_build_script",

View file

@ -52,6 +52,6 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -50,9 +50,9 @@ rust_library(
version = "2.2.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

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

View file

@ -51,7 +51,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.3",
version = "0.8.4",
# buildifier: leave-alone
deps = [
"@raze__atty__0_2_14//:atty",

View file

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

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__fluent_syntax__0_11_0//:fluent_syntax",
"@raze__intl_memoizer__0_5_1//:intl_memoizer",
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__ouroboros__0_9_2//:ouroboros",
"@raze__ouroboros__0_9_3//:ouroboros",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__smallvec__1_6_1//:smallvec",
"@raze__unic_langid__0_9_0//:unic_langid",

View file

@ -56,7 +56,7 @@ rust_binary(
# buildifier: leave-alone
deps = [
":fluent_syntax",
"@raze__thiserror__1_0_24//:thiserror",
"@raze__thiserror__1_0_25//:thiserror",
],
)
@ -82,7 +82,7 @@ rust_binary(
# buildifier: leave-alone
deps = [
":fluent_syntax",
"@raze__thiserror__1_0_24//:thiserror",
"@raze__thiserror__1_0_25//:thiserror",
],
)
@ -106,7 +106,7 @@ rust_library(
version = "0.11.0",
# buildifier: leave-alone
deps = [
"@raze__thiserror__1_0_24//:thiserror",
"@raze__thiserror__1_0_25//:thiserror",
],
)

View file

@ -52,16 +52,16 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.14",
version = "0.3.15",
# buildifier: leave-alone
deps = [
"@raze__futures_channel__0_3_14//:futures_channel",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_executor__0_3_14//:futures_executor",
"@raze__futures_io__0_3_14//:futures_io",
"@raze__futures_sink__0_3_14//:futures_sink",
"@raze__futures_task__0_3_14//:futures_task",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__futures_channel__0_3_15//:futures_channel",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_executor__0_3_15//:futures_executor",
"@raze__futures_io__0_3_15//:futures_io",
"@raze__futures_sink__0_3_15//:futures_sink",
"@raze__futures_task__0_3_15//:futures_task",
"@raze__futures_util__0_3_15//:futures_util",
],
)
@ -141,6 +141,8 @@ rust_library(
# Unsupported target "stream" with type "test" omitted
# Unsupported target "stream_abortable" with type "test" omitted
# Unsupported target "stream_buffer_unordered" with type "test" omitted
# Unsupported target "stream_catch_unwind" with type "test" omitted
@ -167,4 +169,6 @@ rust_library(
# Unsupported target "task_atomic_waker" with type "test" omitted
# Unsupported target "test_macro" with type "test" omitted
# Unsupported target "try_join" with type "test" omitted

View file

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

View file

@ -0,0 +1,105 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "futures_channel_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"alloc",
"default",
"futures-sink",
"sink",
"std",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
visibility = ["//visibility:private"],
deps = [
],
)
# Unsupported target "sync_mpsc" with type "bench" omitted
rust_library(
name = "futures_channel",
srcs = glob(["**/*.rs"]),
crate_features = [
"alloc",
"default",
"futures-sink",
"sink",
"std",
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
# buildifier: leave-alone
deps = [
":futures_channel_build_script",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_sink__0_3_15//:futures_sink",
],
)
# Unsupported target "channel" with type "test" omitted
# Unsupported target "mpsc" with type "test" omitted
# Unsupported target "mpsc-close" with type "test" omitted
# Unsupported target "oneshot" with type "test" omitted

View file

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

View file

@ -0,0 +1,89 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "futures_core_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"alloc",
"default",
"std",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
visibility = ["//visibility:private"],
deps = [
],
)
rust_library(
name = "futures_core",
srcs = glob(["**/*.rs"]),
crate_features = [
"alloc",
"default",
"std",
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
# buildifier: leave-alone
deps = [
":futures_core_build_script",
],
)

View file

@ -49,12 +49,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.14",
version = "0.3.15",
# buildifier: leave-alone
deps = [
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_task__0_3_14//:futures_task",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_task__0_3_15//:futures_task",
"@raze__futures_util__0_3_15//:futures_util",
],
)

View file

@ -47,7 +47,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.14",
version = "0.3.15",
# buildifier: leave-alone
deps = [
],

View file

@ -1,59 +0,0 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
rust_library(
name = "futures_macro",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.14",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
],
)

View file

@ -0,0 +1,90 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "futures_macro_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
],
)
rust_library(
name = "futures_macro",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "proc-macro",
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
# buildifier: leave-alone
deps = [
":futures_macro_build_script",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -49,7 +49,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.14",
version = "0.3.15",
# buildifier: leave-alone
deps = [
],

View file

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

View file

@ -0,0 +1,87 @@
"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "futures_task_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"alloc",
"std",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
visibility = ["//visibility:private"],
deps = [
],
)
rust_library(
name = "futures_task",
srcs = glob(["**/*.rs"]),
crate_features = [
"alloc",
"std",
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
# buildifier: leave-alone
deps = [
":futures_task_build_script",
],
)

View file

@ -29,6 +29,52 @@ licenses([
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)
cargo_build_script(
name = "futures_util_build_script",
srcs = glob(["**/*.rs"]),
build_script_env = {
},
crate_features = [
"alloc",
"async-await",
"async-await-macro",
"channel",
"default",
"futures-channel",
"futures-io",
"futures-macro",
"futures-sink",
"io",
"memchr",
"proc-macro-hack",
"proc-macro-nested",
"sink",
"slab",
"std",
],
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.3.15",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
],
)
# Unsupported target "futures_unordered" with type "bench" omitted
@ -58,7 +104,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__futures_macro__0_3_14//:futures_macro",
"@raze__futures_macro__0_3_15//:futures_macro",
"@raze__proc_macro_hack__0_5_19//:proc_macro_hack",
],
rustc_flags = [
@ -68,14 +114,15 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.14",
version = "0.3.15",
# buildifier: leave-alone
deps = [
"@raze__futures_channel__0_3_14//:futures_channel",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_io__0_3_14//:futures_io",
"@raze__futures_sink__0_3_14//:futures_sink",
"@raze__futures_task__0_3_14//:futures_task",
":futures_util_build_script",
"@raze__futures_channel__0_3_15//:futures_channel",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_io__0_3_15//:futures_io",
"@raze__futures_sink__0_3_15//:futures_sink",
"@raze__futures_task__0_3_15//:futures_task",
"@raze__memchr__2_4_0//:memchr",
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__pin_utils__0_1_0//:pin_utils",

View file

@ -106,7 +106,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
"//conditions:default": [],
}),

View file

@ -29,47 +29,6 @@ licenses([
])
# Generated Targets
# buildifier: disable=out-of-order-load
# buildifier: disable=load-on-top
load(
"@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)
(
"@rules_rust//rust/platform:aarch64-apple-ios",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
],
"//conditions:default": [],
}),
)
# Unsupported target "mod" with type "bench" omitted
@ -92,10 +51,9 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.2",
version = "0.2.3",
# buildifier: leave-alone
deps = [
":getrandom_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
] + selects.with_or({
# cfg(unix)
@ -106,7 +64,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
"//conditions:default": [],
}),

View file

@ -49,8 +49,8 @@ rust_library(
version = "0.1.2",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -57,14 +57,14 @@ rust_library(
deps = [
"@raze__bytes__1_0_1//:bytes",
"@raze__fnv__1_0_7//:fnv",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_sink__0_3_14//:futures_sink",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_sink__0_3_15//:futures_sink",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__http__0_2_4//:http",
"@raze__indexmap__1_6_2//:indexmap",
"@raze__slab__0_4_3//:slab",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio_util__0_6_6//:tokio_util",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_util__0_6_7//:tokio_util",
"@raze__tracing__0_1_26//:tracing",
],
)

View file

@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.2",
version = "0.3.3",
# buildifier: leave-alone
deps = [
"@raze__unicode_segmentation__1_7_1//:unicode_segmentation",

View file

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

View file

@ -56,9 +56,9 @@ cargo_build_script(
version = "0.25.1",
visibility = ["//visibility:private"],
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -46,7 +46,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.4.1",
version = "0.4.2",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_0_1//:bytes",

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.4.0",
version = "1.4.1",
visibility = ["//visibility:private"],
deps = [
],
@ -81,7 +81,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.4.0",
version = "1.4.1",
# buildifier: leave-alone
deps = [
":httparse_build_script",

View file

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

View file

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

View file

@ -100,22 +100,22 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.14.7",
version = "0.14.9",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_0_1//:bytes",
"@raze__futures_channel__0_3_14//:futures_channel",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__futures_channel__0_3_15//:futures_channel",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__h2__0_3_3//:h2",
"@raze__http__0_2_4//:http",
"@raze__http_body__0_4_1//:http_body",
"@raze__httparse__1_4_0//:httparse",
"@raze__httpdate__1_0_0//:httpdate",
"@raze__http_body__0_4_2//:http_body",
"@raze__httparse__1_4_1//:httparse",
"@raze__httpdate__1_0_1//:httpdate",
"@raze__itoa__0_4_7//:itoa",
"@raze__pin_project__1_0_7//:pin_project",
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__socket2__0_4_0//:socket2",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service",
"@raze__tracing__0_1_26//:tracing",
"@raze__want__0_3_0//:want",

View file

@ -53,11 +53,11 @@ rust_library(
version = "0.22.1",
# buildifier: leave-alone
deps = [
"@raze__futures_util__0_3_14//:futures_util",
"@raze__hyper__0_14_7//:hyper",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__hyper__0_14_9//:hyper",
"@raze__log__0_4_14//:log",
"@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__webpki__0_21_4//:webpki",
],

View file

@ -51,9 +51,9 @@ rust_library(
version = "0.4.1",
# buildifier: leave-alone
deps = [
"@raze__hyper__0_14_7//:hyper",
"@raze__hyper__0_14_9//:hyper",
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_io_timeout__1_1_1//:tokio_io_timeout",
],
)

View file

@ -52,9 +52,9 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__bytes__1_0_1//:bytes",
"@raze__hyper__0_14_7//:hyper",
"@raze__hyper__0_14_9//:hyper",
"@raze__native_tls__0_2_7//:native_tls",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
],
)

View file

@ -53,7 +53,7 @@ rust_library(
deps = [
"@raze__matches__0_1_8//:matches",
"@raze__unicode_bidi__0_3_5//:unicode_bidi",
"@raze__unicode_normalization__0_1_17//:unicode_normalization",
"@raze__unicode_normalization__0_1_19//:unicode_normalization",
],
)

View file

@ -52,9 +52,9 @@ rust_library(
version = "0.3.6",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
"@raze__unindent__0_1_7//:unindent",
],
)

View file

@ -49,8 +49,8 @@ rust_library(
version = "0.1.10",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

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

View file

@ -46,10 +46,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.50",
version = "0.3.51",
# buildifier: leave-alone
deps = [
"@raze__wasm_bindgen__0_2_73//:wasm_bindgen",
"@raze__wasm_bindgen__0_2_74//:wasm_bindgen",
],
)

View file

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

View file

@ -66,14 +66,14 @@ cargo_build_script(
version = "0.20.1",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_67//:cc",
"@raze__cc__1_0_68//:cc",
"@raze__pkg_config__0_3_19//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"@raze__vcpkg__0_2_12//:vcpkg",
"@raze__vcpkg__0_2_13//:vcpkg",
],
"//conditions:default": [],
}),

View file

@ -60,7 +60,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.7.11",
version = "0.7.13",
# buildifier: leave-alone
deps = [
"@raze__log__0_4_14//:log",
@ -73,7 +73,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -63,7 +63,7 @@ cargo_build_script(
"@rules_rust//rust/platform:x86_64-apple-darwin",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__security_framework_sys__2_2_0//:security_framework_sys",
"@raze__security_framework_sys__2_3_0//:security_framework_sys",
],
"//conditions:default": [],
}) + selects.with_or({
@ -119,9 +119,9 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_94//:libc",
"@raze__security_framework__2_2_0//:security_framework",
"@raze__security_framework_sys__2_2_0//:security_framework_sys",
"@raze__libc__0_2_97//:libc",
"@raze__security_framework__2_3_1//:security_framework",
"@raze__security_framework_sys__2_3_0//:security_framework_sys",
"@raze__tempfile__3_2_0//:tempfile",
],
"//conditions:default": [],
@ -133,7 +133,7 @@ rust_library(
): [
"@raze__log__0_4_14//:log",
"@raze__openssl__0_10_34//:openssl",
"@raze__openssl_probe__0_1_2//:openssl_probe",
"@raze__openssl_probe__0_1_4//:openssl_probe",
"@raze__openssl_sys__0_9_63//:openssl_sys",
],
"//conditions:default": [],

View file

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

View file

@ -51,9 +51,9 @@ rust_library(
version = "0.5.1",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -64,7 +64,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.7.2",
version = "1.8.0",
# buildifier: leave-alone
deps = [
],

View file

@ -88,8 +88,8 @@ rust_library(
"@raze__bitflags__1_2_1//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types",
"@raze__libc__0_2_94//:libc",
"@raze__once_cell__1_7_2//:once_cell",
"@raze__libc__0_2_97//:libc",
"@raze__once_cell__1_8_0//:once_cell",
"@raze__openssl_sys__0_9_63//:openssl_sys",
],
)

View file

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

View file

@ -58,14 +58,14 @@ cargo_build_script(
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
"@raze__cc__1_0_67//:cc",
"@raze__cc__1_0_68//:cc",
"@raze__pkg_config__0_3_19//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"@raze__vcpkg__0_2_12//:vcpkg",
"@raze__vcpkg__0_2_13//:vcpkg",
],
"//conditions:default": [],
}),
@ -93,7 +93,7 @@ rust_library(
# buildifier: leave-alone
deps = [
":openssl_sys_build_script",
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
] + selects.with_or({
# cfg(target_env = "msvc")
(

View file

@ -40,7 +40,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__ouroboros_macro__0_9_2//:ouroboros_macro",
"@raze__ouroboros_macro__0_9_3//:ouroboros_macro",
],
rustc_flags = [
"--cap-lints=allow",
@ -49,7 +49,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.2",
version = "0.9.3",
# buildifier: leave-alone
deps = [
"@raze__stable_deref_trait__1_2_0//:stable_deref_trait",

View file

@ -46,13 +46,13 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.2",
version = "0.9.3",
# buildifier: leave-alone
deps = [
"@raze__Inflector__0_11_4//:Inflector",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__proc_macro_error__1_0_4//:proc_macro_error",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

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

View file

@ -56,9 +56,9 @@ rust_library(
deps = [
"@raze__phf_generator__0_8_0//:phf_generator",
"@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -49,8 +49,8 @@ rust_library(
version = "1.0.7",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -89,9 +89,9 @@ rust_library(
# buildifier: leave-alone
deps = [
":proc_macro_error_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -80,7 +80,7 @@ rust_library(
# buildifier: leave-alone
deps = [
":proc_macro_error_attr_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
],
)

View file

@ -55,7 +55,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.26",
version = "1.0.27",
visibility = ["//visibility:private"],
deps = [
],
@ -79,7 +79,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.26",
version = "1.0.27",
# buildifier: leave-alone
deps = [
":proc_macro2_build_script",

View file

@ -81,7 +81,7 @@ rust_library(
deps = [
":prost_build_build_script",
"@raze__bytes__1_0_1//:bytes",
"@raze__heck__0_3_2//:heck",
"@raze__heck__0_3_3//:heck",
"@raze__itertools__0_9_0//:itertools",
"@raze__log__0_4_14//:log",
"@raze__multimap__0_8_3//:multimap",

View file

@ -49,10 +49,10 @@ rust_library(
version = "0.7.0",
# buildifier: leave-alone
deps = [
"@raze__anyhow__1_0_40//:anyhow",
"@raze__anyhow__1_0_41//:anyhow",
"@raze__itertools__0_9_0//:itertools",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -121,7 +121,7 @@ rust_library(
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__indoc__0_3_6//:indoc",
"@raze__inventory__0_1_10//:inventory",
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
"@raze__parking_lot__0_11_1//:parking_lot",
"@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent",

View file

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

View file

@ -49,8 +49,8 @@ rust_library(
version = "0.13.2",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
version = "1.0.9",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
],
)

View file

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

View file

@ -56,11 +56,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.3",
version = "0.8.4",
# buildifier: leave-alone
deps = [
"@raze__rand_chacha__0_3_0//:rand_chacha",
"@raze__rand_core__0_6_2//:rand_core",
"@raze__rand_chacha__0_3_1//:rand_chacha",
"@raze__rand_core__0_6_3//:rand_core",
] + selects.with_or({
# cfg(unix)
(
@ -70,7 +70,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
"//conditions:default": [],
}),

View file

@ -47,10 +47,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.0",
version = "0.3.1",
# buildifier: leave-alone
deps = [
"@raze__ppv_lite86__0_2_10//:ppv_lite86",
"@raze__rand_core__0_6_2//:rand_core",
"@raze__rand_core__0_6_3//:rand_core",
],
)

View file

@ -49,9 +49,9 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.6.2",
version = "0.6.3",
# buildifier: leave-alone
deps = [
"@raze__getrandom__0_2_2//:getrandom",
"@raze__getrandom__0_2_3//:getrandom",
],
)

View file

@ -46,9 +46,9 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.3.0",
version = "0.3.1",
# buildifier: leave-alone
deps = [
"@raze__rand_core__0_6_2//:rand_core",
"@raze__rand_core__0_6_3//:rand_core",
],
)

View file

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

View file

@ -88,10 +88,10 @@ rust_library(
"@raze__http__0_2_4//:http",
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_125//:serde",
"@raze__serde__1_0_126//:serde",
"@raze__serde_json__1_0_64//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_1//:url",
"@raze__url__2_2_2//:url",
] + selects.with_or({
# cfg(not(target_arch = "wasm32"))
(
@ -104,13 +104,13 @@ rust_library(
): [
"@raze__base64__0_13_0//:base64",
"@raze__encoding_rs__0_8_28//:encoding_rs",
"@raze__futures_core__0_3_14//:futures_core",
"@raze__futures_util__0_3_14//:futures_util",
"@raze__http_body__0_4_1//:http_body",
"@raze__hyper__0_14_7//:hyper",
"@raze__futures_core__0_3_15//:futures_core",
"@raze__futures_util__0_3_15//:futures_util",
"@raze__http_body__0_4_2//:http_body",
"@raze__hyper__0_14_9//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_0//:ipnet",
"@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log",
"@raze__mime__0_3_16//:mime",
@ -118,7 +118,7 @@ rust_library(
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_2_6//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_5_0//:tokio",
"@raze__tokio__1_7_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_rustls__0_22_0//:tokio_rustls",
"@raze__tokio_socks__0_5_1//:tokio_socks",

View file

@ -61,7 +61,7 @@ cargo_build_script(
version = "0.16.20",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_67//:cc",
"@raze__cc__1_0_68//:cc",
] + selects.with_or({
# cfg(any(target_arch = "x86", target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux"))))
(
@ -149,8 +149,8 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"@raze__libc__0_2_94//:libc",
"@raze__once_cell__1_7_2//:once_cell",
"@raze__libc__0_2_97//:libc",
"@raze__once_cell__1_8_0//:once_cell",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -54,13 +54,13 @@ rust_library(
"cargo-raze",
"manual",
],
version = "2.2.0",
version = "2.3.1",
# buildifier: leave-alone
deps = [
"@raze__bitflags__1_2_1//:bitflags",
"@raze__core_foundation__0_9_1//:core_foundation",
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
"@raze__libc__0_2_94//:libc",
"@raze__security_framework_sys__2_2_0//:security_framework_sys",
"@raze__libc__0_2_97//:libc",
"@raze__security_framework_sys__2_3_0//:security_framework_sys",
],
)

View file

@ -48,10 +48,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "2.2.0",
version = "2.3.0",
# buildifier: leave-alone
deps = [
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
"@raze__libc__0_2_94//:libc",
"@raze__libc__0_2_97//:libc",
],
)

View file

@ -57,7 +57,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.125",
version = "1.0.126",
visibility = ["//visibility:private"],
deps = [
],
@ -77,7 +77,7 @@ rust_library(
data = [],
edition = "2015",
proc_macro_deps = [
"@raze__serde_derive__1_0_125//:serde_derive",
"@raze__serde_derive__1_0_126//:serde_derive",
],
rustc_flags = [
"--cap-lints=allow",
@ -86,7 +86,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.125",
version = "1.0.126",
# buildifier: leave-alone
deps = [
":serde_build_script",

View file

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

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.125",
version = "1.0.126",
visibility = ["//visibility:private"],
deps = [
],
@ -77,12 +77,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.125",
version = "1.0.126",
# buildifier: leave-alone
deps = [
":serde_derive_build_script",
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

View file

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

View file

@ -46,12 +46,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.1.6",
version = "0.1.7",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_26//:proc_macro2",
"@raze__proc_macro2__1_0_27//:proc_macro2",
"@raze__quote__1_0_9//:quote",
"@raze__syn__1_0_72//:syn",
"@raze__syn__1_0_73//:syn",
],
)

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