chore(deps): bump jsonschema from 0.46.5 to 0.48.1 - #140
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4b4b0d07b3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| chrono = { version = "0.4", features = ["serde"] } | ||
| clap = { version = "4.5", features = ["derive"] } | ||
| jsonschema = "0.46" | ||
| jsonschema = "0.48" |
There was a problem hiding this comment.
Keep jsonschema within the declared MSRV
This bump selects jsonschema 0.48.x, whose crate metadata/README says it requires Rust 1.85.0 or later (https://github.com/Stranger6667/jsonschema). That conflicts with this workspace's declared 1.75 MSRV in Cargo.toml and clippy.toml, so anyone building with the supported 1.75–1.84 toolchains will fail dependency resolution/compilation even though the project still advertises support for them; either keep jsonschema on an MSRV-compatible release or raise the repo MSRV everywhere.
Useful? React with 👍 / 👎.
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.46.5 to 0.48.1. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@cli-v0.46.5...ruby-v0.48.1) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.48.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4b4b0d0 to
0236557
Compare
|



Bumps jsonschema from 0.46.5 to 0.48.1.
Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
1c707f3chore(ruby): Release 0.48.1effbc77chore: Bump jsonschema-wasm version to 0.48.127d6c44chore: Update the version bump scriptb2e157dchore(python): Release 0.48.14313166chore(rust): Release 0.48.17ac65d7chore: Tune playground styles66cbd1bchore: Tune playground styles3869179chore: Add links to playground4dc5b12feat: WebAssembly playgroundcec64effix:contentEncodingerrors for invalid UTF-8 after decoding incorrectly ha...