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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-10 01:49:27 +00:00 committed by GitHub
parent 45abf0e827
commit 277269fc8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1101,9 +1101,9 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]] [[package]]
name = "file-format" name = "file-format"
version = "0.26.0" version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ef3d5e8ae27277c8285ac43ed153158178ef0f79567f32024ca8140a0c7cd8" checksum = "0ff8badf6e72ff15e42c9ade15d01375837173b17d10c228ab41d821082619db"
[[package]] [[package]]
name = "filetime" name = "filetime"

View file

@ -29,7 +29,7 @@ clap = { version = "4.5.3", features = ["derive", "env", "wrap_help"] }
clap-cargo = "0.15.2" clap-cargo = "0.15.2"
compact_str = "0.9.0" compact_str = "0.9.0"
dirs = "6.0.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" home = "0.5.9"
log = { version = "0.4.22", features = ["std"] } log = { version = "0.4.22", features = ["std"] }
miette = "7.0.0" miette = "7.0.0"