diff --git a/Cargo.lock b/Cargo.lock index bf0075ee5..fd98823f7 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-09-2395bd2" dependencies = [ "actix", "anyhow", @@ -850,7 +850,7 @@ version = "0.5.0" [[package]] name = "c2patool" -version = "0.13.1" +version = "0.13.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/cawg_identity/Cargo.toml b/cawg_identity/Cargo.toml index f23d10c3f..e29144b2c 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-09-2395bd2", features = ["openssl"] } c2pa-crypto = { path = "../internal/crypto", version = "0.6.2" } c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.5.0" } chrono = { version = "0.4.38", features = ["serde"] } diff --git a/cli/Cargo.toml b/cli/Cargo.toml index da47633d4..30796c74e 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-09-2395bd2", features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 749e564a1..96c005242 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-09-2395bd2" description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" authors = [ "Maurice Fisher ",