Skip to content

Commit

Permalink
Bump c2pa from 0.32.7 to 0.33.0 (#183)
Browse files Browse the repository at this point in the history
Bumps [c2pa](https://github.com/contentauth/c2pa-rs) from 0.32.7 to 0.33.0.
- [Release notes](https://github.com/contentauth/c2pa-rs/releases)
- [Changelog](https://github.com/contentauth/c2pa-rs/blob/main/CHANGELOG.md)
- [Commits](contentauth/c2pa-rs@v0.32.7...v0.33.0)

---
updated-dependencies:
- dependency-name: c2pa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peleus Uhley <[email protected]>
  • Loading branch information
dependabot[bot] and puhley authored Aug 1, 2024
1 parent 3b83d29 commit 89328e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
27 changes: 11 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/contentauth/c2pa-attacks"

[dependencies]
anyhow = "1.0"
c2pa = { version = "0.32.7", features = ["fetch_remote_manifests", "file_io"] }
c2pa = { version = "0.33.0", features = ["fetch_remote_manifests", "file_io"] }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
log = "0.4"
Expand Down

0 comments on commit 89328e2

Please sign in to comment.