Skip to content

Commit cc795d6

Browse files
chore(deps): bump the minor-and-patch group with 3 updates (#38)
Bumps the minor-and-patch group with 3 updates: [schemars](https://github.com/GREsau/schemars), [serde_json](https://github.com/serde-rs/json) and [tempfile](https://github.com/Stebalien/tempfile). Updates `schemars` from 1.1.0 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.1.0...v1.2.0) Updates `serde_json` from 1.0.145 to 1.0.148 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.148) Updates `tempfile` from 3.23.0 to 3.24.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: schemars dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: serde_json dependency-version: 1.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed0ae9a commit cc795d6

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ mcp-server = { path = "crates/mcp-server" }
3232
rayon = "1.11"
3333
regex = "1.12"
3434
rmcp = "0.12"
35-
schemars = "1.1.0"
35+
schemars = "1.2.0"
3636
serde = "1.0"
3737
serde_json = "1.0"
3838
static_assertions = "1.1"
39-
tempfile = "3.23"
39+
tempfile = "3.24"
4040
thiserror = "2.0"
4141
tokio = "1.48"
4242
toml = "0.9"

0 commit comments

Comments
 (0)