update Cargo.lock

fixes build failure when built with a "locked" lock file.
the nix package build does this and `nix build
github:koverstreet/bcachefs-tools` currently fails
This commit is contained in:
Sam Hug 2025-02-06 17:34:13 -08:00
parent 553e605886
commit e2093d112a

2
Cargo.lock generated
View File

@ -68,7 +68,7 @@ checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
[[package]] [[package]]
name = "bcachefs-tools" name = "bcachefs-tools"
version = "1.12.0" version = "1.20.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bch_bindgen", "bch_bindgen",