build(deps): bump the cargo-minor-patch group with 3 updates - #98
Merged
Conversation
Bumps the cargo-minor-patch group with 3 updates: [rmcp](https://github.com/modelcontextprotocol/rust-sdk), [thiserror](https://github.com/dtolnay/thiserror) and [clap_mangen](https://github.com/clap-rs/clap). Updates `rmcp` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v3.1.1...rmcp-v3.1.2) Updates `thiserror` from 2.0.19 to 2.0.20 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.19...2.0.20) Updates `clap_mangen` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_mangen-v0.3.2...clap_mangen-v0.3.3) --- updated-dependencies: - dependency-name: rmcp dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: clap_mangen dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
plusky
added a commit
that referenced
this pull request
Aug 17, 2026
PR #98 bumped rmcp 3.1.1 -> 3.1.2, which left three version strings in the "rmcp 3.1 usage notes" preamble naming a tree that no longer exists locally: the registry path, the sibling rmcp-macros tree, and the upstream tag the missing examples/ live at. The first of those also called 3.1.1 "today's version", which the bump made false. The paragraph is built to survive this — it tells the reader to resolve the directory from the rmcp package's manifest_path in cargo metadata, so it follows Cargo.lock rather than a copy of it — and no claim resting on that tree changed: the 3.1.1...3.1.2 delta touches only client-side transport (auth.rs, client_side_sse.rs, reqwest/streamable_http_client.rs), none of tower.rs, model.rs, service.rs or handler/server/router/tool.rs. So this is the illustrative version string catching up, not a revisit of the notes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-minor-patch group with 3 updates: rmcp, thiserror and clap_mangen.
Updates
rmcpfrom 3.1.1 to 3.1.2Release notes
Sourced from rmcp's releases.
Commits
02c62aechore: release v3.1.2 (#1148)c345078fix(auth): map 401/403 challenges on the SSE GET stream (#1152)f8e6382chore(deps): bump taiki-e/install-action from 2.85.7 to 2.85.8 (#1153)8fb3e04chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6 (#1154)3c8fb2afix(sse): loop instead of recursing when skipping SSE events (#1146)e150d4ffix(auth): preserve issuer trailing slash during discovery (#1145)9a3168achore(deps): bump taiki-e/install-action from 2.85.6 to 2.85.7 (#1139)Updates
thiserrorfrom 2.0.19 to 2.0.20Release notes
Sourced from thiserror's releases.
Commits
b1d5db5Release 2.0.20c4c3ebdMerge pull request #454 from dtolnay/clippy2266152Suppress redundant_field_names clippy lint2901cfdRaise minimum tested compiler to rust 1.88aa9d91fUpdate ui tests for version 2.0.19Updates
clap_mangenfrom 0.3.2 to 0.3.3Commits
5b81f10chore: Release7b02708docs: Update changelog6689200Merge pull request #6482 from codeAnqiang-ma/fix/mangen-hidden-positional-syn...07c6fd2fix(mangen): Hide hidden positionals from the SYNOPSIS2003b34test(mangen): Show hidden positionals in the SYNOPSIS8e50ec8chore: Release1f7ca4echore: Update transitive clap3e790f2docs: Update changelog0b83f87Merge pull request #6477 from antoniszymanski/masterdee8b8efix(clap_complete_nushell): Set argument type todirectoryfor `ValueHint::...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions