From f4d7b53c8dcc8dcc46f5fa7c852baad5d1d50c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:33:29 +0000 Subject: [PATCH] Bump c2pa from 0.30.1 to 0.30.3 Bumps [c2pa](https://github.com/contentauth/c2pa-rs) from 0.30.1 to 0.30.3. - [Release notes](https://github.com/contentauth/c2pa-rs/releases) - [Changelog](https://github.com/contentauth/c2pa-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/contentauth/c2pa-rs/compare/v0.30.1...v0.30.3) --- updated-dependencies: - dependency-name: c2pa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86b012c..227da7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "c2pa" -version = "0.30.1" +version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ffd59fb0734522f67e2382ead6336118bbcffd5680465c267154c98a4d03a0" +checksum = "a071b4b318b1ccb1844ece52bd98fd8bdbd00e161826a9626aa51de3fcdf43a0" dependencies = [ "asn1-rs", "async-generic", diff --git a/Cargo.toml b/Cargo.toml index 5f21e35..9e561fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ repository = "https://github.com/contentauth/c2pa-attacks" [dependencies] anyhow = "1.0" -c2pa = { version = "0.30.1", features = ["fetch_remote_manifests", "file_io", "xmp_write"] } +c2pa = { version = "0.30.3", features = ["fetch_remote_manifests", "file_io", "xmp_write"] } clap = { version = "4.5", features = ["derive"] } env_logger = "0.10" log = "0.4"