Skip to content

Commit fcf6a54

Browse files
committed
update rust-openssl
1 parent 1bcff9a commit fcf6a54

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ rust-version = "1.65.0"
2222
[workspace.dependencies]
2323
asn1 = { version = "0.20.0", default-features = false }
2424
pyo3 = { version = "0.23.4", features = ["abi3"] }
25+
<<<<<<< HEAD
2526
openssl = "0.10.71"
2627
openssl-sys = "0.9.104"
28+
=======
29+
# openssl = "0.10.70"
30+
# openssl-sys = "0.9.104"
31+
openssl = { git = "https://github.com/sfackler/rust-openssl" }
32+
openssl-sys = { git = "https://github.com/sfackler/rust-openssl" }
33+
>>>>>>> e4f9bc4fc (update rust-openssl)
2734

2835
[profile.release]
2936
overflow-checks = true

0 commit comments

Comments
 (0)