-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c820aa9
commit 56bea2f
Showing
6 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cawg-identity" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
description = "Rust SDK for CAWG (Creator Assertions Working Group) identity assertion" | ||
authors = [ | ||
"Eric Scouten <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ rustdoc-args = ["--cfg", "docsrs"] | |
[dependencies] | ||
async-trait = "0.1.78" | ||
base64 = "0.22.1" | ||
c2pa = { path = "../sdk", version = "0.44.0", features = ["openssl"] } | ||
c2pa = { path = "../sdk", version = "0.45.0", features = ["openssl"] } | ||
c2pa-crypto = { path = "../internal/crypto", version = "0.6.0" } | ||
c2pa-status-tracker = { path = "../internal/status-tracker", version = "0.4.0" } | ||
chrono = { version = "0.4.38", features = ["serde"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "c2pa" | ||
version = "0.44.0" | ||
version = "0.45.0" | ||
description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" | ||
authors = [ | ||
"Maurice Fisher <[email protected]>", | ||
|