Skip to content

Commit

Permalink
Bump openssl from 0.10.64 to 0.10.66
Browse files Browse the repository at this point in the history
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.66)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent f2477b8 commit 5b3ce5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 leech/ssl-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ log = "~0.4"
reqwest = { version = "=0.12.4", features = ["native-tls"] }
hyper-util = "=0.1.3" # This version MUST be kept in sync with reqwest!!!
native-tls = "=0.2.11" # This version MUST be kept in sync with reqwest!!! (more precicly hyper-tls)
openssl = "=0.10.64" # This version MUST be kept in sync with native-tls!!!
openssl = "=0.10.66" # This version MUST be kept in sync with native-tls!!!

tokio = { version = ">=1.23.1", optional = true, features = ["full"] }

0 comments on commit 5b3ce5a

Please sign in to comment.