Skip to content

Commit 6f86e0b

Browse files
author
Dylan Ross
committed
chore: updates c2pa version
1 parent 7728124 commit 6f86e0b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ crate-type = ["lib", "cdylib"]
1212
normal = ["openssl-src"]
1313

1414
[dependencies]
15-
c2pa = {version = "0.38.0", features = ["unstable_api", "file_io", "openssl", "pdf", "fetch_remote_manifests"]}
16-
pem = "3.0.3"
17-
serde = { version = "1.0.197", features = ["derive"] }
18-
serde_derive = "1.0"
19-
serde_json = "1.0"
15+
c2pa = {version = "0.40.0", features = ["unstable_api", "file_io", "openssl", "pdf", "fetch_remote_manifests"]}
2016
thiserror = "1.0.49"
2117
uniffi = "0.28.2"
2218
openssl-src = "=300.3.1" # Required for openssl-sys

deny.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ yanked = "deny"
1818
ignore = [
1919
"RUSTSEC-2021-0127", # serde_cbor
2020
"RUSTSEC-2023-0071", # rsa Marvin Attack: (https://jira.corp.adobe.com/browse/CAI-5104)
21+
"RUSTSEC-2024-0384", # instant (https://github.com/contentauth/c2pa-rs/issues/663)
22+
"RUSTSEC-2024-0399", # tokio-rustls server: https://rustsec.org/advisories/RUSTSEC-2024-0399
2123
]
2224

2325
[bans]

0 commit comments

Comments
 (0)