Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate jsonschema to 0.28 (1.x) #12209

Closed
wants to merge 1 commit into from

chore(deps): update rust crate jsonschema to 0.28

fadaeee
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update rust crate jsonschema to 0.28 (1.x) #12209

chore(deps): update rust crate jsonschema to 0.28
fadaeee
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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`