Skip to content

Commit 0cbb161

Browse files
fix(deps): bump schemars from 1.0.4 to 1.2.0
Bumps [schemars](https://github.com/GREsau/schemars) from 1.0.4 to 1.2.0. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v1.0.4...v1.2.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e14ea18 commit 0cbb161

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -131,7 +131,7 @@ whoami = "1.6.0"
131131
windows = { version = "0.61.1", features = ["Foundation", "Win32_System_ProcessStatus", "Win32_System_Kernel", "Win32_System_Threading", "Wdk_System_Threading"] }
132132
winnow = "=0.6.2"
133133
winreg = "0.55.0"
134-
schemars = "1.0.4"
134+
schemars = "1.2.0"
135135
jsonschema = "0.30.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"] }

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rmcp = { version = "0.8.0", features = ["client", "transport-async-rw", "transpo
5555
rusqlite.workspace = true
5656
rustls.workspace = true
5757
rustls-native-certs.workspace = true
58-
schemars = "1.0.4"
58+
schemars = "1.2.0"
5959
semver.workspace = true
6060
serde.workspace = true
6161
serde_bytes = "0.11.19"

0 commit comments

Comments
 (0)