Bump file-format from 0.15.0 to 0.16.0 (#960)

This commit is contained in:
dependabot[bot] 2023-03-29 23:11:34 +11:00 committed by GitHub
parent 57cb1f94ec
commit 877606ef40
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

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

View file

@ -27,7 +27,7 @@ binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.1" }
clap = { version = "4.2.0", features = ["derive", "env"] } clap = { version = "4.2.0", features = ["derive", "env"] }
compact_str = "0.7.0" compact_str = "0.7.0"
dirs = "5.0.0" dirs = "5.0.0"
file-format = { version = "0.15.0", default-features = false } file-format = { version = "0.16.0", default-features = false }
fs-lock = { version = "0.1.0", path = "../fs-lock" } fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.1" gh-token = "0.1.1"
log = { version = "0.4.17", features = ["std"] } log = { version = "0.4.17", features = ["std"] }