From 7f7aa13eecf10641f71a681202393a5e84a76f0f Mon Sep 17 00:00:00 2001 From: Gavin Peacock Date: Thu, 20 Mar 2025 21:02:16 -0700 Subject: [PATCH 1/2] feat: v2 claims and cawg validate --- Cargo.toml | 4 ++-- tests/test_api.py | 2 +- tests/test_unit_tests.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0805b708..1de6c9b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa-python" -version = "0.7.2" +version = "0.8.0" edition = "2021" authors = ["Gavin Peacock Date: Thu, 20 Mar 2025 21:20:16 -0700 Subject: [PATCH 2/2] chore: paste rustsec workaround waiting on uniffi update --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 7d2c4427..4b3ce610 100644 --- a/deny.toml +++ b/deny.toml @@ -20,6 +20,7 @@ ignore = [ "RUSTSEC-2023-0071", # rsa Marvin Attack: (https://jira.corp.adobe.com/browse/CAI-5104) "RUSTSEC-2024-0384", # instant (https://github.com/contentauth/c2pa-rs/issues/663) "RUSTSEC-2024-0399", # tokio-rustls server: https://rustsec.org/advisories/RUSTSEC-2024-0399 + "RUSTSEC-2024-0436", # paste (uniffi update soon) https://rustsec.org/advisories/RUSTSEC-2024-0436" ] [bans]