From e6a7b8fba1ce7e7425f218af5255781d5fdbe21d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 18 Jun 2021 18:12:06 +1000 Subject: [PATCH] update Rust deps --- Cargo.lock | 8 ++++---- cargo/crates.bzl | 20 +++++++++---------- cargo/licenses.json | 4 ++-- .../remote/BUILD.libsqlite3-sys-0.20.1.bazel | 2 +- cargo/remote/BUILD.openssl-sys-0.9.63.bazel | 2 +- ....bazel => BUILD.redox_syscall-0.2.9.bazel} | 2 +- cargo/remote/BUILD.redox_users-0.4.0.bazel | 2 +- ...-0.2.13.bazel => BUILD.vcpkg-0.2.14.bazel} | 2 +- 8 files changed, 21 insertions(+), 21 deletions(-) rename cargo/remote/{BUILD.redox_syscall-0.2.8.bazel => BUILD.redox_syscall-0.2.9.bazel} (98%) rename cargo/remote/{BUILD.vcpkg-0.2.13.bazel => BUILD.vcpkg-0.2.14.bazel} (97%) diff --git a/Cargo.lock b/Cargo.lock index 7b0b8abfa..fe62a095c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/cargo/crates.bzl b/cargo/crates.bzl index 31cdd2b4e..74d75b64a 100644 --- a/cargo/crates.bzl +++ b/cargo/crates.bzl @@ -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( diff --git a/cargo/licenses.json b/cargo/licenses.json index be8500eb9..bf8e72eeb 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -1675,7 +1675,7 @@ }, { "name": "redox_syscall", - "version": "0.2.8", + "version": "0.2.9", "authors": "Jeremy Soller ", "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 ", "repository": "https://github.com/mcgoo/vcpkg-rs", "license": "Apache-2.0 OR MIT", diff --git a/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel b/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel index 395d93ef1..c7b7a866c 100644 --- a/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel +++ b/cargo/remote/BUILD.libsqlite3-sys-0.20.1.bazel @@ -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": [], }), diff --git a/cargo/remote/BUILD.openssl-sys-0.9.63.bazel b/cargo/remote/BUILD.openssl-sys-0.9.63.bazel index f6e494948..45797e336 100644 --- a/cargo/remote/BUILD.openssl-sys-0.9.63.bazel +++ b/cargo/remote/BUILD.openssl-sys-0.9.63.bazel @@ -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": [], }), diff --git a/cargo/remote/BUILD.redox_syscall-0.2.8.bazel b/cargo/remote/BUILD.redox_syscall-0.2.9.bazel similarity index 98% rename from cargo/remote/BUILD.redox_syscall-0.2.8.bazel rename to cargo/remote/BUILD.redox_syscall-0.2.9.bazel index e6c5fab29..8fb8bc9c9 100644 --- a/cargo/remote/BUILD.redox_syscall-0.2.8.bazel +++ b/cargo/remote/BUILD.redox_syscall-0.2.9.bazel @@ -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", diff --git a/cargo/remote/BUILD.redox_users-0.4.0.bazel b/cargo/remote/BUILD.redox_users-0.4.0.bazel index 921f8f0ce..7073aa8ed 100644 --- a/cargo/remote/BUILD.redox_users-0.4.0.bazel +++ b/cargo/remote/BUILD.redox_users-0.4.0.bazel @@ -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", ], ) diff --git a/cargo/remote/BUILD.vcpkg-0.2.13.bazel b/cargo/remote/BUILD.vcpkg-0.2.14.bazel similarity index 97% rename from cargo/remote/BUILD.vcpkg-0.2.13.bazel rename to cargo/remote/BUILD.vcpkg-0.2.14.bazel index bce6cccd8..0a3d54c13 100644 --- a/cargo/remote/BUILD.vcpkg-0.2.13.bazel +++ b/cargo/remote/BUILD.vcpkg-0.2.14.bazel @@ -46,7 +46,7 @@ rust_library( "cargo-raze", "manual", ], - version = "0.2.13", + version = "0.2.14", # buildifier: leave-alone deps = [ ],