Skip to content

Commit eadd1f3

Browse files
authored
chore: Update c2pa-rs (#240)
1 parent 34d0aed commit eadd1f3

File tree

3 files changed

+34
-24
lines changed

3 files changed

+34
-24
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 to 0.49.3",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@contentauth/toolkit"
10+
}

packages/toolkit/Cargo.lock

Lines changed: 22 additions & 22 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ version = "0.33.3-1"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
c2pa = { version = "0.49.2", features = ["serialize_thumbnails", "pdf", "v1_api", "file_io"] }
12-
cawg-identity = { version = "0.11.1", features = ["v1_api"] }
11+
c2pa = { version = "0.49.3", features = ["serialize_thumbnails", "pdf", "v1_api", "file_io"] }
12+
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"] }
1515
js-sys = "0.3.69"

0 commit comments

Comments
 (0)