From 5643d26715c0edf3cadac99d9f982d7124e4bfba Mon Sep 17 00:00:00 2001 From: Tania Mathern Date: Fri, 31 Jan 2025 14:06:22 -0800 Subject: [PATCH] chore: Up c2pa version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c544682a..8db32833 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"] normal = ["openssl-src"] [dependencies] -c2pa = { version = "0.45.0", features = ["file_io", "openssl", "pdf", "fetch_remote_manifests"]} +c2pa = { version = "0.45.1", features = ["file_io", "openssl", "pdf", "fetch_remote_manifests"]} thiserror = "1.0.49" uniffi = "0.28.2" openssl-src = "=300.3.1" # Required for openssl-sys