Skip to content

Commit

Permalink
Update SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Jun 11, 2024
1 parent 773973b commit f2b40c3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bindings/ceylon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name = "ceylon"
crate-type = ["cdylib"]

[dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl-sys = {version = "0.9.102",features = ["vendored"] }
uniffi = { version = "0.27.3", features = ["tokio", "bindgen", "default"] }
thiserror = "1.0.61"
uuid = { version = "1.8.0", features = ["v4"] }
Expand Down
2 changes: 2 additions & 0 deletions libs/sangedama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ crate-type = ["rlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
openssl = { version = "0.10.64", features = ["vendored"] }
openssl-sys = {version = "0.9.102",features = ["vendored"] }
async-trait = "0.1.80"
reqwest = { version = "0.12.4", features = ["json"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit f2b40c3

Please sign in to comment.