Skip to content

Bump the cargo-major group across 1 directory with 4 updates - #22

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-3dcc717974
Closed

Bump the cargo-major group across 1 directory with 4 updates#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-3dcc717974

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pollster, skia-safe, x11rb and rmcp to permit the latest version.
Updates pollster to 1.0.1

Changelog

Sourced from pollster's changelog.

[1.0.1] - 2026-07-10

Fixed

  • Use doc_cfg instead of doc_auto_cfg for docsrs builds

[1.0.0] - 2026-07-09

Changed

  • FutureExt is now implemented for IntoFuture, not just Future

[0.4.0] - 2024-10-26

Added

  • MSRV policy

Removed

  • All unsafe code

Changed

  • Updated MSRV to 1.69
  • block_on now accepts IntoFuture instead of Future (this is a backward-compatible change)

[0.3.0] - 2023-02-07

Added

  • pollster::main and pollster::test procedural macros, akin to tokio::main and tokio::test

Changed

  • Improved performance by removing unnecessary allocation
Commits

Updates skia-safe to 0.99.0

Release notes

Sourced from skia-safe's releases.

0.99.0

This release aligns the Rust bindings to Skia's milestone 150 in #1284 and #1293 (Release Notes):

What's Changed

New Contributors

Full Changelog: rust-skia/rust-skia@0.97.2...0.99.0

Commits
  • a25a0fd Merge pull request #1300 from pragmatrix/edition-2024
  • 25de0c4 edition-2024: D3D clippy fixes
  • bc2908a fmt
  • 6f08e61 edition-2024: Fix bindgen unsafe_op_in_unsafe_fn warnings
  • c323518 Port to Rust Edition 2024
  • 2ecb1df Merge pull request #1293 from pragmatrix/m150
  • 5e31d6a m150: Bump version
  • 7397144 m150: Update Skia
  • 85caeac m150: No invalid StrikRefs in Rust
  • 2dc0787 m150: Fix IDE errors in bindings.cpp on macOS
  • Additional commits viewable in compare view

Updates x11rb to 0.14.0

Changelog

Sourced from x11rb's changelog.

Version 0.14.0 (2026-07-16)

New features:

  • Allow building with libloading 0.9.

Fixes:

  • Fix CUT_BUFFER0 to CUT_BUFFER7 atom names. The generated code previously used CUT_BUFFE_R0.

Breaking changes:

  • Drop abstract unix socket support, following a change in libxcb.
  • MSRV increased to Rust 1.68.
  • Update to raw-window-handle 0.6.

Minor changes:

  • Pin various dependencies in CI to keep the MSRV check working.
  • Fix various new clippy and Rust warnings.

Version 0.13.2 (2025-08-29)

New features:

  • Update cursor icon file search path to follow a change in libxcb-cursor which in turn was changed to follow libXcursor.
  • Get cursor theme name from $XCURSOR_THEME if set.
  • Added XCBConnection::from_existing_connection to allow wrapping anything that implements AsRawXcbConection. Without this function, unsafe code was required from the user.
  • Added raw-window-handle feature which makes XCBConnection implement HasRawDisplayHandle and WindowWrapper implement HasRawWindowHandle.
  • Use new hints.mostly-unused Cargo feature. This might improve compilation speed with nightly compilers.

Fixes:

  • Fix missing indentation in doc comments in generated code.
  • Fix a minor X11 resource leak in cursor code.
  • Gate tests behind the features they need so that cargo test --no-default-features works. This is now also tested in CI.
  • The present feature depends on dri3 to actually work, but this was not specified in Cargo.toml.

Breaking changes:

  • MSRV increased to Rust 1.64.

Minor changes:

  • Various minor changes to fix new compiler and clippy warnings and improve readability.
  • Use existing xcursor-rs crate for cursor and cursor theme file parsing instead of own code.
  • Updated dependencies to rustix 1.0, gethostname 1.0. This required a MSRV increase to Rust 1.64.

... (truncated)

Commits
  • 6dedac4 Update the version number for the next release
  • 29c5bd1 Merge pull request #978 from psychon/uli/update-changelog
  • 222fdc0 Update the changelog for the next release
  • 29b0d64 Merge pull request #976 from psychon/update-libloading
  • d7981c5 Allow using libloading 0.9.0
  • ad66840 Merge pull request #977 from psychon/fix-clippy
  • c9fa1fe xtrace-example: Fix a new clippy warning
  • 213a633 Merge pull request #975 from psychon/fix-msrv-check-removing-syn-v2
  • 94e7f1a Fix syn v2 pinning in msrv workflow
  • 4cd9f24 Merge pull request #974 from psychon/fix-cut-buffer0
  • Additional commits viewable in compare view

Updates rmcp to 2.2.0

Release notes

Sourced from rmcp's releases.

rmcp-macros-v2.2.0

Added

  • [breaking] align model types with MCP 2025-11-25 spec (#927)

Fixed

  • fill missing fully qualified syntax in prompt_handler macros (#866)

Other

  • align README examples with v2 model API (#928)
Commits
  • 5195776 chore: release v2.2.0 (#953)
  • 6dd7b85 chore(deps): update p256 requirement from 0.13 to 0.14 (#959)
  • a037935 fix: pass client conformance suite (#960)
  • dbda50c fix: don't respond to cancelled requests (#957)
  • 45f2f72 fix: fail orphaned streamable HTTP responses on reinit (#914)
  • 95490fa feat: reject auth servers lacking S256 PKCE support (#955)
  • bdf0c32 fix: address 2025-11-25 conformance audit findings (#951)
  • 8e44af4 chore: release v2.1.0 (#950)
  • 4833ec7 fix(transport): make AsyncRwTransport::receive cancel-safe (#941) (#947)
  • 5837e22 fix(auth): preserve refresh_token when refresh response omits it (#949)
  • Additional commits viewable in compare view

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 <dependency name> major version will 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 version will 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

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) and [rmcp](https://github.com/modelcontextprotocol/rust-sdk) 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)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
miniscreenshot = { version = "0.3", path = "../miniscreenshot" }

rmcp = { version = "1.7", default-features = false, features = [
rmcp = { version = "2.2", default-features = false, features = [

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: rmcp 2.2 includes breaking model type changes

The rmcp 2.2.0 release notes explicitly state a breaking change: "align model types with MCP 2025-11-25 spec". The current code imports rmcp::model::* and uses ErrorData, ServerHandler, RoleServer, CallToolResult, Content, ServerInfo, and ServerCapabilities — all of which may have changed shape or method signatures in v2.x. Verify compilation and runtime behavior before merging.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

# Pure-Rust X11 client; enable `allow-unsafe-code` so the optional SHM path
# can mmap the shared segment. `shm` exposes the MIT-SHM extension protocol.
x11rb = { version = "0.13", features = ["shm", "allow-unsafe-code"] }
x11rb = { version = "0.14", features = ["shm", "allow-unsafe-code"] }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: x11rb 0.14 raises MSRV to Rust 1.68

The x11rb 0.14 changelog lists "MSRV increased to Rust 1.68" as a breaking change. This workspace does not specify a rust-version in its Cargo.toml files, so downstream users building on compilers older than 1.68 will encounter build failures after this update. Consider documenting the effective MSRV if you intend to support older toolchains.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

@kilo-code-bot

kilo-code-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown

Code Review Summary

Status: 2 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
miniscreenshot-mcp/Cargo.toml 16 rmcp 2.2 includes breaking model type changes — verify compilation before merge

SUGGESTION

File Line Issue
miniscreenshot-x11/Cargo.toml 17 x11rb 0.14 raises MSRV to Rust 1.68 — consider documenting effective MSRV
Files Reviewed (5 files)
  • miniscreenshot-mcp/Cargo.toml — 1 issue
  • miniscreenshot-skia/Cargo.toml — 0 issues
  • miniscreenshot-vello/Cargo.toml — 0 issues
  • miniscreenshot-wgpu/Cargo.toml — 0 issues
  • miniscreenshot-x11/Cargo.toml — 1 issue

Fix these issues in Kilo Cloud


Reviewed by kimi-k2.6 · Input: 85.4K · Output: 13.4K · Cached: 550.9K

@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-major-3dcc717974 branch July 27, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants