Skip to content

Commit

Permalink
fix(deps): update rust crate zip to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent 976f965 commit 3b062d7
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 15 deletions.
83 changes: 69 additions & 14 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 @@ -19,7 +19,7 @@ psutil = "3.3.0"
ring = "0.17.8"
figment = { version = "0.10.18", features = ["toml", "env"] }
if-addrs = "0.12.0"
zip = { version = "0.6.6", default-features = false, features = ["time"] }
zip = { version = "2.0.0", default-features = false, features = ["time"] }
walkdir = "2.5.0"
jsonwebtoken = { version = "9.3.0", default-features = false }
serde = { version = "1.0.200", features = ["derive"] }
Expand Down

0 comments on commit 3b062d7

Please sign in to comment.