From bf5a2218f0e8a1c2334409cc0f1a988d834ed242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:02:02 -0700 Subject: [PATCH] Bump c2pa from 0.33.0 to 0.33.1 (#186) Bumps [c2pa](https://github.com/contentauth/c2pa-rs) from 0.33.0 to 0.33.1. - [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.33.0...v0.33.1) --- updated-dependencies: - dependency-name: c2pa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peleus Uhley --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b353b28..dc8a7e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "c2pa" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d1762e1959badb9d791deacf239556e8d9e2e4767d4026ef7f274bcb82adfe4" +checksum = "dbd8fd828063357f7f1cab84722b748e39ef704cce80de528ef444365b206211" dependencies = [ "asn1-rs", "async-generic", diff --git a/Cargo.toml b/Cargo.toml index b42d2e8..814231a 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.33.0", features = ["fetch_remote_manifests", "file_io"] } +c2pa = { version = "0.33.1", features = ["fetch_remote_manifests", "file_io"] } clap = { version = "4.5", features = ["derive"] } env_logger = "0.11" log = "0.4"