Skip to content

Commit

Permalink
build(deps): bump file-format from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [file-format](https://github.com/mmalecot/file-format) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/mmalecot/file-format/releases)
- [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md)
- [Commits](mmalecot/file-format@v0.25.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent df15fe4 commit e6c0bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ext-sort = { version = "0.1", features = [
], default-features = false }
fast-float2 = "0.2"
flate2 = { version = "1", optional = true }
file-format = { version = "0.25", features = ["reader"] }
file-format = { version = "0.26", features = ["reader"] }
filetime = "0.2"
flexi_logger = { version = "0.29", features = [
"async",
Expand Down

0 comments on commit e6c0bfd

Please sign in to comment.