c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 779316a3e20212ae1674e3bd6eb46a8de4330773
parent 4df5f00e20f4eddde6b163767a236e9c4e18eed3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 27 May 2022 09:55:33 -0700

Update c2pa requirement from 0.1 to 0.2 in /c2patool (#23)

Updates the requirements on c2pa to permit the latest version.

---
updated-dependencies:
- dependency-name: c2pa
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
Mc2patool/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c2patool/Cargo.toml b/c2patool/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.58.0" [dependencies] anyhow = "1.0" -c2pa = { version = "0.1", features = ["file_io"] } +c2pa = { version = "0.2", features = ["file_io"] } dirs = "4.0" env_logger = "0.9" log = "0.4"