Skip to content

Commit 4bdc3b8

Browse files
Update crate to fix bad certificate dump content (#525)
* Update crate to fix bad certificate dump content * Fix version * Build fixes * update chrono * update getrandom * Rollback to try to fix crate version * More version trials --------- Co-authored-by: Eric Scouten <[email protected]>
1 parent 8e3502a commit 4bdc3b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

make_test_images/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ anyhow = "1.0.40"
1111
c2pa = { path = "../sdk", default-features = false, features = [
1212
"openssl",
1313
"unstable_api",
14+
"file_io",
1415
] }
1516
env_logger = "0.11"
1617
log = "0.4.8"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ treeline = "0.1.0"
125125
url = "2.2.2, <2.5.1" # Can't use 2.5.1 or newer until new license is reviewed.
126126
uuid = { version = "1.7.0", features = ["serde", "v4", "js"] }
127127
x509-parser = "0.15.1"
128-
x509-certificate = "0.19.0"
128+
x509-certificate = "0.21.0"
129129
zip = { version = "0.6.6", default-features = false }
130130

131131
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

0 commit comments

Comments
 (0)