Skip to content

build: bump the cargo-dependencies group across 1 directory with 14 updates#142

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-dependencies-7cf62d4c7d
Closed

build: bump the cargo-dependencies group across 1 directory with 14 updates#142
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-dependencies-7cf62d4c7d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the cargo-dependencies group with 13 updates in the / directory:

Package From To
iced 0.13.1 0.14.0
thiserror 2.0.17 2.0.18
uuid 1.18.1 1.19.0
glam 0.30.8 0.30.10
cxx 1.0.187 1.0.192
cmake 0.1.54 0.1.57
criterion 0.7.0 0.8.1
serde_json 1.0.145 1.0.149
erased-serde 0.4.8 0.4.9
log 0.4.28 0.4.29
quote 1.0.41 1.0.43
syn 2.0.107 2.0.114
proc-macro2 1.0.101 1.0.105

Updates iced from 0.13.1 to 0.14.0

Release notes

Sourced from iced's releases.

0.14.0

Added

  • Reactive rendering. #2662
  • Time travel debugging. #2910
  • Animation API for application code. #2757
  • Headless mode testing. #2698
  • First-class end-to-end testing. #3059
  • Input method support. #2777
  • Hot reloading. #3000
  • Concurrent image decoding and uploading (and more cool stuff). #3092
  • comet debugger and devtools foundations. #2879
  • Presentation metrics for comet. #2881
  • Custom performance metrics for comet. #2891
  • Smart scrollbars. #2922
  • System theme reactions. #3051
  • table widget. #3018
  • grid widget. #2885
  • sensor widget. #2751
  • float widget and other cool stuff. #2916
  • pin widget. #2673
  • wrap method for column widget. #2884
  • auto_scroll support for scrollable widget. #2973
  • delay support for tooltip widget. #2960
  • Auto strategy to text::Shaping. #3048
  • Incremental markdown parsing. #2776
  • Customizable markdown rendering and image support. #2786
  • Quote support for markdown widget. #3005
  • Tasklist support for markdown widget. #3022
  • crisp feature for default quad snapping. #2969
  • Basic layer merging for graphics::layer::Stack. #3033
  • Headless mode for iced_wgpu and concurrency foundations. #2857
  • Primitive culling in column and row widgets. #2611
  • Lazy Compositor initialization in winit shell. #2722
  • Support for Justified text alignment. #2836
  • Support for double click event to mouse_area. #2602
  • Default implementation for iced_wgpu::geometry::Cache. #2619
  • physical_key field to KeyReleased event. #2608
  • total_size method for qr_code widget. #2606
  • PartialEq implementations for widget styles. #2637
  • Send marker to iced_wgpu::Renderer by using Arc in caches. #2692
  • Disabled Status for scrollbar widget. #2585
  • warning color to theme::Palette. #2607
  • maximized and fullscreen fields to window::Settings. #2627
  • window tasks for controlling sizes and resize increments. #2633
  • window task for drag resizing. #2642
  • Helper functions for alignment to widget module. #2746
  • time::repeat subscription. #2747
  • Vertical support for progress_bar. #2748
  • scale support for image widget. #2755
  • LineEnding support for text_editor. #2759

... (truncated)

Changelog

Sourced from iced's changelog.

[0.14.0] - 2025-12-07

Added

  • Reactive rendering. #2662
  • Time travel debugging. #2910
  • Animation API for application code. #2757
  • Headless mode testing. #2698
  • First-class end-to-end testing. #3059
  • Input method support. #2777
  • Hot reloading. #3000
  • Concurrent image decoding and uploading (and more cool stuff). #3092
  • comet debugger and devtools foundations. #2879
  • Presentation metrics for comet. #2881
  • Custom performance metrics for comet. #2891
  • Smart scrollbars. #2922
  • System theme reactions. #3051
  • table widget. #3018
  • grid widget. #2885
  • sensor widget. #2751
  • float widget and other cool stuff. #2916
  • pin widget. #2673
  • wrap method for column widget. #2884
  • auto_scroll support for scrollable widget. #2973
  • delay support for tooltip widget. #2960
  • Auto strategy to text::Shaping. #3048
  • Incremental markdown parsing. #2776
  • Customizable markdown rendering and image support. #2786
  • Quote support for markdown widget. #3005
  • Tasklist support for markdown widget. #3022
  • crisp feature for default quad snapping. #2969
  • Basic layer merging for graphics::layer::Stack. #3033
  • Headless mode for iced_wgpu and concurrency foundations. #2857
  • Primitive culling in column and row widgets. #2611
  • Lazy Compositor initialization in winit shell. #2722
  • Support for Justified text alignment. #2836
  • Support for double click event to mouse_area. #2602
  • Default implementation for iced_wgpu::geometry::Cache. #2619
  • physical_key field to KeyReleased event. #2608
  • total_size method for qr_code widget. #2606
  • PartialEq implementations for widget styles. #2637
  • Send marker to iced_wgpu::Renderer by using Arc in caches. #2692
  • Disabled Status for scrollbar widget. #2585
  • warning color to theme::Palette. #2607
  • maximized and fullscreen fields to window::Settings. #2627
  • window tasks for controlling sizes and resize increments. #2633
  • window task for drag resizing. #2642
  • Helper functions for alignment to widget module. #2746
  • time::repeat subscription. #2747
  • Vertical support for progress_bar. #2748
  • scale support for image widget. #2755
  • LineEnding support for text_editor. #2759

... (truncated)

Commits
  • 3997291 Remove dev pre-release label
  • a90f523 Point documentation links to 0.14 branch
  • 8d7aac9 Use crates.io release of winit 🎉
  • b11ad9f Fix standalone compilation of iced_test subcrate
  • 6ad39fe Enable x11 and wayland by default in iced_tiny_skia
  • 349e40f Enable std and async-await of futures dependency
  • b807f50 Remove inconsistent period in description metadata
  • c596150 Add missing description metadata to subcrates
  • b32ea0f Update Cargo.lock
  • 62bf865 Update outdated debug overlay in README
  • Additional commits viewable in compare view

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates uuid from 1.18.1 to 1.19.0

Release notes

Sourced from uuid's releases.

v1.19.0

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.1...v1.19.0

Commits
  • 7527cef Merge pull request #849 from uuid-rs/cargo/v1.19.0
  • d0422fa prepare for 1.19.0 release
  • f9a36e2 Merge pull request #848 from paolobarbolini/maintenance
  • 029a57e Fix most clippy warnings
  • e73bb27 Upgrade to 2021 edition
  • c597622 Merge pull request #843 from paolobarbolini/serde_core-migration
  • 9835bd6 Switch serde dependency to serde_core
  • See full diff in compare view

Updates glam from 0.30.8 to 0.30.10

Changelog

Sourced from glam's changelog.

[0.30.10] - 2026-01-07

Added

  • Added float vector exp2, ln and log2 methods.

  • Added convenience methods for working with homogeneous coordinates, including 3D vector from_homogeneous and to_homogeneous and 4D vector project.

Fixed

  • Fixed rand UniformSampler new_inclusive methods so they're actually inclusive.

[0.30.9] - 2025-10-28

Added

  • Added 3D vector rotate_x, rotate_y, rotate_z and rotate_axis methods.

  • Added arbitrary feature, providing arbitrary trait implementations for glam types.

  • Added zerocopy feature, providing zerocopy trait implementations for glam types.

Changed

  • Made the threshold used in DQuat::is_near_identity() more precise, previously it used the same threshold as Quat::is_near_identity.
Commits

Updates cxx from 1.0.187 to 1.0.192

Release notes

Sourced from cxx's releases.

1.0.192

1.0.191

  • Suppress a GCC 15 warning false-positive in generated C++ code (#1686)

1.0.190

  • Fix spacing of enum variant static assertions (#1675)

1.0.189

  • Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds (#1665, thanks @​anforowicz)

1.0.188

  • Support using a generated Rust file as source file for bridge (#1668, thanks @​phil-opp)
Commits
  • 0d80b35 Release 1.0.192
  • 7672ce9 Touch up PR 1681
  • 7b522fe Merge pull request #1681 from anforowicz/vec-of-box
  • 7a9cad2 Add support for Vec\<Box<T>>.
  • de37eeb Avoid duplicate errors for impl UniquePtr\<Vec<u8>> {}.
  • 66774a5 Replace fn local_type in generics.rs with more granular functions.
  • 6ab7caa Release 1.0.191
  • 1e7f23c Lockfile update
  • 133292f Merge pull request #1686 from dtolnay/mismatchnewdelete
  • 17ba90c Ignore GCC 15's new mismatched-new-delete
  • Additional commits viewable in compare view

Updates cxx-build from 1.0.187 to 1.0.192

Release notes

Sourced from cxx-build's releases.

1.0.192

1.0.191

  • Suppress a GCC 15 warning false-positive in generated C++ code (#1686)

1.0.190

  • Fix spacing of enum variant static assertions (#1675)

1.0.189

  • Incorporate version number into cxx-generated symbol names to enforce version parity between C++ and Rust code generators in non-Cargo builds (#1665, thanks @​anforowicz)

1.0.188

  • Support using a generated Rust file as source file for bridge (#1668, thanks @​phil-opp)
Commits
  • 0d80b35 Release 1.0.192
  • 7672ce9 Touch up PR 1681
  • 7b522fe Merge pull request #1681 from anforowicz/vec-of-box
  • 7a9cad2 Add support for Vec\<Box<T>>.
  • de37eeb Avoid duplicate errors for impl UniquePtr\<Vec<u8>> {}.
  • 66774a5 Replace fn local_type in generics.rs with more granular functions.
  • 6ab7caa Release 1.0.191
  • 1e7f23c Lockfile update
  • 133292f Merge pull request #1686 from dtolnay/mismatchnewdelete
  • 17ba90c Ignore GCC 15's new mismatched-new-delete
  • Additional commits viewable in compare view

Updates cmake from 0.1.54 to 0.1.57

Release notes

Sourced from cmake's releases.

v0.1.57

Fixed

  • Revert canonicalizing the build directory and make the path absolute instead (#267)

v0.1.56

Other

  • Fallback to bundled CMake if present (#264)
  • Use cmake -B only for v3.13 and later (#262)

v0.1.55

Other

  • Remove the \\?\ prefix from paths (#259)
  • Add Visual Studio 2026 support (#255)
  • Make sure that cmake generate build files in current dir (#194)
  • Set the MSRV to 1.65 and test this in CI
  • Canonicalize the build directory
  • Use eprintln instead to print the command running next (#191)
Changelog

Sourced from cmake's changelog.

0.1.57 - 2025-12-17

Fixed

  • Revert canonicalizing the build directory and make the path absolute instead (#267)

0.1.56 - 2025-12-13

Other

  • Fallback to bundled CMake if present (#264)
  • Use cmake -B only for v3.13 and later (#262)

0.1.55 - 2025-12-11

Other

  • Remove the \\?\ prefix from paths (#259)
  • Add Visual Studio 2026 support (#255)
  • Make sure that cmake generate build files in current dir (#194)
  • Set the MSRV to 1.65 and test this in CI
  • Canonicalize the build directory
  • Use eprintln instead to print the command running next (#191)
Commits
  • 434afe6 chore: release v0.1.57 (#268)
  • 899f26d Revert canonicalizing the build directory and make the path absolute instead ...
  • b8fb301 chore: release v0.1.56 (#263)
  • 120d739 MSVC: Fallback to bundled CMake if present (#264)
  • 060922d cmake -B only for v3.13 and later (#262)
  • c460840 chore: release v0.1.55 (#249)
  • 08af05c Windows: Remove the \\?\ prefix from paths (#259)
  • 6e68d9c Add Visual Studio 2026 support (#255)
  • b59be3b Make sure that cmake generate build files in current dir (#194)
  • e6bfc1c Set the MSRV to 1.65 and test this in CI
  • Additional commits viewable in compare view

Updates criterion from 0.7.0 to 0.8.1

Release notes

Sourced from criterion's releases.

criterion-plot-v0.8.1

Fixed

  • Typo

criterion-v0.8.1

Fixed

  • Homepage link

Other

  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

criterion-plot-v0.8.0

No release notes provided.

criterion-v0.8.0

BREAKING

  • Drop async-std support

Changed

  • Bump MSRV to 1.86, stable to 1.91.1

Added

  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)

Fixed

  • Fix plotting NaN bug

Other

  • Remove Master API Docs links temporarily while we restore the docs publishing.
Changelog

Sourced from criterion's changelog.

0.8.1 - 2025-12-07

Fixed

  • Homepage link

Other

  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

0.8.0 - 2025-11-29

BREAKING

  • Drop async-std support

Changed

  • Bump MSRV to 1.86, stable to 1.91.1

Added

  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)

Fixed

  • Fix plotting NaN bug

Other

  • Remove Master API Docs links temporarily while we restore the docs publishing.
Commits
  • e4e06df chore: release v0.8.1
  • aa548b9 fix: Homepage link
  • 950c3b7 fix: Typo
  • 7e3e50c chore(deps): bump crate-ci/typos from 1.23.5 to 1.40.0
  • 391a99a chore(deps): bump jontze/action-mdbook from 3 to 4
  • 8fb9a87 chore(deps): bump actions/checkout from 4 to 6
  • b49ade7 chore: release v0.8.0
  • See full diff in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates erased-serde from 0.4.8 to 0.4.9

Release notes

Sourced from erased-serde's releases.

0.4.9

  • Allow underlying serializer to dangle during erased serializer drop (#117)
Commits
  • 6cf88b3 Release 0.4.9
  • 3380fe5 Merge pull request #118 from dtolnay/up
  • 2c28047 Raise required compiler to Rust 1.68
  • ce1d9b0 Resolve manual_let_else pedantic clippy lints
  • 6b1ccae Raise required compiler to Rust 1.65
  • eba735a Merge pull request #117 from dtolnay/dangle
  • 0d5413b Allow underlying serializer to dangle during erased serializer drop
  • 705213a Add test dropping erased serializers in reverse order
  • a9128c1 Raise minimum tested compiler to rust 1.76
  • b530324 Opt in to generate-macro-expansion when building on docs.rs
  • See full diff in compare view

Updates log from 0.4.28 to 0.4.29

Release notes

Sourced from log's releases.

0.4.29

MSRV

This release increases log's MSRV from 1.61.0 to 1.68.0.

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Changelog

Sourced from log's changelog.

[0.4.29] - 2025-12-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.28...0.4.29

Commits
  • b1e2df7 Merge pull request #719 from rust-lang/cargo/0.4.29
  • 3fe1a54 prepare for 0.4.29 release
  • 7a432d9 Merge pull request #718 from rust-lang/ci/msrv
  • 0689d56 rebump msrv to 1.68.0
  • 46b448e try drop msrv back to 1.61.0
  • 929ab38 fix up doc test feature gate
  • 957cece bump serde-dependent crates
  • bea40c8 bump msrv to 1.68.0
  • c540184 Merge pull request #716 from rust-lang/ci-smaller-matrix2
  • c971e63 Merge branch 'master' into ci-smaller-matrix2
  • Additional commits viewable in compare view

Updates quote from 1.0.41 to 1.0.43

Release notes

Sourced from quote's releases.

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)

1.0.42

Commits
  • 635ee67 Release 1.0.43
  • 5f605a6 Reorder module-level attributes in crate root
  • 9c63cee Delete html_root_url comment
  • 009af09 Disallow direct use of quote v1 as a no-std crate
  • 546c7c2 Merge pull request 320 from tamird/no-std
  • fc59136 Merge pull request #319 from tamird/fix-tests
  • b3faa37 Make the crate no_std
  • 8e70480 Merge pull request #318 from tamird/more-core
  • 3b9996b tests: fix compilation with --no-default-features
  • 4d1e4fe Change std imports to core/alloc
  • Additional commits viewable in compare view

Updates syn from 2.0.107 to 2.0.114

Release notes

Sourced from syn's releases.

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)

2.0.113

  • Allow parsing TypeParam with colon not followed by any type param bounds (#1953, thanks @​wyfo)

2.0.112

2.0.111

  • Allow first argument of braced!, bracketed!, parenthesized! to be an otherwise unused variable (#1946)

2.0.110

  • Tweaks to improve build speed (#1939, thanks @​dishmaker)
  • Make syn::ext::IdentExt::unraw available without "parsing" feature (#1940)
  • Support parsing syn::Meta followed by => (#1944)

2.0.109

2.0.108

  • Parse unrecognized or invalid literals as Lit::Verbatim (#1925)
Commits

Updates proc-macro2 from 1.0.101 to 1.0.105

Release notes

Sourced from proc-macro2's releases.

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)

1.0.104

1.0.103

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#525)

1.0.102

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#523, #524)
Commits
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • 876f800 CStr is available in core since Rust 1.64
  • 4321369 Release 1.0.104
  • 9561144 Merge pull request #527 from dtolnay/extend
  • 57fed01 Update actions/upload-artifact@v5 -> v6
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 upgr...

Description has been truncated

…pdates

Bumps the cargo-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [iced](https://github.com/iced-rs/iced) | `0.13.1` | `0.14.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.1` | `1.19.0` |
| [glam](https://github.com/bitshifter/glam-rs) | `0.30.8` | `0.30.10` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.187` | `1.0.192` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.54` | `0.1.57` |
| [criterion](https://github.com/criterion-rs/criterion.rs) | `0.7.0` | `0.8.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [erased-serde](https://github.com/dtolnay/erased-serde) | `0.4.8` | `0.4.9` |
| [log](https://github.com/rust-lang/log) | `0.4.28` | `0.4.29` |
| [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.43` |
| [syn](https://github.com/dtolnay/syn) | `2.0.107` | `2.0.114` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.101` | `1.0.105` |



Updates `iced` from 0.13.1 to 0.14.0
- [Release notes](https://github.com/iced-rs/iced/releases)
- [Changelog](https://github.com/iced-rs/iced/blob/master/CHANGELOG.md)
- [Commits](iced-rs/iced@0.13.1...0.14.0)

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `uuid` from 1.18.1 to 1.19.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.1...v1.19.0)

Updates `glam` from 0.30.8 to 0.30.10
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.30.8...0.30.10)

Updates `cxx` from 1.0.187 to 1.0.192
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.187...1.0.192)

Updates `cxx-build` from 1.0.187 to 1.0.192
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.187...1.0.192)

Updates `cmake` from 0.1.54 to 0.1.57
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.54...v0.1.57)

Updates `criterion` from 0.7.0 to 0.8.1
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.1)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `erased-serde` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/dtolnay/erased-serde/releases)
- [Commits](dtolnay/erased-serde@0.4.8...0.4.9)

Updates `log` from 0.4.28 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.28...0.4.29)

Updates `quote` from 1.0.41 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.41...1.0.43)

Updates `syn` from 2.0.107 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.107...2.0.114)

Updates `proc-macro2` from 1.0.101 to 1.0.105
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.101...1.0.105)

---
updated-dependencies:
- dependency-name: iced
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: uuid
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: glam
  dependency-version: 0.30.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cxx
  dependency-version: 1.0.192
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cxx-build
  dependency-version: 1.0.192
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cmake
  dependency-version: 0.1.57
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: criterion
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: erased-serde
  dependency-version: 0.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

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 Jan 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

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

@dependabot dependabot bot closed this Feb 2, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-7cf62d4c7d branch February 2, 2026 18:58
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