Skip to content

chore(deps): bump the rust group with 2 updates - #62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-45c05e315e
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-45c05e315e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust group with 2 updates: sdl3 and ureq.

Updates sdl3 from 0.18.4 to 0.20.0

Release notes

Sourced from sdl3's releases.

Release v0.20.0

What's Changed

New Contributors

Full Changelog: vhspace/sdl3-rs@v0.19.0...v0.20.0

Changelog

Sourced from sdl3's changelog.

[0.20.0] - 2026-09-07

Added

  • Initial SDL3_net bindings (#390)
  • Add consistent raw pointer access across wrapper types (#328)
  • Accept FnMut closures in enumerate_directory (#383)
  • Add text input properties and get text input area (#436)

Changed

  • Rename Controller* events to Gamepad* for SDL3 consistency (#323)

Fixed

  • Use JoystickId for joystick/gamepad event which fields (#322)
  • Add Display and Error impls to PropertiesError (#439)
  • Handle null texture case in wait_and_acquire_swapchain_texture (#444)
  • Update render_geometry_raw docs from Color -> FColor (#447)

Dependencies

  • Bump wgpu to 30 and update the raw-window-handle example (#434)
  • Bump softprops/action-gh-release from 3.0.1 to 3.0.2 (#421)
  • Bump orhun/git-cliff-action from 4.8.0 to 4.9.0 (#445)

[0.19.0] - 2026-09-06

Added

  • Add Texture::with_surface (#442)
  • Add FingerCanceled to EventType and Event. (#438)
  • Add RenderPass::bind_vertex_samplers (#440)
  • Add window properties, shape, and safe area APIs (#428)
  • Add optional Debug impls (#424)
  • Add safe set_blend_constants method (#411)
  • Support loading/saving PNGs without image feature (#393)
  • Return error when enabling/disabling screen saver (#392)

Changed

  • Update sdl3-sys to 0.7 (#446)
  • Update status of SDL_sound and SDL_net (#441)
  • Implemented set_app_metadata and set_app_metadata_property. (#418)
  • Sync mod state with sdl3 doc (#417)
  • Fix Windows build by forcing Ninja cmake generator (#407)
  • Allow 'net' scope in PR title linter (#391)
  • Fix potential ub in find_glyph_metrics (#387)

Dependencies

  • Bump env_logger from 0.11.10 to 0.11.11 (#409)
  • Bump sdl3-main from 0.6.3 to 0.6.4 (#404)
  • Bump rand from 0.10.1 to 0.10.2 (#415)
  • Bump pollster from 0.4.0 to 1.0.1 (#420)
  • Bump bitflags from 2.11.1 to 2.13.1 (#423)
  • Bump libc from 0.2.186 to 0.2.189 (#427)

... (truncated)

Commits
  • 0ffa35e chore: Release sdl3 version 0.20.0
  • 8bdb6df chore: update CHANGELOG.md (#386)
  • c9d92f9 refactor: rename Controller* events to Gamepad* for SDL3 consistency (#323)
  • 6f25e2d feat(net): initial SDL3_net bindings (#390)
  • 8e5d1e7 chore(deps): bump wgpu to 30 and update the raw-window-handle example (#434)
  • d607784 fix: use JoystickId for joystick/gamepad event which fields (#322)
  • 0bbe9c2 feat: add consistent raw pointer access across wrapper types (#328)
  • 4e09bde feat: accept FnMut closures in enumerate_directory (#383)
  • 34c0b06 chore(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 (#421)
  • 05d5d59 feat(keyboard): add text input properties and get text input area (#436)
  • Additional commits viewable in compare view

Updates ureq from 3.4.0 to 3.4.1

Changelog

Sourced from ureq's changelog.

3.4.1

  • Bump ureq-proto to 0.6.2 (fixes to parsing and headers) #1199
  • Do not pool connections with unconsumed buffered input #1198
  • Fix timeout budgets restarting and applying to later phases #1194
  • Complete TLS handshake during connect so timeout_connect covers it #1193
  • Speed up read_json for responses with a known, small body size #1191
Commits

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

Bumps the rust group with 2 updates: [sdl3](https://github.com/vhspace/sdl3-rs) and [ureq](https://github.com/algesten/ureq).


Updates `sdl3` from 0.18.4 to 0.20.0
- [Release notes](https://github.com/vhspace/sdl3-rs/releases)
- [Changelog](https://github.com/vhspace/sdl3-rs/blob/master/CHANGELOG.md)
- [Commits](vhspace/sdl3-rs@v0.18.4...v0.20.0)

Updates `ureq` from 3.4.0 to 3.4.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: sdl3
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
- dependency-name: ureq
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

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 Sep 12, 2026
@zoeyrose zoeyrose moved this to Review in Atrinik work Sep 12, 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

Status: Review

Development

Successfully merging this pull request may close these issues.

1 participant