chore(deps): bump flate2 from 1.1.8 to 1.1.9 (#6)

Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.1.8...1.1.9)

---
updated-dependencies:
- dependency-name: flate2
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2026-02-24 12:22:46 +01:00
committed by GitHub
parent 2c7c497c30
commit a5a7c4f8be
3 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ utoipa = { version = "5", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }
clap = { version = "4", features = ["derive"] }
tar = "0.4"
flate2 = "1.0"
flate2 = "1.1"
indicatif = "0.17"
chrono = { version = "0.4", features = ["serde"] }
thiserror = "2"