c2pa-rs

A fork of https://github.com/contentauth/c2pa-rs/
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.git
Log | Files | Refs | README

commit 36493ab66c398d3a8eb70a945d04919a8f4fe49f
parent d00f03f89daba50cbd1693dbd751460afa497d07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 27 May 2022 11:41:43 -0700

Update thiserror requirement from >= 1.0.20, < 1.0.26 to >= 1.0.20, < 1.0.32 in /sdk (#9)

Update thiserror requirement from >= 1.0.20, < 1.0.26 to >= 1.0.20, < 1.0.32

Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.20...1.0.31)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gavin  Peacock <gpeacock@adobe.com>
Diffstat:
Msdk/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml @@ -52,7 +52,7 @@ serde_json = "1.0.66" serde-transcode = "1.1.1" sha2 = "0.9.5" tempfile = "3.1.0" -thiserror = ">= 1.0.20, < 1.0.26" +thiserror = ">= 1.0.20, < 1.0.32" time = ">= 0.2.23" twoway = "0.2.1" uuid = { version = "0.8.1", features = ["serde", "v4", "wasm-bindgen"] }