mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
chore(deps): Update schemars requirement from 0.8 to 1.2
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](https://github.com/GREsau/schemars/compare/v0.8.0...v1.2.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ version.workspace = true
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
base64 = "~0.22"
|
||||
schemars = { version = "0.8", optional = true }
|
||||
schemars = { version = "1.2", optional = true }
|
||||
serde_json = "1"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user