Skip to content

deps: modernize crates (schemars 1, thiserror 2, which 8, notify 8, nix 0.31)#11

Merged
MichaelAdamGroberman merged 5 commits into
mainfrom
deps/sweep
Jun 23, 2026
Merged

deps: modernize crates (schemars 1, thiserror 2, which 8, notify 8, nix 0.31)#11
MichaelAdamGroberman merged 5 commits into
mainfrom
deps/sweep

Conversation

@MichaelAdamGroberman

Copy link
Copy Markdown
Owner

Dependency modernization. cargo check --workspace + cargo test (6 passed) green.

  • schemars 0.8→1 (aligns with rmcp 0.16 which already requires schemars 1.x; dedups the tree)
  • thiserror 1→2, which 6→8, notify 6→8, nix 0.29→0.31
  • in-major cargo update across the workspace

Held: rmcp 0.16→1.7 — major API/macro rework of the server foundation; deferred to a dedicated effort (rmcp 1.7 still uses schemars 1.x, so this PR is forward-compatible).

🤖 Generated with Claude Code

Michael Groberman added 5 commits June 22, 2026 02:50
rmcp 0.16 already requires schemars ^1.0 for its #[tool]/JsonSchema
macros, so the workspace's schemars=0.8 declaration was pulling a
second, redundant schemars 0.8.22 into the tree. We have no direct
schemars usage (tools use free-form serde_json maps), so bumping the
declaration to 1 simply removes the duplicate and leaves a single
schemars 1.2.1 shared with rmcp. cargo check + 6 tests green.
Copilot AI review requested due to automatic review settings June 22, 2026 12:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Modernizes the workspace’s Rust dependencies to newer major versions, primarily to align schemars with rmcp’s already-required schemars 1.x and to refresh the overall dependency tree.

Changes:

  • Bumped workspace dependencies: schemars 0.8→1, thiserror 1→2, which 6→8, notify 6→8, nix 0.29→0.31.
  • Refreshed Cargo.lock via in-major cargo update across the workspace.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates workspace dependency versions for schemars/thiserror/which/notify/nix.
Cargo.lock Regenerates the resolved dependency graph to match the updated requirements.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MichaelAdamGroberman MichaelAdamGroberman merged commit c94d921 into main Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants