Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Aug 24, 2023
1 parent fba3bc1 commit a94040e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 232 deletions.
234 changes: 3 additions & 231 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 downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ serde_derive = "1.0.*"
structopt = "0.*"
byteorder = "1.*"
hex = "0.4.1"
reqwest = { version = "0.*", features = ["rustls-tls", "gzip", "brotli", "deflate", "tokio-rustls"] }
reqwest = { version = "0.*", default-features = false, features = ["rustls-tls", "gzip", "brotli", "deflate", "tokio-rustls"] }
easypwned_bloom = {path = "../easypwned_bloom"}
bincode = { version = "1.3.3"}

0 comments on commit a94040e

Please sign in to comment.