Skip to content

chore(deps): bump rmcp from 0.17.0 to 1.2.0#64

Merged
bug-ops merged 2 commits intomasterfrom
dependabot/cargo/rmcp-1.2.0
Mar 16, 2026
Merged

chore(deps): bump rmcp from 0.17.0 to 1.2.0#64
bug-ops merged 2 commits intomasterfrom
dependabot/cargo/rmcp-1.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps rmcp from 0.17.0 to 1.2.0.

Release notes

Sourced from rmcp's releases.

rmcp-macros-v1.2.0

Fixed

  • (rmcp-macros) use re-exported serde_json path in task_handler (#735)

rmcp-v1.2.0

Added

  • add missing constructors for non-exhaustive model types (#739)
  • include granted scopes in OAuth refresh token request (#731)

Fixed

  • handle ping requests sent before initialize handshake (#745)
  • allow deserializing notifications without params field (#729)

Other

  • (deps) update jsonwebtoken requirement from 9 to 10 (#737)

rmcp-macros-v1.1.1

Fixed

  • (rmcp-macros) replace deprecated *Param type aliases with *Params (#727)

rmcp-v1.1.1

Fixed

  • accept logging/setLevel and ping before initialized notification (#730)

rmcp-macros-v1.1.0

Other

  • add McpMux to Built with rmcp section (#717)

rmcp-v1.1.0

Added

  • implement OAuth 2.0 Client Credentials flow (#707)

Other

  • add McpMux to Built with rmcp section (#717)

rmcp-macros-v1.0.0

Fixed

  • api ergonomics follow-up (#720)

rmcp-v1.0.0

... (truncated)

Commits
  • 3bd7522 chore: release v1.2.0 (#736)
  • 27b0096 feat: transparent session re-init on HTTP 404 (#743)
  • 5322430 fix: handle ping requests sent before initialize handshake (#745)
  • 3d2c951 feat: add missing constructors for non-exhaustive model types (#739)
  • 656a09a chore(deps): update rig-core requirement from 0.31.0 to 0.32.0 (#738)
  • 9fbf91e chore(deps): update jsonwebtoken requirement from 9 to 10 (#737)
  • 54bb522 feat: include granted scopes in OAuth refresh token request (#731)
  • be24898 fix(rmcp-macros): use re-exported serde_json path in task_handler (#735)
  • fc757d4 fix: allow deserializing notifications without params field (#729)
  • 1158cfe chore: release v1.1.1 (#732)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot added type: dependencies Dependency updates (Cargo.toml, Cargo.lock) build Build configuration changes (build.rs, toolchain) workspace Workspace-wide changes affecting multiple crates release Release preparation (changelog, version bumps) labels Mar 16, 2026
Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.17.0 to 1.2.0.
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.17.0...rmcp-v1.2.0)

---
updated-dependencies:
- dependency-name: rmcp
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rmcp-1.2.0 branch from 34ea871 to 59e4a3d Compare March 16, 2026 09:33
rmcp 1.0.0 made InitializeResult (ServerInfo) non-exhaustive, preventing
direct struct construction from external crates. Use Default::default()
with field mutation instead.
@bug-ops bug-ops enabled auto-merge (squash) March 16, 2026 12:26
@bug-ops bug-ops merged commit f00358e into master Mar 16, 2026
17 checks passed
@bug-ops bug-ops deleted the dependabot/cargo/rmcp-1.2.0 branch March 16, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build configuration changes (build.rs, toolchain) release Release preparation (changelog, version bumps) type: dependencies Dependency updates (Cargo.toml, Cargo.lock) workspace Workspace-wide changes affecting multiple crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant