From 87d0616bfd748113ff1d84489c4e29923467dfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:12:30 +0000 Subject: [PATCH] build(deps): bump file-format from 0.21.0 to 0.22.0 Bumps [file-format](https://github.com/mmalecot/file-format) from 0.21.0 to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: file-format dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++----------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67eb8d078..b53e80892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,17 +931,6 @@ dependencies = [ "nom", ] -[[package]] -name = "cfb" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3d9a1a046ad1c0410627f29da8dbdeee2c91fb046d0aed5381e5b558bcf3230" -dependencies = [ - "byteorder", - "fnv", - "uuid", -] - [[package]] name = "cfg-if" version = "1.0.0" @@ -1727,13 +1716,9 @@ checksum = "a481586acf778f1b1455424c343f71124b048ffa5f4fc3f8f6ae9dc432dcb3c7" [[package]] name = "file-format" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "888c5782fda56d3bfa40339d7fc4e2d57191d42fd2708557d9963f5e5e3e9ca0" -dependencies = [ - "cfb", - "zip", -] +checksum = "7fcb859e047d667f798f913a2cd0d5c214b85944d1191efa8146c98888fc557b" [[package]] name = "filetime" diff --git a/Cargo.toml b/Cargo.toml index 6f04131a7..6ca1566c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ ext-sort = { version = "0.1", features = [ fast-float = "0.2" fastrand = "2" flate2 = { version = "1", optional = true } -file-format = { version = "0.21", features = ["reader"] } +file-format = { version = "0.22", features = ["reader"] } filetime = "0.2" flexi_logger = { version = "0.27", features = [ "async",