Skip to content

Commit

Permalink
try to fix openssl v3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Nov 4, 2024
1 parent 3d125c2 commit 9319cbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
22 changes: 14 additions & 8 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 @@ -23,7 +23,7 @@ json = "0.12.4"
base64 = "0.21.0"
hmac = "0.12.1"
pem = "2.0.1"
openssl = { version = "0.10.52", features = ["vendored"] }
openssl = { version = "0.10.68", features = ["vendored"] }
xml2json-rs = "1.0.1"
simple-hyper-server-tls = { version = "0.3.2", features = ["tls-openssl"]}
rand = "0.8.5"

0 comments on commit 9319cbd

Please sign in to comment.