Skip to content

Conversation

@cdmurph32
Copy link
Collaborator

Incorporate upstream changes
contentauth/c2pa-rs#1710

.task(move || {
let source_stream = source.into_read_stream()?;
let builder = Builder::from_archive(source_stream)?;
let builder = if let Some(context) = context_opt {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is contentauth/c2pa-rs#1763 that might fix things regarding the validations after read (fyi).

async-trait = "0.1.77"
ciborium = "0.2.2"
c2pa = { version = "0.74.0", default-features = false, features = ["file_io", "pdf", "fetch_remote_manifests", "add_thumbnails", "rust_native_crypto", "default_http"] }
c2pa = { version = "0.75.5", default-features = false, features = ["file_io", "pdf", "fetch_remote_manifests", "add_thumbnails", "rust_native_crypto", "default_http"] }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think 0.75.5 had issues (albeit only with native libs), so it's probably safer to pick up the re-released 0.75.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants