Skip to content

Commit

Permalink
Bump c2pa from 0.33.0 to 0.33.1 (#186)
Browse files Browse the repository at this point in the history
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](contentauth/c2pa-rs@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] <[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 2, 2024
1 parent b19e2cb commit bf5a221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.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"
Expand Down

0 comments on commit bf5a221

Please sign in to comment.