Skip to content

Commit

Permalink
Upgrade OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 26, 2024
1 parent 399dc6c commit d216190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ reqwest = { version = "0.12.7", features = ["blocking", "json"] }
minijinja = { version = "2.3.1", features = ["loader"] }
url = "2.5.2"
regex = "1.10.6"
openssl = "0.10.64"
openssl = "0.10.66"
dotenv = "0.15.0"
futures-util = "0.3.30"
futures = "0.3.30"
[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl = { version = "0.10.66", features = ["vendored"] }

0 comments on commit d216190

Please sign in to comment.