Skip to content

Commit da19117

Browse files
fix(deps): bump jsonschema from 0.30.0 to 0.36.0
Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.30.0 to 0.36.0. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.30.0...rust-v0.36.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf39ab6 commit da19117

File tree

2 files changed

+43
-14
lines changed

2 files changed

+43
-14
lines changed

Cargo.lock

Lines changed: 42 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ windows = { version = "0.61.1", features = ["Foundation", "Win32_System_ProcessS
132132
winnow = "=0.6.2"
133133
winreg = "0.55.0"
134134
schemars = "1.0.4"
135-
jsonschema = "0.30.0"
135+
jsonschema = "0.36.0"
136136
zip = "2.2.0"
137137
rmcp = { version = "0.8.0", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] }
138138
chat-cli-ui = { path = "crates/chat-cli-ui" }

0 commit comments

Comments
 (0)