Skip to content

Commit

Permalink
Lock openssl-sys version to 0.9.92 (#302)
Browse files Browse the repository at this point in the history
Temporary measure while we sort out integration issues with the openssl 3 integration that's in openssl-sys 0.9.93.
  • Loading branch information
scouten-adobe committed Sep 7, 2023
1 parent 64b6324 commit 8dc217b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serialize_thumbnails = []
xmp_write = ["xmp_toolkit"]
no_interleaved_io = ["file_io"]
fetch_remote_manifests = ["file_io"]
openssl_sign = ["openssl"]
openssl_sign = ["openssl", "openssl-sys"]
json_schema = ["dep:schemars"]

# The diagnostics feature is unsupported and might be removed.
Expand Down Expand Up @@ -107,6 +107,7 @@ half = "<2.3.0, < 3" # fix for older versions of rust
image = { version = "0.24.2", optional = true }
instant = "0.1.12"
openssl = { version = "0.10.48", features = ["vendored"], optional = true }
openssl-sys = { version = "=0.9.92", optional = true }
xmp_toolkit = { version = "1.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 8dc217b

Please sign in to comment.