Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update crate to fix bad certificate dump content #525

Merged
merged 11 commits into from
Jul 26, 2024
1 change: 1 addition & 0 deletions make_test_images/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ anyhow = "1.0.40"
c2pa = { path = "../sdk", default-features = false, features = [
"openssl",
"unstable_api",
"file_io",
] }
env_logger = "0.11"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ treeline = "0.1.0"
url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed.
uuid = { version = "1.7.0", features = ["serde", "v4", "js"] }
x509-parser = "0.15.1"
x509-certificate = "0.19.0"
x509-certificate = "0.21.0"
zip = { version = "0.6.6", default-features = false }

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