Bump the cargo-major group across 1 directory with 5 updates - #23
Bump the cargo-major group across 1 directory with 5 updates#23dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [pollster](https://github.com/zesterer/pollster), [skia-safe](https://github.com/rust-skia/rust-skia), [x11rb](https://github.com/psychon/x11rb), [rmcp](https://github.com/modelcontextprotocol/rust-sdk) and [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Updates `pollster` to 1.0.1 - [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/pollster/commits) Updates `skia-safe` to 0.99.0 - [Release notes](https://github.com/rust-skia/rust-skia/releases) - [Commits](rust-skia/rust-skia@0.97.0...0.99.0) Updates `x11rb` to 0.14.0 - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](psychon/x11rb@v0.13.0...v0.14.0) Updates `rmcp` to 2.2.0 - [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-v1.7.0...rmcp-v2.2.0) Updates `base64` to 0.23.0 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: pollster dependency-version: 1.0.1 dependency-type: direct:production dependency-group: cargo-major - dependency-name: skia-safe dependency-version: 0.99.0 dependency-type: direct:production dependency-group: cargo-major - dependency-name: x11rb dependency-version: 0.14.0 dependency-type: direct:production dependency-group: cargo-major - dependency-name: rmcp dependency-version: 2.2.0 dependency-type: direct:production dependency-group: cargo-major - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production dependency-group: cargo-major ... Signed-off-by: dependabot[bot] <support@github.com>
| miniscreenshot = { version = "0.3", path = "../miniscreenshot" } | ||
|
|
||
| rmcp = { version = "1.7", default-features = false, features = [ | ||
| rmcp = { version = "2.2", default-features = false, features = [ |
There was a problem hiding this comment.
WARNING: rmcp 2.2 introduces breaking model type changes
The rmcp 2.2.0 release explicitly lists a breaking change: "align model types with MCP 2025-11-25 spec". The miniscreenshot-mcp crate imports extensively from rmcp::model::*, uses rmcp::handler::server::* traits and macros (tool, tool_handler, tool_router), and relies on ServerHandler, Service<RoleServer>, and ErrorData types that may have changed. Verify that the crate compiles and all MCP tool behaviors remain correct before merging.
Reply with @kilocode-bot fix it to have Kilo Code address this issue.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (5 files)
Fix these issues in Kilo Cloud Reviewed by kimi-k2.6 · Input: 100.9K · Output: 11.3K · Cached: 1.2M |
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updates the requirements on pollster, skia-safe, x11rb, rmcp and base64 to permit the latest version.
Updates
pollsterto 1.0.1Changelog
Sourced from pollster's changelog.
Commits
Updates
skia-safeto 0.99.0Release notes
Sourced from skia-safe's releases.
Commits
a25a0fdMerge pull request #1300 from pragmatrix/edition-202425de0c4edition-2024: D3D clippy fixesbc2908afmt6f08e61edition-2024: Fix bindgen unsafe_op_in_unsafe_fn warningsc323518Port to Rust Edition 20242ecb1dfMerge pull request #1293 from pragmatrix/m1505e31d6am150: Bump version7397144m150: Update Skia85caeacm150: No invalid StrikRefs in Rust2dc0787m150: Fix IDE errors in bindings.cpp on macOSUpdates
x11rbto 0.14.0Changelog
Sourced from x11rb's changelog.
... (truncated)
Commits
6dedac4Update the version number for the next release29c5bd1Merge pull request #978 from psychon/uli/update-changelog222fdc0Update the changelog for the next release29b0d64Merge pull request #976 from psychon/update-libloadingd7981c5Allow using libloading 0.9.0ad66840Merge pull request #977 from psychon/fix-clippyc9fa1fextrace-example: Fix a new clippy warning213a633Merge pull request #975 from psychon/fix-msrv-check-removing-syn-v294e7f1aFix syn v2 pinning in msrv workflow4cd9f24Merge pull request #974 from psychon/fix-cut-buffer0Updates
rmcpto 2.2.0Release notes
Sourced from rmcp's releases.
Commits
5195776chore: release v2.2.0 (#953)6dd7b85chore(deps): update p256 requirement from 0.13 to 0.14 (#959)a037935fix: pass client conformance suite (#960)dbda50cfix: don't respond to cancelled requests (#957)45f2f72fix: fail orphaned streamable HTTP responses on reinit (#914)95490fafeat: reject auth servers lacking S256 PKCE support (#955)bdf0c32fix: address 2025-11-25 conformance audit findings (#951)8e44af4chore: release v2.1.0 (#950)4833ec7fix(transport): make AsyncRwTransport::receive cancel-safe (#941) (#947)5837e22fix(auth): preserve refresh_token when refresh response omits it (#949)Updates
base64to 0.23.0Changelog
Sourced from base64's changelog.
... (truncated)
Commits
9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition9d21a59Merge pull request #304 from marshallpierce/mp/custom-padding-rebasef70bad2Support custom padding symbols684d79cMerge pull request #301 from marshallpierce/mp/simd-gardening5bf66f2Merge pull request #284 from AbeZbm/add-testsd3831cfFollowups to SIMD workDependabot 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