chore(deps): update rust crate jsonschema to 0.28 (1.x) #12209
Closed
GitHub Actions / cli
failed
Jan 4, 2025 in 1s
cli
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.83.0 (90b35a623 2024-11-26)
- cargo 1.83.0 (5ffbef321 2024-10-29)
- clippy 0.1.83 (90b35a6 2024-11-26)
Annotations
Check failure on line 154 in src/helpers/config.rs
github-actions / cli
failed to resolve: could not find `JSONSchema` in `jsonschema`
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`
Check failure on line 154 in src/helpers/config.rs
github-actions / cli
failed to resolve: could not find `JSONSchema` in `jsonschema`
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`
Loading