Skip to content

Commit

Permalink
Merge pull request calumrussell#77 from calumrussell/dependabot/cargo…
Browse files Browse the repository at this point in the history
…/zip-2.1.3

Update zip requirement from 0.6.2 to 2.1.3
  • Loading branch information
calumrussell authored Jun 19, 2024
2 parents 1dce966 + 9986d01 commit 3b072af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ time = { version = "0.3.17", features = ["macros", "parsing"] }
rand = "0.8.4"
rand_distr = "0.4.1"
reqwest = { version = "0.12.4", features=["blocking", "json"] }
zip = "0.6.2"
zip = "2.1.3"
csv = "1.1.6"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 3b072af

Please sign in to comment.