From 277269fc8e4ebd8cf30d06174714419e0c1e438e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 01:49:27 +0000 Subject: [PATCH] build(deps): bump file-format from 0.26.0 to 0.27.0 in the deps group (#2149) Bumps the deps group with 1 update: [file-format](https://github.com/mmalecot/file-format). Updates `file-format` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/mmalecot/file-format/releases) - [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md) - [Commits](https://github.com/mmalecot/file-format/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: file-format dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"