Browse Source

chore(deps): Update zip requirement from 0.6 to 2.2 (#64)

Updates the requirements on [zip](https://github.com/zip-rs/zip2) to permit the latest version.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v0.6.4...v2.2.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 6 months ago
parent
commit
09821983e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dadk-user/Cargo.toml

+ 1 - 1
dadk-user/Cargo.toml

@@ -14,7 +14,7 @@ reqwest = { version = "0.12", features = ["blocking", "json"] }
 serde = { version = "1.0.160", features = ["serde_derive"] }
 serde_json = "1.0.96"
 toml = "0.8.12"
-zip = "0.6"
+zip = "2.2"
 
 [dev-dependencies]
 test_base = { path = "../crates/test_base" }