Skip to content

Commit 9dac4cc

Browse files
committed
chore: FInish update
1 parent 6176bc5 commit 9dac4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["lib", "cdylib"]
1212
normal = ["openssl-src"]
1313

1414
[dependencies]
15-
c2pa = { git = "https://github.com/contentauth/c2pa-rs.git", branch="mathern/python-tradeoffs", features = ["unstable_api", "file_io", "openssl", "pdf", "fetch_remote_manifests"]}
16-
c2pa-crypto = {version = "0.3.0" }
15+
c2pa = { version = "0.41.1", features = ["unstable_api", "file_io", "openssl", "pdf", "fetch_remote_manifests"]}
16+
c2pa-crypto = {version = "0.3.1" }
1717
thiserror = "1.0.49"
1818
uniffi = "0.28.2"
1919
openssl-src = "=300.3.1" # Required for openssl-sys

0 commit comments

Comments
 (0)