Verify that the Cargo lockfile is complete
cargo-raze will happily just use the newest versions of anything missing
from here, which leads to CI failures when new versions are released.
Apparently we had a lot of dependencies that didn't meet the correct
version requirements, so they had to get upgraded along with this change
to validate those. I did verify that this isn't just upgrading
everything to the newest versions by doing that manually, it picks up a
few more.
Change-Id: I2c1363a977a159e54c376d50bf376a98fddde10c
Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
diff --git a/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel b/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
index c68439c..97a43fa 100644
--- a/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
+++ b/third_party/cargo/remote/BUILD.wait-timeout-0.2.0.bazel
@@ -62,7 +62,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -99,7 +99,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -136,7 +136,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),
@@ -170,7 +170,7 @@
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabihf",
): [
- "@raze__libc__0_2_126//:libc",
+ "@raze__libc__0_2_138//:libc",
],
"//conditions:default": [],
}),