Skip to content

Commit

Permalink
Vendor OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Dec 14, 2024
1 parent e812f5d commit 4e8f8f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "rezoning-scraper"
version = "3.0.0"
version = "3.0.1"
edition = "2021"

[dependencies]
anyhow = "1.0.94"
base64 = "0.22.1"
chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive"] }
openssl = { version = "0.10", features = ["vendored"] }
scraper = "0.22.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 4e8f8f9

Please sign in to comment.