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.assert_cmd-1.0.8.bazel b/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
index d76f844..e671f63 100644
--- a/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
+++ b/third_party/cargo/remote/BUILD.assert_cmd-1.0.8.bazel
@@ -56,8 +56,8 @@
"@raze__bstr__0_2_17//:bstr",
"@raze__doc_comment__0_3_3//:doc_comment",
"@raze__predicates__2_1_1//:predicates",
- "@raze__predicates_core__1_0_3//:predicates_core",
- "@raze__predicates_tree__1_0_5//:predicates_tree",
+ "@raze__predicates_core__1_0_5//:predicates_core",
+ "@raze__predicates_tree__1_0_7//:predicates_tree",
"@raze__wait_timeout__0_2_0//:wait_timeout",
],
)
@@ -86,8 +86,8 @@
"@raze__bstr__0_2_17//:bstr",
"@raze__doc_comment__0_3_3//:doc_comment",
"@raze__predicates__2_1_1//:predicates",
- "@raze__predicates_core__1_0_3//:predicates_core",
- "@raze__predicates_tree__1_0_5//:predicates_tree",
+ "@raze__predicates_core__1_0_5//:predicates_core",
+ "@raze__predicates_tree__1_0_7//:predicates_tree",
"@raze__wait_timeout__0_2_0//:wait_timeout",
],
)