Skip to content

Commit

Permalink
Merge pull request #327 from emo-crab/dependabot/cargo/zip-2.2.0
Browse files Browse the repository at this point in the history
Bump zip from 2.1.6 to 2.2.0
  • Loading branch information
cn-kali-team authored Sep 1, 2024
2 parents a18a2fd + cd9f02b commit b0be2ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 observer_ward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env_logger = { version = "0.11.5", default-features = false, features = [
log = "0.4.22"
console = "0.15.8"
rustc_lexer = "0.1.0"
zip = { version = "2.1.6", default-features = false, features = ["deflate"] }
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }
actix-web-httpauth = "0.8.1"
actix-web = { version = "4.9.0", default-features = false, features = [
"macros",
Expand Down

0 comments on commit b0be2ae

Please sign in to comment.