commit 07532b9515b24b6297591357cc1bc17e182c2f9b
parent 8f6fe913a80f65996e75d6f28c9901c06feda66b
Author: Eric Scouten <scouten@adobe.com>
Date: Tue, 4 Apr 2023 19:00:52 -0400
Require openssl >0.10.48 to address multiple RUSTSEC warnings (#221)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -92,7 +92,7 @@ x509-certificate = "0.12.0"
ureq = "2.4.0"
image = { version = "0.24.2", optional = true }
instant = "0.1.0"
-openssl = { version = "0.10.31", features = ["vendored"], optional = true }
+openssl = { version = "0.10.48", features = ["vendored"], optional = true }
xmp_toolkit = { version = "1.0", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]