diff --git a/Cargo.lock b/Cargo.lock index ca6d69d5e..4f1ed15d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -711,7 +711,7 @@ checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "c2pa" -version = "0.45.2" +version = "0.45.2-nightly+2025-02-05-aff71ef" dependencies = [ "actix", "anyhow", diff --git a/cawg_identity/Cargo.toml b/cawg_identity/Cargo.toml index fd264f9e1..abc74b44e 100644 --- a/cawg_identity/Cargo.toml +++ b/cawg_identity/Cargo.toml @@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] async-trait = "0.1.78" base64 = "0.22.1" -c2pa = { path = "../sdk", version = "0.45.2", features = ["openssl"] } +c2pa = { path = "../sdk", version = "0.45.2-nightly+2025-02-05-aff71ef", features = ["openssl"] } c2pa-crypto = { path = "../internal/crypto", version = "0.6.2" } c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.4.0" } chrono = { version = "0.4.38", features = ["serde"] } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0a33e109e..1b2ac3a7b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] } [dependencies] anyhow = "1.0" atree = "0.5.2" -c2pa = { path = "../sdk", version = "0.45.2", features = [ +c2pa = { path = "../sdk", version = "0.45.2-nightly+2025-02-05-aff71ef", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 21fdcdcdf..3b091a6b5 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c2pa" -version = "0.45.2" +version = "0.45.2-nightly+2025-02-05-aff71ef" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",