update Rust deps

This commit is contained in:
Damien Elmes 2021-11-18 20:54:00 +10:00
parent 26123ce229
commit d31dccc388
105 changed files with 598 additions and 573 deletions

149
Cargo.lock generated
View file

@ -137,15 +137,15 @@ version = "0.0.0"
[[package]]
name = "anyhow"
version = "1.0.44"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
[[package]]
name = "arc-swap"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6df5aef5c5830360ce5218cecb8f018af3438af5686ae945094affc86fdec63"
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
[[package]]
name = "arrayref"
@ -164,9 +164,9 @@ dependencies = [
[[package]]
name = "arrayvec"
version = "0.7.1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "async-trait"
@ -210,12 +210,12 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "blake3"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd"
checksum = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413"
dependencies = [
"arrayref",
"arrayvec 0.7.1",
"arrayvec 0.7.2",
"cc",
"cfg-if",
"constant_time_eq",
@ -242,9 +242,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "cc"
version = "1.0.71"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
[[package]]
name = "cfg-if"
@ -267,9 +267,9 @@ dependencies = [
[[package]]
name = "coarsetime"
version = "0.1.19"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232"
checksum = "5b6ec6f6e80e839eb22bd61b18f19a8f2ae3f8bda9cf0fdce9dd96c9c5df8393"
dependencies = [
"libc",
"once_cell",
@ -499,9 +499,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fixedbitset"
version = "0.2.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
[[package]]
name = "flate2"
@ -855,9 +855,9 @@ checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
[[package]]
name = "httpdate"
version = "1.0.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
@ -867,9 +867,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.14"
version = "0.14.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
dependencies = [
"bytes",
"futures-channel",
@ -1057,15 +1057,15 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.105"
version = "0.2.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
[[package]]
name = "libsqlite3-sys"
version = "0.22.2"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
checksum = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2"
dependencies = [
"cc",
"pkg-config",
@ -1189,9 +1189,9 @@ dependencies = [
[[package]]
name = "minimal-lexical"
version = "0.1.4"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
@ -1263,9 +1263,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nom"
version = "7.0.0"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"memchr",
"minimal-lexical",
@ -1350,9 +1350,9 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "openssl"
version = "0.10.36"
version = "0.10.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
dependencies = [
"bitflags",
"cfg-if",
@ -1370,9 +1370,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "openssl-sys"
version = "0.9.67"
version = "0.9.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69df2d8dfc6ce3aaf44b40dec6f487d5a886516cf6879c49e98e0710f310a058"
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
dependencies = [
"autocfg",
"cc",
@ -1450,9 +1450,9 @@ dependencies = [
[[package]]
name = "petgraph"
version = "0.5.1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
dependencies = [
"fixedbitset",
"indexmap",
@ -1630,18 +1630,18 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]]
name = "proc-macro2"
version = "1.0.30"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
dependencies = [
"unicode-xid",
]
[[package]]
name = "prost"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
"prost-derive",
@ -1649,27 +1649,29 @@ dependencies = [
[[package]]
name = "prost-build"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603"
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
"bytes",
"heck",
"itertools",
"lazy_static",
"log",
"multimap",
"petgraph",
"prost",
"prost-types",
"regex",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
@ -1680,9 +1682,9 @@ dependencies = [
[[package]]
name = "prost-types"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
"bytes",
"prost",
@ -1702,9 +1704,9 @@ dependencies = [
[[package]]
name = "pyo3"
version = "0.14.5"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35100f9347670a566a67aa623369293703322bb9db77d99d7df7313b575ae0c8"
checksum = "64664505ce285a59b8b7e940fbe54ad65b1758a0810eddc5bc26df6f6ec8c557"
dependencies = [
"cfg-if",
"indoc",
@ -1718,18 +1720,18 @@ dependencies = [
[[package]]
name = "pyo3-build-config"
version = "0.14.5"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d12961738cacbd7f91b7c43bc25cfeeaa2698ad07a04b3be0aa88b950865738f"
checksum = "5f1e4a72de84cdcd69f62211b62f62753d0c11b7b5715f3467f3754dab22a7ca"
dependencies = [
"once_cell",
]
[[package]]
name = "pyo3-macros"
version = "0.14.5"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc0bc5215d704824dfddddc03f93cb572e1155c68b6761c37005e1c288808ea8"
checksum = "244f21d0a3887a9c02018b94e3b78d693dc7eca5c56839b7796a499cc364deb4"
dependencies = [
"pyo3-macros-backend",
"quote",
@ -1738,9 +1740,9 @@ dependencies = [
[[package]]
name = "pyo3-macros-backend"
version = "0.14.5"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71623fc593224afaab918aa3afcaf86ed2f43d34f6afde7f3922608f253240df"
checksum = "b3d3d18ac41d05199bb82645d56e39f8c8b4909a0137c6f2640f03685b29f672"
dependencies = [
"proc-macro2",
"pyo3-build-config",
@ -1960,9 +1962,9 @@ dependencies = [
[[package]]
name = "rusqlite"
version = "0.25.3"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57adcf67c8faaf96f3248c2a7b419a0dbc52ebe36ba83dd57fe83827c1ea4eb3"
checksum = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7"
dependencies = [
"bitflags",
"fallible-iterator",
@ -2105,9 +2107,9 @@ dependencies = [
[[package]]
name = "self_cell"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55267dd945ff7d9388dd56c5a6a97477bdb6f2584be5ba45fdde7207b7cac3a6"
checksum = "7ac753e6625df1711012c6469644ddd9b6338be1e4abf235c3a8817191411ae1"
[[package]]
name = "semver"
@ -2138,9 +2140,9 @@ dependencies = [
[[package]]
name = "serde-aux"
version = "2.3.0"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907c320ef8f45ce134b28ca9567ec58ec0d51dcae4e1ffe7ee0cc15517243810"
checksum = "93abf9799c576f004252b2a05168d58527fb7c54de12e94b4d12fe3475ffad24"
dependencies = [
"chrono",
"serde",
@ -2160,9 +2162,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.68"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
dependencies = [
"itoa",
"ryu",
@ -2365,30 +2367,31 @@ dependencies = [
[[package]]
name = "strum"
version = "0.21.0"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.21.1"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn",
]
[[package]]
name = "syn"
version = "1.0.80"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
dependencies = [
"proc-macro2",
"quote",
@ -2500,9 +2503,9 @@ checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
[[package]]
name = "tinyvec"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
dependencies = [
"tinyvec_macros",
]
@ -2515,9 +2518,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.12.0"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
dependencies = [
"autocfg",
"bytes",
@ -2541,9 +2544,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "1.5.0"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
dependencies = [
"proc-macro2",
"quote",
@ -2585,9 +2588,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.6.8"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
dependencies = [
"bytes",
"futures-core",

View file

@ -32,7 +32,7 @@ alias(
alias(
name = "blake3",
actual = "@raze__blake3__1_1_0//:blake3",
actual = "@raze__blake3__1_2_0//:blake3",
tags = [
"cargo-raze",
"manual",
@ -59,7 +59,7 @@ alias(
alias(
name = "coarsetime",
actual = "@raze__coarsetime__0_1_19//:coarsetime",
actual = "@raze__coarsetime__0_1_20//:coarsetime",
tags = [
"cargo-raze",
"manual",
@ -194,7 +194,7 @@ alias(
alias(
name = "nom",
actual = "@raze__nom__7_0_0//:nom",
actual = "@raze__nom__7_1_0//:nom",
tags = [
"cargo-raze",
"manual",
@ -275,7 +275,7 @@ alias(
alias(
name = "prost",
actual = "@raze__prost__0_8_0//:prost",
actual = "@raze__prost__0_9_0//:prost",
tags = [
"cargo-raze",
"manual",
@ -284,7 +284,7 @@ alias(
alias(
name = "prost_build",
actual = "@raze__prost_build__0_8_0//:prost_build",
actual = "@raze__prost_build__0_9_0//:prost_build",
tags = [
"cargo-raze",
"manual",
@ -302,7 +302,7 @@ alias(
alias(
name = "pyo3",
actual = "@raze__pyo3__0_14_5//:pyo3",
actual = "@raze__pyo3__0_15_0//:pyo3",
tags = [
"cargo-raze",
"manual",
@ -338,7 +338,7 @@ alias(
alias(
name = "rusqlite",
actual = "@raze__rusqlite__0_25_3//:rusqlite",
actual = "@raze__rusqlite__0_26_1//:rusqlite",
tags = [
"cargo-raze",
"manual",
@ -365,7 +365,7 @@ alias(
alias(
name = "serde_aux",
actual = "@raze__serde_aux__2_3_0//:serde_aux",
actual = "@raze__serde_aux__3_0_1//:serde_aux",
tags = [
"cargo-raze",
"manual",
@ -383,7 +383,7 @@ alias(
alias(
name = "serde_json",
actual = "@raze__serde_json__1_0_68//:serde_json",
actual = "@raze__serde_json__1_0_71//:serde_json",
tags = [
"cargo-raze",
"manual",
@ -455,7 +455,7 @@ alias(
alias(
name = "strum",
actual = "@raze__strum__0_21_0//:strum",
actual = "@raze__strum__0_23_0//:strum",
tags = [
"cargo-raze",
"manual",
@ -473,7 +473,7 @@ alias(
alias(
name = "tokio",
actual = "@raze__tokio__1_12_0//:tokio",
actual = "@raze__tokio__1_14_0//:tokio",
tags = [
"cargo-raze",
"manual",
@ -482,7 +482,7 @@ alias(
alias(
name = "tokio_util",
actual = "@raze__tokio_util__0_6_8//:tokio_util",
actual = "@raze__tokio_util__0_6_9//:tokio_util",
tags = [
"cargo-raze",
"manual",

View file

@ -82,7 +82,7 @@ rust_library(
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde",
"@raze__serde_json__1_0_68//:serde_json",
"@raze__serde_json__1_0_71//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url",
] + selects.with_or({
@ -101,7 +101,7 @@ rust_library(
"@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util",
"@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static",
@ -110,7 +110,7 @@ rust_library(
"@raze__native_tls__0_2_8//:native_tls",
"@raze__percent_encoding__2_1_0//:percent_encoding",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
"@raze__tokio_socks__0_5_1//:tokio_socks",
],

View file

@ -85,7 +85,7 @@ rust_library(
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde",
"@raze__serde_json__1_0_68//:serde_json",
"@raze__serde_json__1_0_71//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url",
] + selects.with_or({
@ -103,7 +103,7 @@ rust_library(
"@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util",
"@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__ipnet__2_3_1//:ipnet",
"@raze__lazy_static__1_4_0//:lazy_static",
@ -113,7 +113,7 @@ rust_library(
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_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

@ -53,22 +53,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__anyhow__1_0_44",
url = "https://crates.io/api/v1/crates/anyhow/1.0.44/download",
name = "raze__anyhow__1_0_45",
url = "https://crates.io/api/v1/crates/anyhow/1.0.45/download",
type = "tar.gz",
sha256 = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1",
strip_prefix = "anyhow-1.0.44",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.44.bazel"),
sha256 = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7",
strip_prefix = "anyhow-1.0.45",
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.45.bazel"),
)
maybe(
http_archive,
name = "raze__arc_swap__1_4_0",
url = "https://crates.io/api/v1/crates/arc-swap/1.4.0/download",
name = "raze__arc_swap__1_5_0",
url = "https://crates.io/api/v1/crates/arc-swap/1.5.0/download",
type = "tar.gz",
sha256 = "e6df5aef5c5830360ce5218cecb8f018af3438af5686ae945094affc86fdec63",
strip_prefix = "arc-swap-1.4.0",
build_file = Label("//cargo/remote:BUILD.arc-swap-1.4.0.bazel"),
sha256 = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f",
strip_prefix = "arc-swap-1.5.0",
build_file = Label("//cargo/remote:BUILD.arc-swap-1.5.0.bazel"),
)
maybe(
@ -93,12 +93,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__arrayvec__0_7_1",
url = "https://crates.io/api/v1/crates/arrayvec/0.7.1/download",
name = "raze__arrayvec__0_7_2",
url = "https://crates.io/api/v1/crates/arrayvec/0.7.2/download",
type = "tar.gz",
sha256 = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd",
strip_prefix = "arrayvec-0.7.1",
build_file = Label("//cargo/remote:BUILD.arrayvec-0.7.1.bazel"),
sha256 = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6",
strip_prefix = "arrayvec-0.7.2",
build_file = Label("//cargo/remote:BUILD.arrayvec-0.7.2.bazel"),
)
maybe(
@ -153,12 +153,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__blake3__1_1_0",
url = "https://crates.io/api/v1/crates/blake3/1.1.0/download",
name = "raze__blake3__1_2_0",
url = "https://crates.io/api/v1/crates/blake3/1.2.0/download",
type = "tar.gz",
sha256 = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd",
strip_prefix = "blake3-1.1.0",
build_file = Label("//cargo/remote:BUILD.blake3-1.1.0.bazel"),
sha256 = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413",
strip_prefix = "blake3-1.2.0",
build_file = Label("//cargo/remote:BUILD.blake3-1.2.0.bazel"),
)
maybe(
@ -193,12 +193,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__cc__1_0_71",
url = "https://crates.io/api/v1/crates/cc/1.0.71/download",
name = "raze__cc__1_0_72",
url = "https://crates.io/api/v1/crates/cc/1.0.72/download",
type = "tar.gz",
sha256 = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd",
strip_prefix = "cc-1.0.71",
build_file = Label("//cargo/remote:BUILD.cc-1.0.71.bazel"),
sha256 = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee",
strip_prefix = "cc-1.0.72",
build_file = Label("//cargo/remote:BUILD.cc-1.0.72.bazel"),
)
maybe(
@ -223,12 +223,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__coarsetime__0_1_19",
url = "https://crates.io/api/v1/crates/coarsetime/0.1.19/download",
name = "raze__coarsetime__0_1_20",
url = "https://crates.io/api/v1/crates/coarsetime/0.1.20/download",
type = "tar.gz",
sha256 = "2918e2ffa91a49dabbba4965fe38a37a1ba0b6953a29e32cc250a8d59cd42232",
strip_prefix = "coarsetime-0.1.19",
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.19.bazel"),
sha256 = "5b6ec6f6e80e839eb22bd61b18f19a8f2ae3f8bda9cf0fdce9dd96c9c5df8393",
strip_prefix = "coarsetime-0.1.20",
build_file = Label("//cargo/remote:BUILD.coarsetime-0.1.20.bazel"),
)
maybe(
@ -473,12 +473,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__fixedbitset__0_2_0",
url = "https://crates.io/api/v1/crates/fixedbitset/0.2.0/download",
name = "raze__fixedbitset__0_4_0",
url = "https://crates.io/api/v1/crates/fixedbitset/0.4.0/download",
type = "tar.gz",
sha256 = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d",
strip_prefix = "fixedbitset-0.2.0",
build_file = Label("//cargo/remote:BUILD.fixedbitset-0.2.0.bazel"),
sha256 = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e",
strip_prefix = "fixedbitset-0.4.0",
build_file = Label("//cargo/remote:BUILD.fixedbitset-0.4.0.bazel"),
)
maybe(
@ -833,12 +833,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__httpdate__1_0_1",
url = "https://crates.io/api/v1/crates/httpdate/1.0.1/download",
name = "raze__httpdate__1_0_2",
url = "https://crates.io/api/v1/crates/httpdate/1.0.2/download",
type = "tar.gz",
sha256 = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440",
strip_prefix = "httpdate-1.0.1",
build_file = Label("//cargo/remote:BUILD.httpdate-1.0.1.bazel"),
sha256 = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421",
strip_prefix = "httpdate-1.0.2",
build_file = Label("//cargo/remote:BUILD.httpdate-1.0.2.bazel"),
)
maybe(
@ -853,12 +853,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__hyper__0_14_14",
url = "https://crates.io/api/v1/crates/hyper/0.14.14/download",
name = "raze__hyper__0_14_15",
url = "https://crates.io/api/v1/crates/hyper/0.14.15/download",
type = "tar.gz",
sha256 = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b",
strip_prefix = "hyper-0.14.14",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.14.bazel"),
sha256 = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c",
strip_prefix = "hyper-0.14.15",
build_file = Label("//cargo/remote:BUILD.hyper-0.14.15.bazel"),
)
maybe(
@ -1033,22 +1033,22 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__libc__0_2_105",
url = "https://crates.io/api/v1/crates/libc/0.2.105/download",
name = "raze__libc__0_2_107",
url = "https://crates.io/api/v1/crates/libc/0.2.107/download",
type = "tar.gz",
sha256 = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013",
strip_prefix = "libc-0.2.105",
build_file = Label("//cargo/remote:BUILD.libc-0.2.105.bazel"),
sha256 = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219",
strip_prefix = "libc-0.2.107",
build_file = Label("//cargo/remote:BUILD.libc-0.2.107.bazel"),
)
maybe(
http_archive,
name = "raze__libsqlite3_sys__0_22_2",
url = "https://crates.io/api/v1/crates/libsqlite3-sys/0.22.2/download",
name = "raze__libsqlite3_sys__0_23_1",
url = "https://crates.io/api/v1/crates/libsqlite3-sys/0.23.1/download",
type = "tar.gz",
sha256 = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d",
strip_prefix = "libsqlite3-sys-0.22.2",
build_file = Label("//cargo/remote:BUILD.libsqlite3-sys-0.22.2.bazel"),
sha256 = "abd5850c449b40bacb498b2bbdfaff648b1b055630073ba8db499caf2d0ea9f2",
strip_prefix = "libsqlite3-sys-0.23.1",
build_file = Label("//cargo/remote:BUILD.libsqlite3-sys-0.23.1.bazel"),
)
maybe(
@ -1173,12 +1173,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__minimal_lexical__0_1_4",
url = "https://crates.io/api/v1/crates/minimal-lexical/0.1.4/download",
name = "raze__minimal_lexical__0_2_1",
url = "https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download",
type = "tar.gz",
sha256 = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677",
strip_prefix = "minimal-lexical-0.1.4",
build_file = Label("//cargo/remote:BUILD.minimal-lexical-0.1.4.bazel"),
sha256 = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a",
strip_prefix = "minimal-lexical-0.2.1",
build_file = Label("//cargo/remote:BUILD.minimal-lexical-0.2.1.bazel"),
)
maybe(
@ -1253,12 +1253,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__nom__7_0_0",
url = "https://crates.io/api/v1/crates/nom/7.0.0/download",
name = "raze__nom__7_1_0",
url = "https://crates.io/api/v1/crates/nom/7.1.0/download",
type = "tar.gz",
sha256 = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1",
strip_prefix = "nom-7.0.0",
build_file = Label("//cargo/remote:BUILD.nom-7.0.0.bazel"),
sha256 = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109",
strip_prefix = "nom-7.1.0",
build_file = Label("//cargo/remote:BUILD.nom-7.1.0.bazel"),
)
maybe(
@ -1343,12 +1343,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__openssl__0_10_36",
url = "https://crates.io/api/v1/crates/openssl/0.10.36/download",
name = "raze__openssl__0_10_38",
url = "https://crates.io/api/v1/crates/openssl/0.10.38/download",
type = "tar.gz",
sha256 = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a",
strip_prefix = "openssl-0.10.36",
build_file = Label("//cargo/remote:BUILD.openssl-0.10.36.bazel"),
sha256 = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95",
strip_prefix = "openssl-0.10.38",
build_file = Label("//cargo/remote:BUILD.openssl-0.10.38.bazel"),
)
maybe(
@ -1363,12 +1363,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__openssl_sys__0_9_67",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.67/download",
name = "raze__openssl_sys__0_9_71",
url = "https://crates.io/api/v1/crates/openssl-sys/0.9.71/download",
type = "tar.gz",
sha256 = "69df2d8dfc6ce3aaf44b40dec6f487d5a886516cf6879c49e98e0710f310a058",
strip_prefix = "openssl-sys-0.9.67",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.67.bazel"),
sha256 = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73",
strip_prefix = "openssl-sys-0.9.71",
build_file = Label("//cargo/remote:BUILD.openssl-sys-0.9.71.bazel"),
)
maybe(
@ -1443,12 +1443,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__petgraph__0_5_1",
url = "https://crates.io/api/v1/crates/petgraph/0.5.1/download",
name = "raze__petgraph__0_6_0",
url = "https://crates.io/api/v1/crates/petgraph/0.6.0/download",
type = "tar.gz",
sha256 = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7",
strip_prefix = "petgraph-0.5.1",
build_file = Label("//cargo/remote:BUILD.petgraph-0.5.1.bazel"),
sha256 = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f",
strip_prefix = "petgraph-0.6.0",
build_file = Label("//cargo/remote:BUILD.petgraph-0.6.0.bazel"),
)
maybe(
@ -1643,52 +1643,52 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__proc_macro2__1_0_30",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.30/download",
name = "raze__proc_macro2__1_0_32",
url = "https://crates.io/api/v1/crates/proc-macro2/1.0.32/download",
type = "tar.gz",
sha256 = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70",
strip_prefix = "proc-macro2-1.0.30",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.30.bazel"),
sha256 = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43",
strip_prefix = "proc-macro2-1.0.32",
build_file = Label("//cargo/remote:BUILD.proc-macro2-1.0.32.bazel"),
)
maybe(
http_archive,
name = "raze__prost__0_8_0",
url = "https://crates.io/api/v1/crates/prost/0.8.0/download",
name = "raze__prost__0_9_0",
url = "https://crates.io/api/v1/crates/prost/0.9.0/download",
type = "tar.gz",
sha256 = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020",
strip_prefix = "prost-0.8.0",
build_file = Label("//cargo/remote:BUILD.prost-0.8.0.bazel"),
sha256 = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001",
strip_prefix = "prost-0.9.0",
build_file = Label("//cargo/remote:BUILD.prost-0.9.0.bazel"),
)
maybe(
http_archive,
name = "raze__prost_build__0_8_0",
url = "https://crates.io/api/v1/crates/prost-build/0.8.0/download",
name = "raze__prost_build__0_9_0",
url = "https://crates.io/api/v1/crates/prost-build/0.9.0/download",
type = "tar.gz",
sha256 = "355f634b43cdd80724ee7848f95770e7e70eefa6dcf14fea676216573b8fd603",
strip_prefix = "prost-build-0.8.0",
build_file = Label("//cargo/remote:BUILD.prost-build-0.8.0.bazel"),
sha256 = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5",
strip_prefix = "prost-build-0.9.0",
build_file = Label("//cargo/remote:BUILD.prost-build-0.9.0.bazel"),
)
maybe(
http_archive,
name = "raze__prost_derive__0_8_0",
url = "https://crates.io/api/v1/crates/prost-derive/0.8.0/download",
name = "raze__prost_derive__0_9_0",
url = "https://crates.io/api/v1/crates/prost-derive/0.9.0/download",
type = "tar.gz",
sha256 = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba",
strip_prefix = "prost-derive-0.8.0",
build_file = Label("//cargo/remote:BUILD.prost-derive-0.8.0.bazel"),
sha256 = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe",
strip_prefix = "prost-derive-0.9.0",
build_file = Label("//cargo/remote:BUILD.prost-derive-0.9.0.bazel"),
)
maybe(
http_archive,
name = "raze__prost_types__0_8_0",
url = "https://crates.io/api/v1/crates/prost-types/0.8.0/download",
name = "raze__prost_types__0_9_0",
url = "https://crates.io/api/v1/crates/prost-types/0.9.0/download",
type = "tar.gz",
sha256 = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b",
strip_prefix = "prost-types-0.8.0",
build_file = Label("//cargo/remote:BUILD.prost-types-0.8.0.bazel"),
sha256 = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a",
strip_prefix = "prost-types-0.9.0",
build_file = Label("//cargo/remote:BUILD.prost-types-0.9.0.bazel"),
)
maybe(
@ -1703,42 +1703,42 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__pyo3__0_14_5",
url = "https://crates.io/api/v1/crates/pyo3/0.14.5/download",
name = "raze__pyo3__0_15_0",
url = "https://crates.io/api/v1/crates/pyo3/0.15.0/download",
type = "tar.gz",
sha256 = "35100f9347670a566a67aa623369293703322bb9db77d99d7df7313b575ae0c8",
strip_prefix = "pyo3-0.14.5",
build_file = Label("//cargo/remote:BUILD.pyo3-0.14.5.bazel"),
sha256 = "64664505ce285a59b8b7e940fbe54ad65b1758a0810eddc5bc26df6f6ec8c557",
strip_prefix = "pyo3-0.15.0",
build_file = Label("//cargo/remote:BUILD.pyo3-0.15.0.bazel"),
)
maybe(
http_archive,
name = "raze__pyo3_build_config__0_14_5",
url = "https://crates.io/api/v1/crates/pyo3-build-config/0.14.5/download",
name = "raze__pyo3_build_config__0_15_0",
url = "https://crates.io/api/v1/crates/pyo3-build-config/0.15.0/download",
type = "tar.gz",
sha256 = "d12961738cacbd7f91b7c43bc25cfeeaa2698ad07a04b3be0aa88b950865738f",
strip_prefix = "pyo3-build-config-0.14.5",
build_file = Label("//cargo/remote:BUILD.pyo3-build-config-0.14.5.bazel"),
sha256 = "5f1e4a72de84cdcd69f62211b62f62753d0c11b7b5715f3467f3754dab22a7ca",
strip_prefix = "pyo3-build-config-0.15.0",
build_file = Label("//cargo/remote:BUILD.pyo3-build-config-0.15.0.bazel"),
)
maybe(
http_archive,
name = "raze__pyo3_macros__0_14_5",
url = "https://crates.io/api/v1/crates/pyo3-macros/0.14.5/download",
name = "raze__pyo3_macros__0_15_0",
url = "https://crates.io/api/v1/crates/pyo3-macros/0.15.0/download",
type = "tar.gz",
sha256 = "fc0bc5215d704824dfddddc03f93cb572e1155c68b6761c37005e1c288808ea8",
strip_prefix = "pyo3-macros-0.14.5",
build_file = Label("//cargo/remote:BUILD.pyo3-macros-0.14.5.bazel"),
sha256 = "244f21d0a3887a9c02018b94e3b78d693dc7eca5c56839b7796a499cc364deb4",
strip_prefix = "pyo3-macros-0.15.0",
build_file = Label("//cargo/remote:BUILD.pyo3-macros-0.15.0.bazel"),
)
maybe(
http_archive,
name = "raze__pyo3_macros_backend__0_14_5",
url = "https://crates.io/api/v1/crates/pyo3-macros-backend/0.14.5/download",
name = "raze__pyo3_macros_backend__0_15_0",
url = "https://crates.io/api/v1/crates/pyo3-macros-backend/0.15.0/download",
type = "tar.gz",
sha256 = "71623fc593224afaab918aa3afcaf86ed2f43d34f6afde7f3922608f253240df",
strip_prefix = "pyo3-macros-backend-0.14.5",
build_file = Label("//cargo/remote:BUILD.pyo3-macros-backend-0.14.5.bazel"),
sha256 = "b3d3d18ac41d05199bb82645d56e39f8c8b4909a0137c6f2640f03685b29f672",
strip_prefix = "pyo3-macros-backend-0.15.0",
build_file = Label("//cargo/remote:BUILD.pyo3-macros-backend-0.15.0.bazel"),
)
maybe(
@ -1913,12 +1913,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__rusqlite__0_25_3",
url = "https://crates.io/api/v1/crates/rusqlite/0.25.3/download",
name = "raze__rusqlite__0_26_1",
url = "https://crates.io/api/v1/crates/rusqlite/0.26.1/download",
type = "tar.gz",
sha256 = "57adcf67c8faaf96f3248c2a7b419a0dbc52ebe36ba83dd57fe83827c1ea4eb3",
strip_prefix = "rusqlite-0.25.3",
build_file = Label("//cargo/remote:BUILD.rusqlite-0.25.3.bazel"),
sha256 = "8a82b0b91fad72160c56bf8da7a549b25d7c31109f52cc1437eac4c0ad2550a7",
strip_prefix = "rusqlite-0.26.1",
build_file = Label("//cargo/remote:BUILD.rusqlite-0.26.1.bazel"),
)
maybe(
@ -2053,12 +2053,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__self_cell__0_10_0",
url = "https://crates.io/api/v1/crates/self_cell/0.10.0/download",
name = "raze__self_cell__0_10_1",
url = "https://crates.io/api/v1/crates/self_cell/0.10.1/download",
type = "tar.gz",
sha256 = "55267dd945ff7d9388dd56c5a6a97477bdb6f2584be5ba45fdde7207b7cac3a6",
strip_prefix = "self_cell-0.10.0",
build_file = Label("//cargo/remote:BUILD.self_cell-0.10.0.bazel"),
sha256 = "7ac753e6625df1711012c6469644ddd9b6338be1e4abf235c3a8817191411ae1",
strip_prefix = "self_cell-0.10.1",
build_file = Label("//cargo/remote:BUILD.self_cell-0.10.1.bazel"),
)
maybe(
@ -2093,12 +2093,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde_aux__2_3_0",
url = "https://crates.io/api/v1/crates/serde-aux/2.3.0/download",
name = "raze__serde_aux__3_0_1",
url = "https://crates.io/api/v1/crates/serde-aux/3.0.1/download",
type = "tar.gz",
sha256 = "907c320ef8f45ce134b28ca9567ec58ec0d51dcae4e1ffe7ee0cc15517243810",
strip_prefix = "serde-aux-2.3.0",
build_file = Label("//cargo/remote:BUILD.serde-aux-2.3.0.bazel"),
sha256 = "93abf9799c576f004252b2a05168d58527fb7c54de12e94b4d12fe3475ffad24",
strip_prefix = "serde-aux-3.0.1",
build_file = Label("//cargo/remote:BUILD.serde-aux-3.0.1.bazel"),
)
maybe(
@ -2113,12 +2113,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__serde_json__1_0_68",
url = "https://crates.io/api/v1/crates/serde_json/1.0.68/download",
name = "raze__serde_json__1_0_71",
url = "https://crates.io/api/v1/crates/serde_json/1.0.71/download",
type = "tar.gz",
sha256 = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8",
strip_prefix = "serde_json-1.0.68",
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.68.bazel"),
sha256 = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19",
strip_prefix = "serde_json-1.0.71",
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.71.bazel"),
)
maybe(
@ -2323,32 +2323,32 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__strum__0_21_0",
url = "https://crates.io/api/v1/crates/strum/0.21.0/download",
name = "raze__strum__0_23_0",
url = "https://crates.io/api/v1/crates/strum/0.23.0/download",
type = "tar.gz",
sha256 = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2",
strip_prefix = "strum-0.21.0",
build_file = Label("//cargo/remote:BUILD.strum-0.21.0.bazel"),
sha256 = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb",
strip_prefix = "strum-0.23.0",
build_file = Label("//cargo/remote:BUILD.strum-0.23.0.bazel"),
)
maybe(
http_archive,
name = "raze__strum_macros__0_21_1",
url = "https://crates.io/api/v1/crates/strum_macros/0.21.1/download",
name = "raze__strum_macros__0_23_0",
url = "https://crates.io/api/v1/crates/strum_macros/0.23.0/download",
type = "tar.gz",
sha256 = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec",
strip_prefix = "strum_macros-0.21.1",
build_file = Label("//cargo/remote:BUILD.strum_macros-0.21.1.bazel"),
sha256 = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5",
strip_prefix = "strum_macros-0.23.0",
build_file = Label("//cargo/remote:BUILD.strum_macros-0.23.0.bazel"),
)
maybe(
http_archive,
name = "raze__syn__1_0_80",
url = "https://crates.io/api/v1/crates/syn/1.0.80/download",
name = "raze__syn__1_0_81",
url = "https://crates.io/api/v1/crates/syn/1.0.81/download",
type = "tar.gz",
sha256 = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194",
strip_prefix = "syn-1.0.80",
build_file = Label("//cargo/remote:BUILD.syn-1.0.80.bazel"),
sha256 = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966",
strip_prefix = "syn-1.0.81",
build_file = Label("//cargo/remote:BUILD.syn-1.0.81.bazel"),
)
maybe(
@ -2463,12 +2463,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tinyvec__1_5_0",
url = "https://crates.io/api/v1/crates/tinyvec/1.5.0/download",
name = "raze__tinyvec__1_5_1",
url = "https://crates.io/api/v1/crates/tinyvec/1.5.1/download",
type = "tar.gz",
sha256 = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7",
strip_prefix = "tinyvec-1.5.0",
build_file = Label("//cargo/remote:BUILD.tinyvec-1.5.0.bazel"),
sha256 = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2",
strip_prefix = "tinyvec-1.5.1",
build_file = Label("//cargo/remote:BUILD.tinyvec-1.5.1.bazel"),
)
maybe(
@ -2483,12 +2483,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tokio__1_12_0",
url = "https://crates.io/api/v1/crates/tokio/1.12.0/download",
name = "raze__tokio__1_14_0",
url = "https://crates.io/api/v1/crates/tokio/1.14.0/download",
type = "tar.gz",
sha256 = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc",
strip_prefix = "tokio-1.12.0",
build_file = Label("//cargo/remote:BUILD.tokio-1.12.0.bazel"),
sha256 = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144",
strip_prefix = "tokio-1.14.0",
build_file = Label("//cargo/remote:BUILD.tokio-1.14.0.bazel"),
)
maybe(
@ -2503,12 +2503,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tokio_macros__1_5_0",
url = "https://crates.io/api/v1/crates/tokio-macros/1.5.0/download",
name = "raze__tokio_macros__1_6_0",
url = "https://crates.io/api/v1/crates/tokio-macros/1.6.0/download",
type = "tar.gz",
sha256 = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd",
strip_prefix = "tokio-macros-1.5.0",
build_file = Label("//cargo/remote:BUILD.tokio-macros-1.5.0.bazel"),
sha256 = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e",
strip_prefix = "tokio-macros-1.6.0",
build_file = Label("//cargo/remote:BUILD.tokio-macros-1.6.0.bazel"),
)
maybe(
@ -2543,12 +2543,12 @@ def raze_fetch_remote_crates():
maybe(
http_archive,
name = "raze__tokio_util__0_6_8",
url = "https://crates.io/api/v1/crates/tokio-util/0.6.8/download",
name = "raze__tokio_util__0_6_9",
url = "https://crates.io/api/v1/crates/tokio-util/0.6.9/download",
type = "tar.gz",
sha256 = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd",
strip_prefix = "tokio-util-0.6.8",
build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.8.bazel"),
sha256 = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0",
strip_prefix = "tokio-util-0.6.9",
build_file = Label("//cargo/remote:BUILD.tokio-util-0.6.9.bazel"),
)
maybe(

View file

@ -55,7 +55,7 @@
},
{
"name": "anyhow",
"version": "1.0.44",
"version": "1.0.45",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/anyhow",
"license": "Apache-2.0 OR MIT",
@ -64,7 +64,7 @@
},
{
"name": "arc-swap",
"version": "1.4.0",
"version": "1.5.0",
"authors": "Michal 'vorner' Vaner <vorner@vorner.cz>",
"repository": "https://github.com/vorner/arc-swap",
"license": "Apache-2.0 OR MIT",
@ -91,7 +91,7 @@
},
{
"name": "arrayvec",
"version": "0.7.1",
"version": "0.7.2",
"authors": "bluss",
"repository": "https://github.com/bluss/arrayvec",
"license": "Apache-2.0 OR MIT",
@ -145,7 +145,7 @@
},
{
"name": "blake3",
"version": "1.1.0",
"version": "1.2.0",
"authors": "Jack O'Connor <oconnor663@gmail.com>",
"repository": "https://github.com/BLAKE3-team/BLAKE3",
"license": "Apache-2.0 OR CC0-1.0",
@ -181,7 +181,7 @@
},
{
"name": "cc",
"version": "1.0.71",
"version": "1.0.72",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/alexcrichton/cc-rs",
"license": "Apache-2.0 OR MIT",
@ -208,7 +208,7 @@
},
{
"name": "coarsetime",
"version": "0.1.19",
"version": "0.1.20",
"authors": "Frank Denis <github@pureftpd.org>",
"repository": "https://github.com/jedisct1/rust-coarsetime",
"license": "ISC",
@ -433,7 +433,7 @@
},
{
"name": "fixedbitset",
"version": "0.2.0",
"version": "0.4.0",
"authors": "bluss",
"repository": "https://github.com/bluss/fixedbitset",
"license": "Apache-2.0 OR MIT",
@ -757,7 +757,7 @@
},
{
"name": "httpdate",
"version": "1.0.1",
"version": "1.0.2",
"authors": "Pyfisch <pyfisch@posteo.org>",
"repository": "https://github.com/pyfisch/httpdate",
"license": "Apache-2.0 OR MIT",
@ -775,7 +775,7 @@
},
{
"name": "hyper",
"version": "0.14.14",
"version": "0.14.15",
"authors": "Sean McArthur <sean@seanmonstar.com>",
"repository": "https://github.com/hyperium/hyper",
"license": "MIT",
@ -919,7 +919,7 @@
},
{
"name": "libc",
"version": "0.2.105",
"version": "0.2.107",
"authors": "The Rust Project Developers",
"repository": "https://github.com/rust-lang/libc",
"license": "Apache-2.0 OR MIT",
@ -928,7 +928,7 @@
},
{
"name": "libsqlite3-sys",
"version": "0.22.2",
"version": "0.23.1",
"authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT",
@ -1045,7 +1045,7 @@
},
{
"name": "minimal-lexical",
"version": "0.1.4",
"version": "0.2.1",
"authors": "Alex Huszagh <ahuszagh@gmail.com>",
"repository": "https://github.com/Alexhuszagh/minimal-lexical",
"license": "Apache-2.0 OR MIT",
@ -1117,7 +1117,7 @@
},
{
"name": "nom",
"version": "7.0.0",
"version": "7.1.0",
"authors": "contact@geoffroycouprie.com",
"repository": "https://github.com/Geal/nom",
"license": "MIT",
@ -1198,7 +1198,7 @@
},
{
"name": "openssl",
"version": "0.10.36",
"version": "0.10.38",
"authors": "Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl",
"license": "Apache-2.0",
@ -1216,7 +1216,7 @@
},
{
"name": "openssl-sys",
"version": "0.9.67",
"version": "0.9.71",
"authors": "Alex Crichton <alex@alexcrichton.com>|Steven Fackler <sfackler@gmail.com>",
"repository": "https://github.com/sfackler/rust-openssl",
"license": "MIT",
@ -1270,7 +1270,7 @@
},
{
"name": "petgraph",
"version": "0.5.1",
"version": "0.6.0",
"authors": "bluss|mitchmindtree",
"repository": "https://github.com/petgraph/petgraph",
"license": "Apache-2.0 OR MIT",
@ -1450,16 +1450,16 @@
},
{
"name": "proc-macro2",
"version": "1.0.30",
"authors": "Alex Crichton <alex@alexcrichton.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/alexcrichton/proc-macro2",
"version": "1.0.32",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case."
},
{
"name": "prost",
"version": "0.8.0",
"version": "0.9.0",
"authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0",
@ -1468,7 +1468,7 @@
},
{
"name": "prost-build",
"version": "0.8.0",
"version": "0.9.0",
"authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0",
@ -1477,7 +1477,7 @@
},
{
"name": "prost-derive",
"version": "0.8.0",
"version": "0.9.0",
"authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0",
@ -1486,7 +1486,7 @@
},
{
"name": "prost-types",
"version": "0.8.0",
"version": "0.9.0",
"authors": "Dan Burkert <dan@danburkert.com>|Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/prost",
"license": "Apache-2.0",
@ -1657,7 +1657,7 @@
},
{
"name": "rusqlite",
"version": "0.25.3",
"version": "0.26.1",
"authors": "The rusqlite developers",
"repository": "https://github.com/rusqlite/rusqlite",
"license": "MIT",
@ -1774,7 +1774,7 @@
},
{
"name": "self_cell",
"version": "0.10.0",
"version": "0.10.1",
"authors": "Lukas Bergdoll <lukas.bergdoll@gmail.com>",
"repository": "https://github.com/Voultapher/self_cell",
"license": "Apache-2.0",
@ -1810,7 +1810,7 @@
},
{
"name": "serde-aux",
"version": "2.3.0",
"version": "3.0.1",
"authors": "Victor Polevoy <maintainer@vpolevoy.com>",
"repository": "https://github.com/vityafx/serde-aux",
"license": "MIT",
@ -1828,7 +1828,7 @@
},
{
"name": "serde_json",
"version": "1.0.68",
"version": "1.0.71",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/json",
"license": "Apache-2.0 OR MIT",
@ -2017,7 +2017,7 @@
},
{
"name": "strum",
"version": "0.21.0",
"version": "0.23.0",
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"repository": "https://github.com/Peternator7/strum",
"license": "MIT",
@ -2026,7 +2026,7 @@
},
{
"name": "strum_macros",
"version": "0.21.1",
"version": "0.23.0",
"authors": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"repository": "https://github.com/Peternator7/strum",
"license": "MIT",
@ -2035,7 +2035,7 @@
},
{
"name": "syn",
"version": "1.0.80",
"version": "1.0.81",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
@ -2143,7 +2143,7 @@
},
{
"name": "tinyvec",
"version": "1.5.0",
"version": "1.5.1",
"authors": "Lokathor <zefria@gmail.com>",
"repository": "https://github.com/Lokathor/tinyvec",
"license": "Apache-2.0 OR MIT OR Zlib",
@ -2161,7 +2161,7 @@
},
{
"name": "tokio",
"version": "1.12.0",
"version": "1.14.0",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",
@ -2179,7 +2179,7 @@
},
{
"name": "tokio-macros",
"version": "1.5.0",
"version": "1.6.0",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",
@ -2215,7 +2215,7 @@
},
{
"name": "tokio-util",
"version": "0.6.8",
"version": "0.6.9",
"authors": "Tokio Contributors <team@tokio.rs>",
"repository": "https://github.com/tokio-rs/tokio",
"license": "MIT",

View file

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

View file

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

View file

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

View file

@ -79,9 +79,9 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
":async_trait_build_script",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

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

View file

@ -57,10 +57,10 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.1.0",
version = "1.2.0",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_71//:cc",
"@raze__cc__1_0_72//:cc",
],
)
@ -84,12 +84,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.1.0",
version = "1.2.0",
# buildifier: leave-alone
deps = [
":blake3_build_script",
"@raze__arrayref__0_3_6//:arrayref",
"@raze__arrayvec__0_7_1//:arrayvec",
"@raze__arrayvec__0_7_2//:arrayvec",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__constant_time_eq__0_1_5//:constant_time_eq",
"@raze__digest__0_9_0//:digest",

View file

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

View file

@ -41,6 +41,7 @@ rust_library(
aliases = {
},
crate_features = [
"alloc",
"clock",
"default",
"libc",
@ -62,7 +63,7 @@ rust_library(
version = "0.4.19",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__num_integer__0_1_44//:num_integer",
"@raze__num_traits__0_2_14//:num_traits",
"@raze__time__0_1_44//:time",

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.1.19",
version = "0.1.20",
# buildifier: leave-alone
deps = [
"@raze__once_cell__1_8_0//:once_cell",
@ -63,7 +63,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
],
"//conditions:default": [],
}),

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
],
)

View file

@ -57,9 +57,9 @@ cargo_build_script(
version = "0.27.2",
visibility = ["//visibility:private"],
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -50,6 +50,6 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -50,9 +50,9 @@ rust_proc_macro(
version = "2.2.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -78,9 +78,9 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
"@raze__convert_case__0_4_0//:convert_case",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

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

View file

@ -48,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.2.0",
version = "0.4.0",
# buildifier: leave-alone
deps = [
],

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_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__miniz_oxide__0_4_4//:miniz_oxide",
],
)

View file

@ -59,7 +59,7 @@ rust_library(
"@raze__intl_memoizer__0_5_1//:intl_memoizer",
"@raze__intl_pluralrules__7_0_1//:intl_pluralrules",
"@raze__rustc_hash__1_1_0//:rustc_hash",
"@raze__self_cell__0_10_0//:self_cell",
"@raze__self_cell__0_10_1//:self_cell",
"@raze__smallvec__1_7_0//:smallvec",
"@raze__unic_langid__0_9_0//:unic_langid",
],

View file

@ -83,8 +83,8 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
":futures_macro_build_script",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

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

View file

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

View file

@ -63,8 +63,8 @@ rust_library(
"@raze__http__0_2_5//:http",
"@raze__indexmap__1_7_0//:indexmap",
"@raze__slab__0_4_5//:slab",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio_util__0_6_8//:tokio_util",
"@raze__tokio__1_14_0//:tokio",
"@raze__tokio_util__0_6_9//:tokio_util",
"@raze__tracing__0_1_29//:tracing",
],
)

View file

@ -50,6 +50,6 @@ rust_library(
version = "0.1.19",
# buildifier: leave-alone
deps = [
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
],
)

View file

@ -57,9 +57,9 @@ cargo_build_script(
version = "0.25.1",
visibility = ["//visibility:private"],
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -31,6 +31,8 @@ licenses([
# Generated Targets
# Unsupported target "benchmarks" with type "bench" omitted
rust_library(
name = "httpdate",
srcs = glob(["**/*.rs"]),
@ -46,7 +48,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.1",
version = "1.0.2",
# buildifier: leave-alone
deps = [
],

View file

@ -98,7 +98,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.14.14",
version = "0.14.15",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",
@ -109,11 +109,11 @@ rust_library(
"@raze__http__0_2_5//:http",
"@raze__http_body__0_4_4//:http_body",
"@raze__httparse__1_5_1//:httparse",
"@raze__httpdate__1_0_1//:httpdate",
"@raze__httpdate__1_0_2//:httpdate",
"@raze__itoa__0_4_8//:itoa",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__socket2__0_4_2//:socket2",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
"@raze__tower_service__0_3_1//:tower_service",
"@raze__tracing__0_1_29//:tracing",
"@raze__want__0_3_0//:want",

View file

@ -54,10 +54,10 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__futures_util__0_3_17//:futures_util",
"@raze__hyper__0_14_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__log__0_4_14//:log",
"@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_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_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_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_1_0//:bytes",
"@raze__hyper__0_14_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__native_tls__0_2_8//:native_tls",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
"@raze__tokio_native_tls__0_3_0//:tokio_native_tls",
],
)

View file

@ -52,9 +52,9 @@ rust_proc_macro(
version = "0.3.6",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
"@raze__unindent__0_1_7//:unindent",
],
)

View file

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

View file

@ -64,27 +64,18 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.22.2",
version = "0.23.1",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_71//:cc",
"@raze__cc__1_0_72//:cc",
"@raze__pkg_config__0_3_22//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"@raze__vcpkg__0_2_15//:vcpkg",
],
"//conditions:default": [],
}),
"@raze__vcpkg__0_2_15//:vcpkg",
],
)
rust_library(
name = "libsqlite3_sys",
srcs = glob(["**/*.rs"]),
aliases = {
},
crate_features = [
"bundled",
"bundled_bindings",
@ -106,16 +97,9 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.22.2",
version = "0.23.1",
# buildifier: leave-alone
deps = [
":libsqlite3_sys_build_script",
] + selects.with_or({
# cfg(target_env = "msvc")
(
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
],
"//conditions:default": [],
}),
],
)

View file

@ -45,7 +45,6 @@ cargo_build_script(
crate_features = [
"default",
"std",
"use_std",
],
crate_root = "build.rs",
data = glob(["**"]),
@ -69,7 +68,6 @@ rust_library(
crate_features = [
"default",
"std",
"use_std",
],
crate_root = "src/lib.rs",
data = [],

View file

@ -35,7 +35,6 @@ rust_library(
name = "minimal_lexical",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"std",
],
crate_root = "src/lib.rs",
@ -48,7 +47,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.1.4",
version = "0.2.1",
# buildifier: leave-alone
deps = [
],

View file

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

View file

@ -74,7 +74,7 @@ cargo_build_script(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [
"@raze__openssl_sys__0_9_67//:openssl_sys",
"@raze__openssl_sys__0_9_71//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({
@ -121,7 +121,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__security_framework__2_4_2//:security_framework",
"@raze__security_framework_sys__2_4_2//:security_framework_sys",
"@raze__tempfile__3_2_0//:tempfile",
@ -134,9 +134,9 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [
"@raze__log__0_4_14//:log",
"@raze__openssl__0_10_36//:openssl",
"@raze__openssl__0_10_38//:openssl",
"@raze__openssl_probe__0_1_4//:openssl_probe",
"@raze__openssl_sys__0_9_67//:openssl_sys",
"@raze__openssl_sys__0_9_71//:openssl_sys",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -57,24 +57,14 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "7.0.0",
version = "7.1.0",
visibility = ["//visibility:private"],
deps = [
"@raze__version_check__0_9_3//:version_check",
],
)
# Unsupported target "arithmetic" with type "bench" omitted
# Unsupported target "http" with type "bench" omitted
# Unsupported target "ini" with type "bench" omitted
# Unsupported target "ini_str" with type "bench" omitted
# Unsupported target "json" with type "bench" omitted
# Unsupported target "number" with type "bench" omitted
# Unsupported target "iterator" with type "example" omitted
# Unsupported target "json" with type "example" omitted
@ -100,12 +90,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "7.0.0",
version = "7.1.0",
# buildifier: leave-alone
deps = [
":nom_build_script",
"@raze__memchr__2_4_1//:memchr",
"@raze__minimal_lexical__0_1_4//:minimal_lexical",
"@raze__minimal_lexical__0_2_1//:minimal_lexical",
],
)
@ -113,8 +103,6 @@ rust_library(
# Unsupported target "arithmetic_ast" with type "test" omitted
# Unsupported target "blockbuf-arithmetic" with type "test" omitted
# Unsupported target "css" with type "test" omitted
# Unsupported target "custom_errors" with type "test" omitted

View file

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

View file

@ -51,9 +51,9 @@ rust_proc_macro(
version = "0.5.4",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__proc_macro_crate__1_1_0//:proc_macro_crate",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -54,10 +54,10 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.10.36",
version = "0.10.38",
visibility = ["//visibility:private"],
deps = [
"@raze__openssl_sys__0_9_67//:openssl_sys",
"@raze__openssl_sys__0_9_71//:openssl_sys",
],
)
@ -67,7 +67,7 @@ rust_library(
name = "openssl",
srcs = glob(["**/*.rs"]),
aliases = {
"@raze__openssl_sys__0_9_67//:openssl_sys": "ffi",
"@raze__openssl_sys__0_9_71//:openssl_sys": "ffi",
},
crate_features = [
],
@ -81,15 +81,15 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.10.36",
version = "0.10.38",
# buildifier: leave-alone
deps = [
":openssl_build_script",
"@raze__bitflags__1_3_2//:bitflags",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__foreign_types__0_3_2//:foreign_types",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__once_cell__1_8_0//:once_cell",
"@raze__openssl_sys__0_9_67//:openssl_sys",
"@raze__openssl_sys__0_9_71//:openssl_sys",
],
)

View file

@ -55,11 +55,11 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.9.67",
version = "0.9.71",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
"@raze__cc__1_0_71//:cc",
"@raze__cc__1_0_72//:cc",
"@raze__pkg_config__0_3_22//:pkg_config",
] + selects.with_or({
# cfg(target_env = "msvc")
@ -89,11 +89,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.9.67",
version = "0.9.71",
# buildifier: leave-alone
deps = [
":openssl_sys_build_script",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
] + selects.with_or({
# cfg(target_env = "msvc")
(

View file

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

View file

@ -31,14 +31,26 @@ licenses([
# Generated Targets
# Unsupported target "bellman_ford" with type "bench" omitted
# Unsupported target "dijkstra" with type "bench" omitted
# Unsupported target "feedback_arc_set" with type "bench" omitted
# Unsupported target "floyd_warshall" with type "bench" omitted
# Unsupported target "iso" with type "bench" omitted
# Unsupported target "k_shortest_path" with type "bench" omitted
# Unsupported target "matching" with type "bench" omitted
# Unsupported target "matrix_graph" with type "bench" omitted
# Unsupported target "ograph" with type "bench" omitted
# Unsupported target "serialize" with type "bench" omitted
# Unsupported target "stable_graph" with type "bench" omitted
# Unsupported target "unionfind" with type "bench" omitted
@ -58,20 +70,30 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.5.1",
version = "0.6.0",
# buildifier: leave-alone
deps = [
"@raze__fixedbitset__0_2_0//:fixedbitset",
"@raze__fixedbitset__0_4_0//:fixedbitset",
"@raze__indexmap__1_7_0//:indexmap",
],
)
# Unsupported target "floyd_warshall" with type "test" omitted
# Unsupported target "graph" with type "test" omitted
# Unsupported target "graphmap" with type "test" omitted
# Unsupported target "iso" with type "test" omitted
# Unsupported target "k_shortest_path" with type "test" omitted
# Unsupported target "list" with type "test" omitted
# Unsupported target "matching" with type "test" omitted
# Unsupported target "operator" with type "test" omitted
# Unsupported target "quickcheck" with type "test" omitted
# Unsupported target "stable_graph" with type "test" omitted

View file

@ -54,8 +54,8 @@ rust_proc_macro(
deps = [
"@raze__phf_generator__0_10_0//:phf_generator",
"@raze__phf_shared__0_10_0//:phf_shared",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -56,9 +56,9 @@ rust_proc_macro(
deps = [
"@raze__phf_generator__0_8_0//:phf_generator",
"@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -49,8 +49,8 @@ rust_proc_macro(
version = "1.0.8",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

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

View file

@ -45,7 +45,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__prost_derive__0_8_0//:prost_derive",
"@raze__prost_derive__0_9_0//:prost_derive",
],
rustc_flags = [
"--cap-lints=allow",
@ -54,7 +54,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.0",
version = "0.9.0",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",

View file

@ -54,7 +54,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.8.0",
version = "0.9.0",
visibility = ["//visibility:private"],
deps = [
"@raze__which__4_2_2//:which",
@ -76,18 +76,20 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.0",
version = "0.9.0",
# buildifier: leave-alone
deps = [
":prost_build_build_script",
"@raze__bytes__1_1_0//:bytes",
"@raze__heck__0_3_3//:heck",
"@raze__itertools__0_10_1//:itertools",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log",
"@raze__multimap__0_8_3//:multimap",
"@raze__petgraph__0_5_1//:petgraph",
"@raze__prost__0_8_0//:prost",
"@raze__prost_types__0_8_0//:prost_types",
"@raze__petgraph__0_6_0//:petgraph",
"@raze__prost__0_9_0//:prost",
"@raze__prost_types__0_9_0//:prost_types",
"@raze__regex__1_5_4//:regex",
"@raze__tempfile__3_2_0//:tempfile",
],
)

View file

@ -46,13 +46,13 @@ rust_proc_macro(
"cargo-raze",
"manual",
],
version = "0.8.0",
version = "0.9.0",
# buildifier: leave-alone
deps = [
"@raze__anyhow__1_0_44//:anyhow",
"@raze__anyhow__1_0_45//:anyhow",
"@raze__itertools__0_10_1//:itertools",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -46,10 +46,10 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.8.0",
version = "0.9.0",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",
"@raze__prost__0_8_0//:prost",
"@raze__prost__0_9_0//:prost",
],
)

View file

@ -44,6 +44,7 @@ cargo_build_script(
},
crate_features = [
"abi3",
"abi3-py310",
"abi3-py39",
"default",
"extension-module",
@ -56,6 +57,7 @@ cargo_build_script(
crate_root = "build.rs",
data = glob(["**"]),
edition = "2018",
links = "python",
rustc_flags = [
"--cap-lints=allow",
],
@ -63,10 +65,10 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
visibility = ["//visibility:private"],
deps = [
"@raze__pyo3_build_config__0_14_5//:pyo3_build_config",
"@raze__pyo3_build_config__0_15_0//:pyo3_build_config",
],
)
@ -93,6 +95,7 @@ rust_library(
srcs = glob(["**/*.rs"]),
crate_features = [
"abi3",
"abi3-py310",
"abi3-py39",
"default",
"extension-module",
@ -107,7 +110,7 @@ rust_library(
compile_data = glob(["**/*.md"]),
edition = "2018",
proc_macro_deps = [
"@raze__pyo3_macros__0_14_5//:pyo3_macros",
"@raze__pyo3_macros__0_15_0//:pyo3_macros",
],
rustc_flags = [
"--cap-lints=allow",
@ -116,13 +119,13 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
# buildifier: leave-alone
deps = [
":pyo3_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__indoc__0_3_6//:indoc",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__parking_lot__0_11_2//:parking_lot",
"@raze__paste__0_1_18//:paste",
"@raze__unindent__0_1_7//:unindent",
@ -131,8 +134,12 @@ rust_library(
# Unsupported target "common" with type "test" omitted
# Unsupported target "test_anyhow" with type "test" omitted
# Unsupported target "test_arithmetics" with type "test" omitted
# Unsupported target "test_arithmetics_protos" with type "test" omitted
# Unsupported target "test_buffer" with type "test" omitted
# Unsupported target "test_buffer_protocol" with type "test" omitted
@ -153,8 +160,6 @@ rust_library(
# Unsupported target "test_dict_iter" with type "test" omitted
# Unsupported target "test_dunder" with type "test" omitted
# Unsupported target "test_exceptions" with type "test" omitted
# Unsupported target "test_frompyobject" with type "test" omitted
@ -163,6 +168,8 @@ rust_library(
# Unsupported target "test_getter_setter" with type "test" omitted
# Unsupported target "test_hygiene" with type "test" omitted
# Unsupported target "test_inheritance" with type "test" omitted
# Unsupported target "test_macros" with type "test" omitted
@ -175,10 +182,16 @@ rust_library(
# Unsupported target "test_multiple_pymethods" with type "test" omitted
# Unsupported target "test_proc_macro_hygiene" with type "test" omitted
# Unsupported target "test_not_msrv" with type "test" omitted
# Unsupported target "test_proto_methods" with type "test" omitted
# Unsupported target "test_py36_init" with type "test" omitted
# Unsupported target "test_pyfunction" with type "test" omitted
# Unsupported target "test_pyproto" with type "test" omitted
# Unsupported target "test_pyself" with type "test" omitted
# Unsupported target "test_sequence" with type "test" omitted

View file

@ -45,6 +45,7 @@ cargo_build_script(
},
crate_features = [
"abi3",
"abi3-py310",
"abi3-py39",
"default",
"resolve-config",
@ -59,7 +60,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
visibility = ["//visibility:private"],
deps = [
],
@ -70,6 +71,7 @@ rust_library(
srcs = glob(["**/*.rs"]),
crate_features = [
"abi3",
"abi3-py310",
"abi3-py39",
"default",
"resolve-config",
@ -84,7 +86,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
# buildifier: leave-alone
deps = [
":pyo3_build_config_build_script",

View file

@ -46,11 +46,11 @@ rust_proc_macro(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
# buildifier: leave-alone
deps = [
"@raze__pyo3_macros_backend__0_14_5//:pyo3_macros_backend",
"@raze__pyo3_macros_backend__0_15_0//:pyo3_macros_backend",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -46,12 +46,12 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.14.5",
version = "0.15.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__pyo3_build_config__0_14_5//:pyo3_build_config",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__pyo3_build_config__0_15_0//:pyo3_build_config",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -53,7 +53,7 @@ rust_library(
version = "1.0.10",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
],
)

View file

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

View file

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

View file

@ -92,7 +92,7 @@ rust_library(
"@raze__hyper_timeout__0_4_1//:hyper_timeout",
"@raze__mime_guess__2_0_3//:mime_guess",
"@raze__serde__1_0_130//:serde",
"@raze__serde_json__1_0_68//:serde_json",
"@raze__serde_json__1_0_71//:serde_json",
"@raze__serde_urlencoded__0_7_0//:serde_urlencoded",
"@raze__url__2_2_2//:url",
] + selects.with_or({
@ -111,7 +111,7 @@ rust_library(
"@raze__futures_core__0_3_17//:futures_core",
"@raze__futures_util__0_3_17//:futures_util",
"@raze__http_body__0_4_4//:http_body",
"@raze__hyper__0_14_14//:hyper",
"@raze__hyper__0_14_15//:hyper",
"@raze__hyper_rustls__0_22_1//:hyper_rustls",
"@raze__hyper_tls__0_5_0//:hyper_tls",
"@raze__ipnet__2_3_1//:ipnet",
@ -123,7 +123,7 @@ rust_library(
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__rustls__0_19_1//:rustls",
"@raze__rustls_native_certs__0_5_0//:rustls_native_certs",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_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

@ -62,7 +62,7 @@ cargo_build_script(
version = "0.16.20",
visibility = ["//visibility:private"],
deps = [
"@raze__cc__1_0_71//:cc",
"@raze__cc__1_0_72//: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"))))
(
@ -137,7 +137,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
): [
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__once_cell__1_8_0//:once_cell",
],
"//conditions:default": [],

View file

@ -55,14 +55,14 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.25.3",
version = "0.26.1",
# buildifier: leave-alone
deps = [
"@raze__bitflags__1_3_2//:bitflags",
"@raze__fallible_iterator__0_2_0//:fallible_iterator",
"@raze__fallible_streaming_iterator__0_1_9//:fallible_streaming_iterator",
"@raze__hashlink__0_7_0//:hashlink",
"@raze__libsqlite3_sys__0_22_2//:libsqlite3_sys",
"@raze__libsqlite3_sys__0_23_1//:libsqlite3_sys",
"@raze__memchr__2_4_1//:memchr",
"@raze__smallvec__1_7_0//:smallvec",
],

View file

@ -60,7 +60,7 @@ rust_library(
"@raze__bitflags__1_3_2//:bitflags",
"@raze__core_foundation__0_9_2//:core_foundation",
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
"@raze__security_framework_sys__2_4_2//:security_framework_sys",
],
)

View file

@ -52,6 +52,6 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__core_foundation_sys__0_8_3//:core_foundation_sys",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
],
)

View file

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

View file

@ -40,7 +40,7 @@ rust_library(
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
edition = "2021",
rustc_flags = [
"--cap-lints=allow",
],
@ -48,11 +48,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "2.3.0",
version = "3.0.1",
# buildifier: leave-alone
deps = [
"@raze__chrono__0_4_19//:chrono",
"@raze__serde__1_0_130//:serde",
"@raze__serde_json__1_0_68//:serde_json",
"@raze__serde_json__1_0_71//:serde_json",
],
)

View file

@ -81,8 +81,8 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
":serde_derive_build_script",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -56,7 +56,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.68",
version = "1.0.71",
visibility = ["//visibility:private"],
deps = [
],
@ -79,7 +79,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.68",
version = "1.0.71",
# buildifier: leave-alone
deps = [
":serde_json_build_script",

View file

@ -49,9 +49,9 @@ rust_proc_macro(
version = "0.1.7",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -49,8 +49,8 @@ rust_proc_macro(
version = "0.5.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -51,7 +51,7 @@ rust_library(
version = "4.4.0",
# buildifier: leave-alone
deps = [
"@raze__arc_swap__1_4_0//:arc_swap",
"@raze__arc_swap__1_5_0//:arc_swap",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__slog__2_7_0//:slog",
],

View file

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

View file

@ -51,7 +51,7 @@ rust_library(
deps = [
"@raze__phf_generator__0_8_0//:phf_generator",
"@raze__phf_shared__0_8_0//:phf_shared",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
],
)

View file

@ -35,14 +35,16 @@ rust_library(
name = "strum",
srcs = glob(["**/*.rs"]),
crate_features = [
"default",
"derive",
"std",
"strum_macros",
],
crate_root = "src/lib.rs",
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__strum_macros__0_21_1//:strum_macros",
"@raze__strum_macros__0_23_0//:strum_macros",
],
rustc_flags = [
"--cap-lints=allow",
@ -51,7 +53,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.21.0",
version = "0.23.0",
# buildifier: leave-alone
deps = [
],

View file

@ -39,6 +39,9 @@ rust_proc_macro(
crate_root = "src/lib.rs",
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__rustversion__1_0_5//:rustversion",
],
rustc_flags = [
"--cap-lints=allow",
],
@ -46,12 +49,12 @@ rust_proc_macro(
"cargo-raze",
"manual",
],
version = "0.21.1",
version = "0.23.0",
# buildifier: leave-alone
deps = [
"@raze__heck__0_3_3//:heck",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -66,7 +66,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.0.80",
version = "1.0.81",
visibility = ["//visibility:private"],
deps = [
],
@ -103,11 +103,11 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.0.80",
version = "1.0.81",
# buildifier: leave-alone
deps = [
":syn_build_script",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__unicode_xid__0_2_2//:unicode_xid",
],

View file

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

View file

@ -49,8 +49,8 @@ rust_proc_macro(
version = "1.0.30",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

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

View file

@ -33,6 +33,8 @@ licenses([
# Unsupported target "macros" with type "bench" omitted
# Unsupported target "smallvec" with type "bench" omitted
rust_library(
name = "tinyvec",
srcs = glob(["**/*.rs"]),
@ -51,7 +53,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.5.0",
version = "1.5.1",
# buildifier: leave-alone
deps = [
"@raze__tinyvec_macros__0_1_0//:tinyvec_macros",

View file

@ -70,7 +70,7 @@ cargo_build_script(
"cargo-raze",
"manual",
],
version = "1.12.0",
version = "1.14.0",
visibility = ["//visibility:private"],
deps = [
"@raze__autocfg__1_0_1//:autocfg",
@ -123,7 +123,7 @@ rust_library(
data = [],
edition = "2018",
proc_macro_deps = [
"@raze__tokio_macros__1_5_0//:tokio_macros",
"@raze__tokio_macros__1_6_0//:tokio_macros",
],
rustc_flags = [
"--cap-lints=allow",
@ -132,7 +132,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "1.12.0",
version = "1.14.0",
# buildifier: leave-alone
deps = [
":tokio_build_script",
@ -151,7 +151,7 @@ rust_library(
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-apple-ios",
): [
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
],
"//conditions:default": [],
}) + selects.with_or({

View file

@ -50,6 +50,6 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
],
)

View file

@ -46,11 +46,11 @@ rust_proc_macro(
"cargo-raze",
"manual",
],
version = "1.5.0",
version = "1.6.0",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
],
)

View file

@ -54,7 +54,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__native_tls__0_2_8//:native_tls",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
],
)

View file

@ -50,7 +50,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__rustls__0_19_1//:rustls",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
"@raze__webpki__0_21_4//:webpki",
],
)

View file

@ -58,7 +58,7 @@ rust_library(
"@raze__either__1_6_1//:either",
"@raze__futures_util__0_3_17//:futures_util",
"@raze__thiserror__1_0_30//:thiserror",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
],
)

View file

@ -49,7 +49,7 @@ rust_library(
"cargo-raze",
"manual",
],
version = "0.6.8",
version = "0.6.9",
# buildifier: leave-alone
deps = [
"@raze__bytes__1_1_0//:bytes",
@ -57,7 +57,7 @@ rust_library(
"@raze__futures_sink__0_3_17//:futures_sink",
"@raze__log__0_4_14//:log",
"@raze__pin_project_lite__0_2_7//:pin_project_lite",
"@raze__tokio__1_12_0//:tokio",
"@raze__tokio__1_14_0//:tokio",
],
)
@ -71,12 +71,16 @@ rust_library(
# Unsupported target "framed_read" with type "test" omitted
# Unsupported target "framed_stream" with type "test" omitted
# Unsupported target "framed_write" with type "test" omitted
# Unsupported target "io_reader_stream" with type "test" omitted
# Unsupported target "io_stream_reader" with type "test" omitted
# Unsupported target "io_sync_bridge" with type "test" omitted
# Unsupported target "length_delimited" with type "test" omitted
# Unsupported target "mpsc" with type "test" omitted

View file

@ -53,7 +53,7 @@ rust_proc_macro(
# buildifier: leave-alone
deps = [
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
],
)

View file

@ -53,6 +53,6 @@ rust_library(
version = "0.1.19",
# buildifier: leave-alone
deps = [
"@raze__tinyvec__1_5_0//:tinyvec",
"@raze__tinyvec__1_5_1//:tinyvec",
],
)

View file

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

View file

@ -96,7 +96,7 @@ rust_library(
":wasm_bindgen_build_script",
"@raze__cfg_if__1_0_0//:cfg_if",
"@raze__serde__1_0_130//:serde",
"@raze__serde_json__1_0_68//:serde_json",
"@raze__serde_json__1_0_71//:serde_json",
],
)

View file

@ -53,9 +53,9 @@ rust_library(
"@raze__bumpalo__3_8_0//:bumpalo",
"@raze__lazy_static__1_4_0//:lazy_static",
"@raze__log__0_4_14//:log",
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
"@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
],
)

View file

@ -50,9 +50,9 @@ rust_library(
version = "0.2.78",
# buildifier: leave-alone
deps = [
"@raze__proc_macro2__1_0_30//:proc_macro2",
"@raze__proc_macro2__1_0_32//:proc_macro2",
"@raze__quote__1_0_10//:quote",
"@raze__syn__1_0_80//:syn",
"@raze__syn__1_0_81//:syn",
"@raze__wasm_bindgen_backend__0_2_78//:wasm_bindgen_backend",
"@raze__wasm_bindgen_shared__0_2_78//:wasm_bindgen_shared",
],

View file

@ -52,7 +52,7 @@ rust_library(
# buildifier: leave-alone
deps = [
"@raze__either__1_6_1//:either",
"@raze__libc__0_2_105//:libc",
"@raze__libc__0_2_107//:libc",
] + selects.with_or({
# cfg(windows)
(

View file

@ -11,7 +11,7 @@ anki = { path = "../../rslib" }
# /cargo/update.py needs to be run if updating the version below
[dependencies.pyo3]
version = "0.14.5"
version = "0.15.0"
features = ["extension-module", "abi3", "abi3-py39"]
[lib]

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