Skip to content

Commit a21cb4d

Browse files
Update schemars requirement from 0.8.17 to 0.9.0
Updates the requirements on [schemars](https://github.com/GREsau/schemars) to permit the latest version. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.17...v0.9.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3af07d commit a21cb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version = "1.80.0"
1313

1414
[dependencies]
1515
serde = { version = "1.0.200", optional = true }
16-
schemars = { version = "0.8.17", optional = true }
16+
schemars = { version = "0.9.0", optional = true }
1717

1818
[dev-dependencies]
1919
serde_json = "1.0.116"

0 commit comments

Comments
 (0)