mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
bump rust deps
This commit is contained in:
parent
e529f810a8
commit
93c1289e69
81 changed files with 214 additions and 298 deletions
64
Cargo.lock
generated
64
Cargo.lock
generated
|
@ -90,9 +90,9 @@ version = "0.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
|
||||
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
|
||||
|
||||
[[package]]
|
||||
name = "arc-swap"
|
||||
|
@ -297,9 +297,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.65"
|
||||
version = "1.0.66"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
|
||||
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
||||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
|
@ -326,15 +326,6 @@ dependencies = [
|
|||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cloudabi"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "coarsetime"
|
||||
version = "0.1.18"
|
||||
|
@ -1120,9 +1111,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.80"
|
||||
version = "0.2.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
||||
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
||||
|
||||
[[package]]
|
||||
name = "libsqlite3-sys"
|
||||
|
@ -1199,9 +1190,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mio"
|
||||
version = "0.6.22"
|
||||
version = "0.6.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
||||
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"fuchsia-zircon",
|
||||
|
@ -1411,12 +1402,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "parking_lot_core"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
||||
checksum = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0"
|
||||
dependencies = [
|
||||
"cfg-if 0.1.10",
|
||||
"cloudabi",
|
||||
"cfg-if 1.0.0",
|
||||
"instant",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
|
@ -1799,9 +1789,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ring"
|
||||
version = "0.16.18"
|
||||
version = "0.16.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f"
|
||||
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
@ -1822,9 +1812,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rusqlite"
|
||||
version = "0.24.1"
|
||||
version = "0.24.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e3d4791ab5517217f51216a84a688b53c1ebf7988736469c538d02f46ddba68"
|
||||
checksum = "d5f38ee71cbab2c827ec0ac24e76f82eca723cee92c509a65f67dee393c25112"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"fallible-iterator",
|
||||
|
@ -1923,9 +1913,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.117"
|
||||
version = "1.0.118"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
|
||||
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
@ -1944,9 +1934,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.117"
|
||||
version = "1.0.118"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
|
||||
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -1955,9 +1945,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.59"
|
||||
version = "1.0.60"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
||||
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -2090,9 +2080,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "smallvec"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
|
||||
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
|
||||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
|
@ -2132,9 +2122,9 @@ checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "1.0.53"
|
||||
version = "1.0.54"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68"
|
||||
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -2632,9 +2622,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "webpki"
|
||||
version = "0.21.3"
|
||||
version = "0.21.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
|
||||
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
||||
dependencies = [
|
||||
"ring",
|
||||
"untrusted",
|
||||
|
|
|
@ -110,8 +110,8 @@ rust_library(
|
|||
"@raze__http__0_2_1//:http",
|
||||
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_3//:mime_guess",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde_json__1_0_59//:serde_json",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__serde_json__1_0_60//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
] + selects.with_or({
|
||||
|
|
140
cargo/crates.bzl
140
cargo/crates.bzl
|
@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__anyhow__1_0_34",
|
||||
url = "https://crates.io/api/v1/crates/anyhow/1.0.34/download",
|
||||
name = "raze__anyhow__1_0_35",
|
||||
url = "https://crates.io/api/v1/crates/anyhow/1.0.35/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7",
|
||||
strip_prefix = "anyhow-1.0.34",
|
||||
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.34.bazel"),
|
||||
sha256 = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4",
|
||||
strip_prefix = "anyhow-1.0.35",
|
||||
build_file = Label("//cargo/remote:BUILD.anyhow-1.0.35.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -283,12 +283,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__cc__1_0_65",
|
||||
url = "https://crates.io/api/v1/crates/cc/1.0.65/download",
|
||||
name = "raze__cc__1_0_66",
|
||||
url = "https://crates.io/api/v1/crates/cc/1.0.66/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15",
|
||||
strip_prefix = "cc-1.0.65",
|
||||
build_file = Label("//cargo/remote:BUILD.cc-1.0.65.bazel"),
|
||||
sha256 = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48",
|
||||
strip_prefix = "cc-1.0.66",
|
||||
build_file = Label("//cargo/remote:BUILD.cc-1.0.66.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -321,16 +321,6 @@ def raze_fetch_remote_crates():
|
|||
build_file = Label("//cargo/remote:BUILD.chrono-0.4.19.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__cloudabi__0_1_0",
|
||||
url = "https://crates.io/api/v1/crates/cloudabi/0.1.0/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467",
|
||||
strip_prefix = "cloudabi-0.1.0",
|
||||
build_file = Label("//cargo/remote:BUILD.cloudabi-0.1.0.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__coarsetime__0_1_18",
|
||||
|
@ -1153,12 +1143,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__libc__0_2_80",
|
||||
url = "https://crates.io/api/v1/crates/libc/0.2.80/download",
|
||||
name = "raze__libc__0_2_81",
|
||||
url = "https://crates.io/api/v1/crates/libc/0.2.81/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614",
|
||||
strip_prefix = "libc-0.2.80",
|
||||
build_file = Label("//cargo/remote:BUILD.libc-0.2.80.bazel"),
|
||||
sha256 = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb",
|
||||
strip_prefix = "libc-0.2.81",
|
||||
build_file = Label("//cargo/remote:BUILD.libc-0.2.81.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1253,12 +1243,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__mio__0_6_22",
|
||||
url = "https://crates.io/api/v1/crates/mio/0.6.22/download",
|
||||
name = "raze__mio__0_6_23",
|
||||
url = "https://crates.io/api/v1/crates/mio/0.6.23/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430",
|
||||
strip_prefix = "mio-0.6.22",
|
||||
build_file = Label("//cargo/remote:BUILD.mio-0.6.22.bazel"),
|
||||
sha256 = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4",
|
||||
strip_prefix = "mio-0.6.23",
|
||||
build_file = Label("//cargo/remote:BUILD.mio-0.6.23.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1453,12 +1443,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__parking_lot_core__0_8_0",
|
||||
url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.0/download",
|
||||
name = "raze__parking_lot_core__0_8_1",
|
||||
url = "https://crates.io/api/v1/crates/parking_lot_core/0.8.1/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b",
|
||||
strip_prefix = "parking_lot_core-0.8.0",
|
||||
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.8.0.bazel"),
|
||||
sha256 = "d7c6d9b8427445284a09c55be860a15855ab580a417ccad9da88f5a06787ced0",
|
||||
strip_prefix = "parking_lot_core-0.8.1",
|
||||
build_file = Label("//cargo/remote:BUILD.parking_lot_core-0.8.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1843,22 +1833,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__ring__0_16_18",
|
||||
url = "https://crates.io/api/v1/crates/ring/0.16.18/download",
|
||||
name = "raze__ring__0_16_19",
|
||||
url = "https://crates.io/api/v1/crates/ring/0.16.19/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "70017ed5c555d79ee3538fc63ca09c70ad8f317dcadc1adc2c496b60c22bb24f",
|
||||
strip_prefix = "ring-0.16.18",
|
||||
build_file = Label("//cargo/remote:BUILD.ring-0.16.18.bazel"),
|
||||
sha256 = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226",
|
||||
strip_prefix = "ring-0.16.19",
|
||||
build_file = Label("//cargo/remote:BUILD.ring-0.16.19.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__rusqlite__0_24_1",
|
||||
url = "https://crates.io/api/v1/crates/rusqlite/0.24.1/download",
|
||||
name = "raze__rusqlite__0_24_2",
|
||||
url = "https://crates.io/api/v1/crates/rusqlite/0.24.2/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "7e3d4791ab5517217f51216a84a688b53c1ebf7988736469c538d02f46ddba68",
|
||||
strip_prefix = "rusqlite-0.24.1",
|
||||
build_file = Label("//cargo/remote:BUILD.rusqlite-0.24.1.bazel"),
|
||||
sha256 = "d5f38ee71cbab2c827ec0ac24e76f82eca723cee92c509a65f67dee393c25112",
|
||||
strip_prefix = "rusqlite-0.24.2",
|
||||
build_file = Label("//cargo/remote:BUILD.rusqlite-0.24.2.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1953,12 +1943,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__serde__1_0_117",
|
||||
url = "https://crates.io/api/v1/crates/serde/1.0.117/download",
|
||||
name = "raze__serde__1_0_118",
|
||||
url = "https://crates.io/api/v1/crates/serde/1.0.118/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a",
|
||||
strip_prefix = "serde-1.0.117",
|
||||
build_file = Label("//cargo/remote:BUILD.serde-1.0.117.bazel"),
|
||||
sha256 = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800",
|
||||
strip_prefix = "serde-1.0.118",
|
||||
build_file = Label("//cargo/remote:BUILD.serde-1.0.118.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -1973,22 +1963,22 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__serde_derive__1_0_117",
|
||||
url = "https://crates.io/api/v1/crates/serde_derive/1.0.117/download",
|
||||
name = "raze__serde_derive__1_0_118",
|
||||
url = "https://crates.io/api/v1/crates/serde_derive/1.0.118/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e",
|
||||
strip_prefix = "serde_derive-1.0.117",
|
||||
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.117.bazel"),
|
||||
sha256 = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df",
|
||||
strip_prefix = "serde_derive-1.0.118",
|
||||
build_file = Label("//cargo/remote:BUILD.serde_derive-1.0.118.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__serde_json__1_0_59",
|
||||
url = "https://crates.io/api/v1/crates/serde_json/1.0.59/download",
|
||||
name = "raze__serde_json__1_0_60",
|
||||
url = "https://crates.io/api/v1/crates/serde_json/1.0.60/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95",
|
||||
strip_prefix = "serde_json-1.0.59",
|
||||
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.59.bazel"),
|
||||
sha256 = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779",
|
||||
strip_prefix = "serde_json-1.0.60",
|
||||
build_file = Label("//cargo/remote:BUILD.serde_json-1.0.60.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2113,12 +2103,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__smallvec__1_5_0",
|
||||
url = "https://crates.io/api/v1/crates/smallvec/1.5.0/download",
|
||||
name = "raze__smallvec__1_5_1",
|
||||
url = "https://crates.io/api/v1/crates/smallvec/1.5.1/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85",
|
||||
strip_prefix = "smallvec-1.5.0",
|
||||
build_file = Label("//cargo/remote:BUILD.smallvec-1.5.0.bazel"),
|
||||
sha256 = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75",
|
||||
strip_prefix = "smallvec-1.5.1",
|
||||
build_file = Label("//cargo/remote:BUILD.smallvec-1.5.1.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2173,12 +2163,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__syn__1_0_53",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.53/download",
|
||||
name = "raze__syn__1_0_54",
|
||||
url = "https://crates.io/api/v1/crates/syn/1.0.54/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68",
|
||||
strip_prefix = "syn-1.0.53",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.53.bazel"),
|
||||
sha256 = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44",
|
||||
strip_prefix = "syn-1.0.54",
|
||||
build_file = Label("//cargo/remote:BUILD.syn-1.0.54.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2703,12 +2693,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__webpki__0_21_3",
|
||||
url = "https://crates.io/api/v1/crates/webpki/0.21.3/download",
|
||||
name = "raze__webpki__0_21_4",
|
||||
url = "https://crates.io/api/v1/crates/webpki/0.21.4/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae",
|
||||
strip_prefix = "webpki-0.21.3",
|
||||
build_file = Label("//cargo/remote:BUILD.webpki-0.21.3.bazel"),
|
||||
sha256 = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea",
|
||||
strip_prefix = "webpki-0.21.4",
|
||||
build_file = Label("//cargo/remote:BUILD.webpki-0.21.4.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
},
|
||||
{
|
||||
"name": "anyhow",
|
||||
"version": "1.0.34",
|
||||
"version": "1.0.35",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/anyhow",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -262,7 +262,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cc",
|
||||
"version": "1.0.65",
|
||||
"version": "1.0.66",
|
||||
"authors": "Alex Crichton <alex@alexcrichton.com>",
|
||||
"repository": "https://github.com/alexcrichton/cc-rs",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -296,15 +296,6 @@
|
|||
"license_file": null,
|
||||
"description": "Date and time library for Rust"
|
||||
},
|
||||
{
|
||||
"name": "cloudabi",
|
||||
"version": "0.1.0",
|
||||
"authors": "Nuxi (https://nuxi.nl/) and contributors",
|
||||
"repository": "https://github.com/nuxinl/cloudabi",
|
||||
"license": "BSD-2-Clause",
|
||||
"license_file": null,
|
||||
"description": "Low level interface to CloudABI. Contains all syscalls and related types."
|
||||
},
|
||||
{
|
||||
"name": "coarsetime",
|
||||
"version": "0.1.18",
|
||||
|
@ -1045,7 +1036,7 @@
|
|||
},
|
||||
{
|
||||
"name": "libc",
|
||||
"version": "0.2.80",
|
||||
"version": "0.2.81",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/libc",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -1135,7 +1126,7 @@
|
|||
},
|
||||
{
|
||||
"name": "mio",
|
||||
"version": "0.6.22",
|
||||
"version": "0.6.23",
|
||||
"authors": "Carl Lerche <me@carllerche.com>",
|
||||
"repository": "https://github.com/tokio-rs/mio",
|
||||
"license": "MIT",
|
||||
|
@ -1315,7 +1306,7 @@
|
|||
},
|
||||
{
|
||||
"name": "parking_lot_core",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"authors": "Amanieu d'Antras <amanieu@gmail.com>",
|
||||
"repository": "https://github.com/Amanieu/parking_lot",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1666,7 +1657,7 @@
|
|||
},
|
||||
{
|
||||
"name": "ring",
|
||||
"version": "0.16.18",
|
||||
"version": "0.16.19",
|
||||
"authors": "Brian Smith <brian@briansmith.org>",
|
||||
"repository": "https://github.com/briansmith/ring",
|
||||
"license": null,
|
||||
|
@ -1684,7 +1675,7 @@
|
|||
},
|
||||
{
|
||||
"name": "rusqlite",
|
||||
"version": "0.24.1",
|
||||
"version": "0.24.2",
|
||||
"authors": "The rusqlite developers",
|
||||
"repository": "https://github.com/rusqlite/rusqlite",
|
||||
"license": "MIT",
|
||||
|
@ -1774,7 +1765,7 @@
|
|||
},
|
||||
{
|
||||
"name": "serde",
|
||||
"version": "1.0.117",
|
||||
"version": "1.0.118",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/serde",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -1792,7 +1783,7 @@
|
|||
},
|
||||
{
|
||||
"name": "serde_derive",
|
||||
"version": "1.0.117",
|
||||
"version": "1.0.118",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/serde",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -1801,7 +1792,7 @@
|
|||
},
|
||||
{
|
||||
"name": "serde_json",
|
||||
"version": "1.0.59",
|
||||
"version": "1.0.60",
|
||||
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/serde-rs/json",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -1918,7 +1909,7 @@
|
|||
},
|
||||
{
|
||||
"name": "smallvec",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"authors": "The Servo Project Developers",
|
||||
"repository": "https://github.com/servo/rust-smallvec",
|
||||
"license": "Apache-2.0/MIT",
|
||||
|
@ -1972,7 +1963,7 @@
|
|||
},
|
||||
{
|
||||
"name": "syn",
|
||||
"version": "1.0.53",
|
||||
"version": "1.0.54",
|
||||
"authors": "David Tolnay <dtolnay@gmail.com>",
|
||||
"repository": "https://github.com/dtolnay/syn",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
|
@ -2449,7 +2440,7 @@
|
|||
},
|
||||
{
|
||||
"name": "webpki",
|
||||
"version": "0.21.3",
|
||||
"version": "0.21.4",
|
||||
"authors": "Brian Smith <brian@briansmith.org>",
|
||||
"repository": "https://github.com/briansmith/webpki",
|
||||
"license": null,
|
||||
|
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.34",
|
||||
version = "1.0.35",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -77,7 +77,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.34",
|
||||
version = "1.0.35",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":anyhow_build_script",
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__askama_shared__0_11_1//:askama_shared",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -61,8 +61,8 @@ rust_library(
|
|||
"@raze__percent_encoding__2_1_0//:percent_encoding",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__toml__0_5_7//:toml",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -62,7 +62,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -64,7 +64,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__addr2line__0_14_0//:addr2line",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
"@raze__object__0_22_0//:object",
|
||||
"@raze__rustc_demangle__0_1_18//:rustc_demangle",
|
||||
|
|
|
@ -57,7 +57,7 @@ cargo_build_script(
|
|||
version = "0.3.7",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ rust_binary(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.65",
|
||||
version = "1.0.66",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
|
@ -69,7 +69,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.65",
|
||||
version = "1.0.66",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -61,7 +61,7 @@ rust_library(
|
|||
version = "0.4.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__num_integer__0_1_44//:num_integer",
|
||||
"@raze__num_traits__0_2_14//:num_traits",
|
||||
"@raze__time__0_1_44//:time",
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
"""
|
||||
@generated
|
||||
cargo-raze crate build file.
|
||||
|
||||
DO NOT EDIT! Replaced on runs of cargo-raze
|
||||
"""
|
||||
|
||||
# buildifier: disable=load
|
||||
load(
|
||||
"@io_bazel_rules_rust//rust:rust.bzl",
|
||||
"rust_binary",
|
||||
"rust_library",
|
||||
"rust_test",
|
||||
)
|
||||
|
||||
# buildifier: disable=load
|
||||
load("@bazel_skylib//lib:selects.bzl", "selects")
|
||||
|
||||
package(default_visibility = [
|
||||
# Public for visibility by "@raze__crate__version//" targets.
|
||||
#
|
||||
# Prefer access through "//cargo", which limits external
|
||||
# visibility to explicit Cargo.toml dependencies.
|
||||
"//visibility:public",
|
||||
])
|
||||
|
||||
licenses([
|
||||
"restricted", # BSD-2-Clause from expression "BSD-2-Clause"
|
||||
])
|
||||
|
||||
# Generated Targets
|
||||
|
||||
rust_library(
|
||||
name = "cloudabi",
|
||||
srcs = glob(["**/*.rs"]),
|
||||
crate_features = [
|
||||
"bitflags",
|
||||
"default",
|
||||
],
|
||||
crate_root = "cloudabi.rs",
|
||||
crate_type = "lib",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.1.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
],
|
||||
)
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -79,7 +79,7 @@ rust_library(
|
|||
":failure_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__synstructure__0_12_4//:synstructure",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -97,7 +97,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__crc32fast__1_2_1//:crc32fast",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__miniz_oxide__0_4_3//:miniz_oxide",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"@raze__intl_memoizer__0_5_0//:intl_memoizer",
|
||||
"@raze__intl_pluralrules__7_0_0//:intl_pluralrules",
|
||||
"@raze__rental__0_5_5//:rental",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
"@raze__smallvec__1_5_1//:smallvec",
|
||||
"@raze__unic_langid__0_9_0//:unic_langid",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -106,7 +106,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -49,6 +49,6 @@ rust_library(
|
|||
version = "0.1.17",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -59,7 +59,7 @@ rust_library(
|
|||
"@raze__rustls__0_18_1//:rustls",
|
||||
"@raze__tokio__0_2_23//:tokio",
|
||||
"@raze__tokio_rustls__0_14_1//:tokio_rustls",
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -60,7 +60,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -55,7 +55,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.80",
|
||||
version = "0.2.81",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -79,7 +79,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.80",
|
||||
version = "0.2.81",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":libc_build_script",
|
|
@ -64,7 +64,7 @@ cargo_build_script(
|
|||
version = "0.20.1",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
|
|
|
@ -49,7 +49,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.6.22",
|
||||
version = "0.6.23",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
|
@ -67,7 +67,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
|
@ -120,7 +120,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
): [
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__security_framework__2_0_0//:security_framework",
|
||||
"@raze__security_framework_sys__2_0_0//:security_framework_sys",
|
||||
"@raze__tempfile__3_1_0//:tempfile",
|
||||
|
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
version = "1.13.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__proc_macro_crate__0_1_5//:proc_macro_crate",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -84,7 +84,7 @@ rust_library(
|
|||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__foreign_types__0_3_2//:foreign_types",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__openssl_sys__0_9_58//:openssl_sys",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__autocfg__1_0_1//:autocfg",
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__cc__1_0_66//:cc",
|
||||
"@raze__pkg_config__0_3_19//:pkg_config",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
|
@ -91,7 +91,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":openssl_sys_build_script",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
] + selects.with_or({
|
||||
# cfg(target_env = "msvc")
|
||||
(
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__lock_api__0_4_2//:lock_api",
|
||||
"@raze__parking_lot_core__0_8_0//:parking_lot_core",
|
||||
"@raze__parking_lot_core__0_8_1//:parking_lot_core",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -47,12 +47,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.8.0",
|
||||
version = "0.8.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__cfg_if__0_1_10//:cfg_if",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__instant__0_1_9//:instant",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
"@raze__smallvec__1_5_1//:smallvec",
|
||||
] + selects.with_or({
|
||||
# cfg(unix)
|
||||
(
|
||||
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
|
@ -79,6 +79,6 @@ rust_library(
|
|||
":pin_project_internal_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -48,10 +48,10 @@ rust_library(
|
|||
version = "0.6.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__anyhow__1_0_34//:anyhow",
|
||||
"@raze__anyhow__1_0_35//:anyhow",
|
||||
"@raze__itertools__0_9_0//:itertools",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -118,7 +118,7 @@ rust_library(
|
|||
":pyo3_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__inventory__0_1_9//:inventory",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__parking_lot__0_11_1//:parking_lot",
|
||||
"@raze__unindent__0_1_7//:unindent",
|
||||
],
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__pyo3_derive_backend__0_12_4//:pyo3_derive_backend",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -82,7 +82,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -85,8 +85,8 @@ rust_library(
|
|||
"@raze__http__0_2_1//:http",
|
||||
"@raze__hyper_timeout__0_3_1//:hyper_timeout",
|
||||
"@raze__mime_guess__2_0_3//:mime_guess",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde_json__1_0_59//:serde_json",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__serde_json__1_0_60//:serde_json",
|
||||
"@raze__serde_urlencoded__0_6_1//:serde_urlencoded",
|
||||
"@raze__url__2_2_0//:url",
|
||||
] + selects.with_or({
|
||||
|
|
|
@ -56,10 +56,10 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.18",
|
||||
version = "0.16.19",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@raze__cc__1_0_65//:cc",
|
||||
"@raze__cc__1_0_66//: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"))))
|
||||
(
|
||||
|
@ -128,7 +128,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.16.18",
|
||||
version = "0.16.19",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":ring_build_script",
|
||||
|
@ -153,7 +153,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:i686-unknown-linux-gnu",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__once_cell__1_5_2//:once_cell",
|
||||
],
|
||||
"//conditions:default": [],
|
|
@ -54,7 +54,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.24.1",
|
||||
version = "0.24.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
||||
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@raze__hashlink__0_6_0//:hashlink",
|
||||
"@raze__libsqlite3_sys__0_20_1//:libsqlite3_sys",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__smallvec__1_5_0//:smallvec",
|
||||
"@raze__smallvec__1_5_1//:smallvec",
|
||||
],
|
||||
)
|
||||
|
|
@ -68,9 +68,9 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__base64__0_12_3//:base64",
|
||||
"@raze__log__0_4_11//:log",
|
||||
"@raze__ring__0_16_18//:ring",
|
||||
"@raze__ring__0_16_19//:ring",
|
||||
"@raze__sct__0_6_0//:sct",
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
version = "0.6.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ring__0_16_18//:ring",
|
||||
"@raze__ring__0_16_19//:ring",
|
||||
"@raze__untrusted__0_7_1//:untrusted",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -59,7 +59,7 @@ rust_library(
|
|||
"@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_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__security_framework_sys__2_0_0//:security_framework_sys",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,6 +51,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__core_foundation_sys__0_8_2//:core_foundation_sys",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -56,7 +56,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.117",
|
||||
version = "1.0.118",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -75,7 +75,7 @@ rust_library(
|
|||
crate_type = "lib",
|
||||
edition = "2015",
|
||||
proc_macro_deps = [
|
||||
"@raze__serde_derive__1_0_117//:serde_derive",
|
||||
"@raze__serde_derive__1_0_118//:serde_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -84,7 +84,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.117",
|
||||
version = "1.0.118",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_build_script",
|
|
@ -41,7 +41,7 @@ rust_library(
|
|||
crate_type = "lib",
|
||||
edition = "2015",
|
||||
proc_macro_deps = [
|
||||
"@raze__serde_derive__1_0_117//:serde_derive",
|
||||
"@raze__serde_derive__1_0_118//:serde_derive",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
|
@ -54,7 +54,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__chrono__0_4_19//:chrono",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde_json__1_0_59//:serde_json",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__serde_json__1_0_60//:serde_json",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -53,7 +53,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.117",
|
||||
version = "1.0.118",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -75,12 +75,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.117",
|
||||
version = "1.0.118",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_derive_build_script",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
|
@ -54,7 +54,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.59",
|
||||
version = "1.0.60",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -77,12 +77,12 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.59",
|
||||
version = "1.0.60",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":serde_json_build_script",
|
||||
"@raze__itoa__0_4_6//:itoa",
|
||||
"@raze__ryu__1_0_5//:ryu",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
],
|
||||
)
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -53,6 +53,6 @@ rust_library(
|
|||
version = "0.5.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__dtoa__0_4_6//:dtoa",
|
||||
"@raze__itoa__0_4_6//:itoa",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__url__2_2_0//:url",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -47,7 +47,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.5.0",
|
||||
version = "1.5.1",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
|
@ -61,7 +61,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -64,7 +64,7 @@ cargo_build_script(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.53",
|
||||
version = "1.0.54",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
],
|
||||
|
@ -101,7 +101,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "1.0.53",
|
||||
version = "1.0.54",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
":syn_build_script",
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__unicode_xid__0_2_1//:unicode_xid",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -63,7 +63,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -50,6 +50,6 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -50,7 +50,7 @@ rust_library(
|
|||
version = "0.1.44",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
] + selects.with_or({
|
||||
# cfg(windows)
|
||||
(
|
||||
|
|
|
@ -75,7 +75,7 @@ rust_library(
|
|||
"@raze__iovec__0_1_4//:iovec",
|
||||
"@raze__lazy_static__1_4_0//:lazy_static",
|
||||
"@raze__memchr__2_3_4//:memchr",
|
||||
"@raze__mio__0_6_22//:mio",
|
||||
"@raze__mio__0_6_23//:mio",
|
||||
"@raze__num_cpus__1_13_0//:num_cpus",
|
||||
"@raze__pin_project_lite__0_1_11//:pin_project_lite",
|
||||
"@raze__slab__0_4_2//:slab",
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
"@raze__futures_core__0_3_8//:futures_core",
|
||||
"@raze__rustls__0_18_1//:rustls",
|
||||
"@raze__tokio__0_2_23//:tokio",
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
version = "0.5.7",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__unic_langid_impl__0_9_0//:unic_langid_impl",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -60,7 +60,7 @@ rust_library(
|
|||
"@io_bazel_rules_rust//rust/platform:x86_64-apple-ios",
|
||||
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
|
||||
): [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}) + selects.with_or({
|
||||
|
|
|
@ -93,8 +93,8 @@ rust_library(
|
|||
deps = [
|
||||
":wasm_bindgen_build_script",
|
||||
"@raze__cfg_if__1_0_0//:cfg_if",
|
||||
"@raze__serde__1_0_117//:serde",
|
||||
"@raze__serde_json__1_0_59//:serde_json",
|
||||
"@raze__serde__1_0_118//:serde",
|
||||
"@raze__serde_json__1_0_60//:serde_json",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ rust_library(
|
|||
"@raze__log__0_4_11//:log",
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -51,7 +51,7 @@ rust_library(
|
|||
deps = [
|
||||
"@raze__proc_macro2__1_0_24//:proc_macro2",
|
||||
"@raze__quote__1_0_7//:quote",
|
||||
"@raze__syn__1_0_53//:syn",
|
||||
"@raze__syn__1_0_54//:syn",
|
||||
"@raze__wasm_bindgen_backend__0_2_69//:wasm_bindgen_backend",
|
||||
"@raze__wasm_bindgen_shared__0_2_69//:wasm_bindgen_shared",
|
||||
],
|
||||
|
|
|
@ -49,10 +49,10 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.21.3",
|
||||
version = "0.21.4",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__ring__0_16_18//:ring",
|
||||
"@raze__ring__0_16_19//:ring",
|
||||
"@raze__untrusted__0_7_1//:untrusted",
|
||||
],
|
||||
)
|
|
@ -51,7 +51,7 @@ rust_binary(
|
|||
deps = [
|
||||
# Binaries get an implicit dependency on their crate's lib
|
||||
":webpki_roots",
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -73,6 +73,6 @@ rust_library(
|
|||
version = "0.20.0",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__webpki__0_21_3//:webpki",
|
||||
"@raze__webpki__0_21_4//:webpki",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -48,7 +48,7 @@ rust_library(
|
|||
version = "4.0.2",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__libc__0_2_80//:libc",
|
||||
"@raze__libc__0_2_81//:libc",
|
||||
"@raze__thiserror__1_0_22//:thiserror",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -266,7 +266,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "rusqlite",
|
||||
actual = "@raze__rusqlite__0_24_1//:rusqlite",
|
||||
actual = "@raze__rusqlite__0_24_2//:rusqlite",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -284,7 +284,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde",
|
||||
actual = "@raze__serde__1_0_117//:serde",
|
||||
actual = "@raze__serde__1_0_118//:serde",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -302,7 +302,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_derive",
|
||||
actual = "@raze__serde_derive__1_0_117//:serde_derive",
|
||||
actual = "@raze__serde_derive__1_0_118//:serde_derive",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
@ -311,7 +311,7 @@ alias(
|
|||
|
||||
alias(
|
||||
name = "serde_json",
|
||||
actual = "@raze__serde_json__1_0_59//:serde_json",
|
||||
actual = "@raze__serde_json__1_0_60//:serde_json",
|
||||
tags = [
|
||||
"cargo-raze",
|
||||
"manual",
|
||||
|
|
Loading…
Reference in a new issue