Skip to content

Commit

Permalink
downgrade openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Dec 15, 2023
1 parent 990130f commit 41167e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 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 @@ -48,7 +48,7 @@ serde_path_to_error = "0.1.*"
jni = "0.19.*"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
openssl = { version = "0.10.*", features = ["vendored"] }
openssl = { version = "=0.10.40", features = ["vendored"] }
bytes = "1.1.0"
prost = "0.12"
prost-types = "0.12"
Expand Down

0 comments on commit 41167e9

Please sign in to comment.