build(deps): bump file-format from 0.16.0 to 0.17.0 (#1135)

Bumps [file-format](https://github.com/mmalecot/file-format) from 0.16.0 to 0.17.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.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: file-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2023-06-06 12:47:25 +10:00 committed by GitHub
parent 76cd4d62c2
commit abf5a8e842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -723,9 +723,9 @@ dependencies = [
[[package]]
name = "file-format"
version = "0.16.0"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71a5df8a0f4b423e8bc25526b39852bf64dfb7bd734ed99ed343c5925762c9c8"
checksum = "aaa6044018c8e916dc6720c7ae31c6f02ed7f13064aa6a8260ec94869d6790de"
[[package]]
name = "filetime"

View file

@ -27,7 +27,7 @@ binstalk-manifests = { path = "../binstalk-manifests", version = "0.5.0" }
clap = { version = "4.3.0", features = ["derive", "env"] }
compact_str = "0.7.0"
dirs = "5.0.1"
file-format = { version = "0.16.0", default-features = false }
file-format = { version = "0.17.0", default-features = false }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.2"
log = { version = "0.4.18", features = ["std"] }