Skip to content

Commit

Permalink
updated cargo files, removed openssl as depenedency due to build break
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Apr 12, 2024
1 parent 1d4319f commit 82d4902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 370 deletions.
157 changes: 0 additions & 157 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 @@ -25,7 +25,7 @@ rand = "0.8"
url = "2.2"
zip = "0.6.6"
walkdir = "2"
reqwest = { version = "0.11", features = ["blocking", "json"]}
reqwest = { version = "0.11", features = ["blocking", "json"], default-features = false}

[dev-dependencies]
tempfile = "3.9"
Loading

0 comments on commit 82d4902

Please sign in to comment.