Skip to content

Commit 01673ad

Browse files
update: bump schemars from 0.8.22 to 0.9.0
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.22 to 0.9.0. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.22...v0.9.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3cfe7c commit 01673ad

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

Cargo.lock

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

export_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(test)'] }
1313
[dependencies]
1414
anyhow = "1.0.40"
1515
c2pa = { path = "../sdk", features = ["json_schema"], default-features = false }
16-
schemars = "0.8.21"
16+
schemars = "0.9.0"
1717
serde_json = "1.0.117"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ rasn-pkix = "0.22.0"
157157
regex = "1.11"
158158
riff = "2.0.0"
159159
rsa = { version = "0.9.7", features = ["pem", "sha2", "std"], optional = true }
160-
schemars = { version = "0.8.21", optional = true }
160+
schemars = { version = "0.9.0", optional = true }
161161
serde = { version = "1.0.197", features = ["derive"] }
162162
serde_bytes = "0.11.14"
163163
serde_cbor = "0.11.1"

0 commit comments

Comments
 (0)