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 7923a7469dfad53650865f7fe152ed3cb0714d1d
parent ff7ba4791ca09a62ae061d7364d9f7dc8f955111
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 27 May 2022 11:01:37 -0700

Update range-set requirement from 0.0.7 to 0.0.9 in /sdk (#13)

Updates the requirements on [range-set](https://github.com/spearman/range-set) to permit the latest version.
- [Release notes](https://github.com/spearman/range-set/releases)
- [Commits](https://github.com/spearman/range-set/commits)

---
updated-dependencies:
- dependency-name: range-set
  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 @@ -43,7 +43,7 @@ multihash = "0.11.4" nom = "6.0" png_pong = "0.8.2" quick-xml = "0.20.0" -range-set = "0.0.7" +range-set = "0.0.9" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11.5" serde_cbor = "0.11.1"