diff --git a/Cargo.lock b/Cargo.lock index 6ae5d88..47e7c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -348,9 +348,9 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "c2pa" -version = "0.29.0" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db08e25eb2b473e55894d5d76bf12539870f41d6c4944e282882ef3306d6181b" +checksum = "82e09e2ef41d26308b6937a11c8ab485753bf4587444756e15fde9e20a27cfcd" dependencies = [ "asn1-rs", "async-generic", diff --git a/Cargo.toml b/Cargo.toml index 255e612..f7cd315 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.29.0", features = ["fetch_remote_manifests", "file_io", "xmp_write"] } +c2pa = { version = "0.29.2", features = ["fetch_remote_manifests", "file_io", "xmp_write"] } clap = { version = "4.5", features = ["derive"] } env_logger = "0.10" log = "0.4"