From 57bd36b05f857e99dca54c70f247fb6fc63ffd80 Mon Sep 17 00:00:00 2001 From: Tania Mathern Date: Wed, 14 May 2025 11:57:50 -0700 Subject: [PATCH] fix: Up deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 611ec309..daa56852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["lib", "cdylib"] normal = ["openssl-src"] [dependencies] -c2pa = { version = "0.49.3", features = ["file_io", "pdf", "fetch_remote_manifests"]} +c2pa = { version = "0.51.0", features = ["file_io", "pdf", "fetch_remote_manifests"]} thiserror = "1.0.49" uniffi = "0.28.2" openssl-src = "=300.3.1" # Required for openssl-sys