SERVER-121257 Add lockfile for dependencies of dependencies for rust (#49296)

GitOrigin-RevId: 24d1c572e277eddb609c27077ef73745559c93a0
This commit is contained in:
Andrew Bradshaw 2026-03-09 17:10:19 -07:00 committed by MongoDB Bot
parent 0d5ddc0447
commit c7c9fbc519
3 changed files with 20682 additions and 5481 deletions

View File

@ -374,7 +374,12 @@ crate.annotation_select(
"s390x-unknown-linux-gnu",
],
)
crate.from_specs()
# Update the lock file using "CARGO_BAZEL_REPIN=1 bazel sync --only=crates"
crate.from_specs(
cargo_lockfile = "//bazel:crates.lock",
lockfile = "//bazel:crates.lock",
)
use_repo(crate, "crates")
#################### END RUST DEPS ####################

6502
MODULE.bazel.lock generated

File diff suppressed because one or more lines are too long

19654
bazel/crates.lock Normal file

File diff suppressed because it is too large Load Diff