chore(deps): update rust crate jsonschema to 0.28 #7039
Annotations
2 errors and 3 warnings
failed to resolve: could not find `JSONSchema` in `jsonschema`:
src/helpers/config.rs#L154
error[E0433]: failed to resolve: could not find `JSONSchema` in `jsonschema`
--> src/helpers/config.rs:154:30
|
154 | let schema = jsonschema::JSONSchema::compile(&schema).unwrap();
| ^^^^^^^^^^ could not find `JSONSchema` in `jsonschema`
|
failed to resolve: could not find `JSONSchema` in `jsonschema`:
src/helpers/config.rs#L154
error[E0433]: failed to resolve: could not find `JSONSchema` in `jsonschema`
--> src/helpers/config.rs:154:30
|
154 | let schema = jsonschema::JSONSchema::compile(&schema).unwrap();
| ^^^^^^^^^^ could not find `JSONSchema` in `jsonschema`
|
audit-rust
14 warnings found!
|
audit-rust
Unknown warning kind unsound found, please, file a bug
|
audit-rust
Unknown warning kind unsound found, please, file a bug
|