diff --git a/Cargo.lock b/Cargo.lock index 6c86b6d1..1ad05050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1101,9 +1101,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "file-format" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ef3d5e8ae27277c8285ac43ed153158178ef0f79567f32024ca8140a0c7cd8" +checksum = "0ff8badf6e72ff15e42c9ade15d01375837173b17d10c228ab41d821082619db" [[package]] name = "filetime" diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 1435758c..c3ccfd47 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] } clap-cargo = "0.15.2" compact_str = "0.9.0" dirs = "6.0.0" -file-format = { version = "0.26.0", default-features = false } +file-format = { version = "0.27.0", default-features = false } home = "0.5.9" log = { version = "0.4.22", features = ["std"] } miette = "7.0.0"