Skip to content

Commit 0245bea

Browse files
authored
chore: Update c2pa-rs (#243)
1 parent abaacf1 commit 0245bea

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@contentauth/toolkit",
5+
"comment": "Update c2pa rs",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@contentauth/toolkit"
10+
}

packages/toolkit/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.33.3-1"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
c2pa = { version = "0.49.3", features = ["serialize_thumbnails", "pdf", "v1_api", "file_io"] }
11+
c2pa = { version = "0.49.4", features = ["serialize_thumbnails", "pdf", "v1_api", "file_io"] }
1212
cawg-identity = { version = "0.12.2", features = ["v1_api"] }
1313
console_error_panic_hook = "0.1.7"
1414
console_log = { version = "1.0.0", features = ["color"] }

0 commit comments

Comments
 (0)