Skip to content

Bump the cargo-major group across 1 directory with 6 updates - #24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-eaf2b7b07f
Open

Bump the cargo-major group across 1 directory with 6 updates#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-major-eaf2b7b07f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on pollster, skia-safe, vello, x11rb, rmcp and base64 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 vello to 0.10.0

Release notes

Sourced from vello's releases.

v0.10.0

Crates.io | Docs

This release has an MSRV of 1.88.

Added

  • Support for gradient interpolation in the unpremultiplied alpha space. (#1268 by @​sagudev)

Changed

Fixed

  • Rendering scenes whose binning requires more than 256 bins. (#1700 by @​b0nes164)
  • Image textures are now explicitly destroyed when freed, releasing their GPU resources promptly. (#1777 by @​timon-schelling)

This release also coincides with the release of v0.10.0 of Vello Shaders:

Crates.io | Docs

and Vello Encoding:

Crates.io | Docs

New Contributors

Full Changelog: linebender/vello@v0.9.0...v0.10.0

Changelog

Sourced from vello's changelog.

[0.10.0][] - 2026-08-14

This release has an [MSRV][] of 1.88.

Added

  • Support for gradient interpolation in the unpremultiplied alpha space. (#1268[] by [@​sagudev][])

Changed

Fixed

  • Rendering scenes whose binning requires more than 256 bins. (#1700[] by [@​b0nes164][])
  • Image textures are now explicitly destroyed when freed, releasing their GPU resources promptly. (#1777[] by [@​timon-schelling][])

[0.9.0][] - 2026-05-15

This release has an [MSRV][] of 1.88.

Added

  • Breaking change in vello_encoding: GlyphRun now has a font_embolden field. Use FontEmbolden::default() to preserve the previous behavior. vello now re-exports FontEmbolden and exposes DrawGlyphs::font_embolden for synthetic font emboldening. (#1628[] by [@​jrmoulton][])
  • Breaking change in vello_encoding: GlyphRun now has a brush_transform field. Use None to preserve the previous behavior. vello now exposes DrawGlyphs::brush_transform for transforming gradient and image brush contents independently from glyph geometry. (#1632[] by [@​waywardmonkeys][])

Changed

Fixed

  • Blurry image rendering due to incorrect half-pixel offset. (#1606[] by [@​Keavon][] and [@​xStrom][])
  • Inactive clip_leaf shader lanes no longer perform invalid shared-memory reads, fixing black frames for some clip-layer scenes on Android/Vulkan. (#1637[] by [@​gugutu][])
  • Override image atlas entries are now marked dirty when override textures are inserted, removed, or explicitly refreshed with Renderer::mark_override_image_dirty. (#1638[] by [@​waywardmonkeys][] and [@​raphlinus][])

[0.8.0][] - 2026-03-20

This release has an [MSRV][] of 1.92.

Changed

  • Breaking change: wgpu has been updated to v28. (#1492[] by [@​xStrom][])

[0.7.0][] - 2026-01-13

... (truncated)

Commits
  • fc0badd Bump vello to v0.10.0 (#1828)
  • ea474c2 Don't enable WGPU in std (#1822)
  • dbb3992 vello_hybrid: Prohibit dynamic indexing (#1821)
  • 1a661c3 vello_hybrid: Read pixel pack buffer data into JS array first (#1814)
  • 522c4ed refactor: split WESL shaders into helper modules (#1818)
  • 08576de vello_hybrid: Support extend modes for external texture rects (#1813)
  • 3e6bb96 vello_hybrid: Add support for setting a transparency hint for external textur...
  • 016342d Run tests with debug assertions enabled (#1748)
  • 5649225 vello_hybrid: Add more descriptive message if WebGl2 context creation fails (...
  • 0d25341 refactor: move hybrid depth texture ownership to callers (#1810)
  • 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 3.1.4

Release notes

Sourced from rmcp's releases.

rmcp-macros-v3.1.4

Fixed

  • time out auto discovery probe (#1149)
Commits

Updates base64 to 0.23.1

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures

0.23.0

  • Added more consts for preconfigured configs and engines
  • Make DecodeError::InvalidLastSymbol more clear by including the decoded value
  • Added SIMD-accelerated engines behind the default-on simd-unsafe feature: Simd picks the best instruction set at runtime (AVX2 on x86_64, NEON on aarch64) and falls back to the scalar GeneralPurpose engine, while Avx2 and Neon target one instruction set with no runtime detection and work in no_std. The engines support the standard and URL-safe alphabets.
  • Update MSRV to 1.71.0
  • Add support for custom padding symbols

0.22.1

  • Correct the symbols used for the predefined alphabet::BIN_HEX.

0.22.0

  • DecodeSliceError::OutputSliceTooSmall is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning that Engine::decode_slice can now be used with exactly-sized output slices. As part of this, Engine::internal_decode now returns DecodeSliceError instead of DecodeError, but that is not expected to affect any external callers.
  • DecodeError::InvalidLength now refers specifically to the number of valid symbols being invalid (i.e. len % 4 == 1), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for either InvalidLength or InvalidByte being appropriate.
  • Decoding is somewhat faster (5-10%)

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example

0.21.5

  • Add Debug and Clone impls for the general purpose Engine

0.21.4

  • Make encoded_len const, allowing the creation of arrays sized to encode compile-time-known data lengths

0.21.3

  • Implement source instead of cause on Error types
  • Roll back MSRV to 1.48.0 so Debian can continue to live in a time warp
  • Slightly faster chunked encoding for short inputs
  • Decrease binary size

0.21.2

... (truncated)

Commits
  • 069bf70 v0.23.1
  • 6ab1fb0 Merge pull request #310 from musicinmybrain/test-on-non-simd-arches
  • 7cffce6 Fix testing on architectures without unsafe SIMD support
  • e34f9a0 Merge pull request #308 from atouchet/com
  • e9240c9 Remove outdated comment
  • 9e9220a v0.23.0
  • 870326e Merge pull request #306 from marshallpierce/mp/trailing-bits-docs
  • fbec5f1 Document no trailing trailing bits
  • 0a23549 Merge pull request #305 from marshallpierce/mp/edition-2021
  • f10b7e2 Update deps & edition
  • 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), [vello](https://github.com/linebender/vello), [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 `vello` to 0.10.0
- [Release notes](https://github.com/linebender/vello/releases)
- [Changelog](https://github.com/linebender/vello/blob/main/CHANGELOG.md)
- [Commits](linebender/vello@v0.9.0...v0.10.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 3.1.4
- [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-v3.1.4)

Updates `base64` to 0.23.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.0...v0.23.1)

---
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: vello
  dependency-version: 0.10.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: 3.1.4
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: base64
  dependency-version: 0.23.1
  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 Aug 24, 2026
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