mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
update Rust deps
This commit is contained in:
parent
039be57499
commit
e6a7b8fba1
8 changed files with 21 additions and 21 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1831,9 +1831,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "redox_syscall"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
||||
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
@ -2671,9 +2671,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "vcpkg"
|
||||
version = "0.2.13"
|
||||
version = "0.2.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa"
|
||||
checksum = "70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399"
|
||||
|
||||
[[package]]
|
||||
name = "version_check"
|
||||
|
|
|
@ -1843,12 +1843,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__redox_syscall__0_2_8",
|
||||
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.8/download",
|
||||
name = "raze__redox_syscall__0_2_9",
|
||||
url = "https://crates.io/api/v1/crates/redox_syscall/0.2.9/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc",
|
||||
strip_prefix = "redox_syscall-0.2.8",
|
||||
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.8.bazel"),
|
||||
sha256 = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee",
|
||||
strip_prefix = "redox_syscall-0.2.9",
|
||||
build_file = Label("//cargo/remote:BUILD.redox_syscall-0.2.9.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
@ -2693,12 +2693,12 @@ def raze_fetch_remote_crates():
|
|||
|
||||
maybe(
|
||||
http_archive,
|
||||
name = "raze__vcpkg__0_2_13",
|
||||
url = "https://crates.io/api/v1/crates/vcpkg/0.2.13/download",
|
||||
name = "raze__vcpkg__0_2_14",
|
||||
url = "https://crates.io/api/v1/crates/vcpkg/0.2.14/download",
|
||||
type = "tar.gz",
|
||||
sha256 = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa",
|
||||
strip_prefix = "vcpkg-0.2.13",
|
||||
build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.13.bazel"),
|
||||
sha256 = "70455df2fdf4e9bf580a92e443f1eb0303c390d682e2ea817312c9e81f8c3399",
|
||||
strip_prefix = "vcpkg-0.2.14",
|
||||
build_file = Label("//cargo/remote:BUILD.vcpkg-0.2.14.bazel"),
|
||||
)
|
||||
|
||||
maybe(
|
||||
|
|
|
@ -1675,7 +1675,7 @@
|
|||
},
|
||||
{
|
||||
"name": "redox_syscall",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"authors": "Jeremy Soller <jackpot51@gmail.com>",
|
||||
"repository": "https://gitlab.redox-os.org/redox-os/syscall",
|
||||
"license": "MIT",
|
||||
|
@ -2449,7 +2449,7 @@
|
|||
},
|
||||
{
|
||||
"name": "vcpkg",
|
||||
"version": "0.2.13",
|
||||
"version": "0.2.14",
|
||||
"authors": "Jim McGrath <jimmc2@gmail.com>",
|
||||
"repository": "https://github.com/mcgoo/vcpkg-rs",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
|
|
@ -73,7 +73,7 @@ cargo_build_script(
|
|||
(
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
): [
|
||||
"@raze__vcpkg__0_2_13//:vcpkg",
|
||||
"@raze__vcpkg__0_2_14//:vcpkg",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
2
cargo/remote/BUILD.openssl-sys-0.9.63.bazel
vendored
2
cargo/remote/BUILD.openssl-sys-0.9.63.bazel
vendored
|
@ -65,7 +65,7 @@ cargo_build_script(
|
|||
(
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
|
||||
): [
|
||||
"@raze__vcpkg__0_2_13//:vcpkg",
|
||||
"@raze__vcpkg__0_2_14//:vcpkg",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
|
|
@ -55,7 +55,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.8",
|
||||
version = "0.2.9",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__bitflags__1_2_1//:bitflags",
|
2
cargo/remote/BUILD.redox_users-0.4.0.bazel
vendored
2
cargo/remote/BUILD.redox_users-0.4.0.bazel
vendored
|
@ -50,6 +50,6 @@ rust_library(
|
|||
# buildifier: leave-alone
|
||||
deps = [
|
||||
"@raze__getrandom__0_2_3//:getrandom",
|
||||
"@raze__redox_syscall__0_2_8//:redox_syscall",
|
||||
"@raze__redox_syscall__0_2_9//:redox_syscall",
|
||||
],
|
||||
)
|
||||
|
|
|
@ -46,7 +46,7 @@ rust_library(
|
|||
"cargo-raze",
|
||||
"manual",
|
||||
],
|
||||
version = "0.2.13",
|
||||
version = "0.2.14",
|
||||
# buildifier: leave-alone
|
||||
deps = [
|
||||
],
|
Loading…
Reference in a new issue