Skip to content

build(deps): bump the patch-updates group with 13 updates#1042

Merged
pamburus merged 1 commit intomasterfrom
dependabot/cargo/patch-updates-c3e926674c
Sep 19, 2025
Merged

build(deps): bump the patch-updates group with 13 updates#1042
pamburus merged 1 commit intomasterfrom
dependabot/cargo/patch-updates-c3e926674c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 19, 2025

Bumps the patch-updates group with 13 updates:

Package From To
config 0.15.15 0.15.16
serde 1.0.221 1.0.225
serde_json 1.0.144 1.0.145
cc 1.2.37 1.2.38
erased-serde 0.4.7 0.4.8
find-msvc-tools 0.1.1 0.1.2
indexmap 2.11.1 2.11.4
libredox 0.1.9 0.1.10
semver 1.0.26 1.0.27
serde-untagged 0.1.8 0.1.9
serde_core 1.0.221 1.0.225
serde_derive 1.0.221 1.0.225
yaml-rust2 0.10.3 0.10.4

Updates config from 0.15.15 to 0.15.16

Changelog

Sourced from config's changelog.

[0.15.16] - 2025-09-15

Performance

  • Allow more build parallelism by depending on serde_core
Commits

Updates serde from 1.0.221 to 1.0.225

Release notes

Sourced from serde's releases.

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)
Commits
  • 1d7899d Release 1.0.225
  • 97168d3 Touch up PR 2879
  • 373b11d Merge pull request 2879 from rcrisanti/fix/silence-deprecation-warnings-derive
  • 69072f2 Merge pull request 2931 from Mingun/unify-serde-access
  • 5b37e8a Merge pull request #2980 from dtolnay/private
  • b47f4df Unify access to the serde namespace
  • cbe98a9 Use differently named __private module per patch release
  • 957996f Make all use of __private go through interpolation
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • Additional commits viewable in compare view

Updates serde_json from 1.0.144 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220
Commits

Updates cc from 1.2.37 to 1.2.38

Changelog

Sourced from cc's changelog.

1.2.38 - 2025-09-19

Other

  • updated the following local packages: find-msvc-tools
Commits

Updates erased-serde from 0.4.7 to 0.4.8

Release notes

Sourced from erased-serde's releases.

0.4.8

  • Raise serde version requirement to >=1.0.220
Commits

Updates find-msvc-tools from 0.1.1 to 0.1.2

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.2

Other

  • [win] Search the Windows SDK for tools as well (#1553)
Commits

Updates indexmap from 2.11.1 to 2.11.4

Changelog

Sourced from indexmap's changelog.

2.11.4 (2025-09-18)

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

2.11.3 (2025-09-15)

  • Make the minimum serde version only apply when "serde" is enabled.

2.11.2 (2025-09-15)

  • Switched the "serde" feature to depend on serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".
Commits

Updates libredox from 0.1.9 to 0.1.10

Updates semver from 1.0.26 to 1.0.27

Release notes

Sourced from semver's releases.

1.0.27

  • Switch serde dependency to serde_core (#333)
Commits

Updates serde-untagged from 0.1.8 to 0.1.9

Release notes

Sourced from serde-untagged's releases.

0.1.9

  • Switch serde dependency to serde_core (#11)
Commits

Updates serde_core from 1.0.221 to 1.0.225

Release notes

Sourced from serde_core's releases.

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)
Commits
  • 1d7899d Release 1.0.225
  • 97168d3 Touch up PR 2879
  • 373b11d Merge pull request 2879 from rcrisanti/fix/silence-deprecation-warnings-derive
  • 69072f2 Merge pull request 2931 from Mingun/unify-serde-access
  • 5b37e8a Merge pull request #2980 from dtolnay/private
  • b47f4df Unify access to the serde namespace
  • cbe98a9 Use differently named __private module per patch release
  • 957996f Make all use of __private go through interpolation
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.221 to 1.0.225

Release notes

Sourced from serde_derive's releases.

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)
Commits
  • 1d7899d Release 1.0.225
  • 97168d3 Touch up PR 2879
  • 373b11d Merge pull request 2879 from rcrisanti/fix/silence-deprecation-warnings-derive
  • 69072f2 Merge pull request 2931 from Mingun/unify-serde-access
  • 5b37e8a Merge pull request #2980 from dtolnay/private
  • b47f4df Unify access to the serde namespace
  • cbe98a9 Use differently named __private module per patch release
  • 957996f Make all use of __private go through interpolation
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • Additional commits viewable in compare view

Updates yaml-rust2 from 0.10.3 to 0.10.4

Release notes

Sourced from yaml-rust2's releases.

v0.10.4

  • Parse True, TRUE, False and FALSE as bools instead of strings. This is in line with the core schema.
  • Fixed build with --no-default-features (#60)
Changelog

Sourced from yaml-rust2's changelog.

v0.10.4

Bug fixes

  • Parse True, TRUE, False and FALSE as bools instead of strings. This is in line with the core schema.
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 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 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 patch-updates group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [config](https://github.com/rust-cli/config-rs) | `0.15.15` | `0.15.16` |
| [serde](https://github.com/serde-rs/serde) | `1.0.221` | `1.0.225` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.144` | `1.0.145` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.37` | `1.2.38` |
| [erased-serde](https://github.com/dtolnay/erased-serde) | `0.4.7` | `0.4.8` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.1` | `0.1.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.1` | `2.11.4` |
| libredox | `0.1.9` | `0.1.10` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [serde-untagged](https://github.com/dtolnay/serde-untagged) | `0.1.8` | `0.1.9` |
| [serde_core](https://github.com/serde-rs/serde) | `1.0.221` | `1.0.225` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.221` | `1.0.225` |
| [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) | `0.10.3` | `0.10.4` |


Updates `config` from 0.15.15 to 0.15.16
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.15...v0.15.16)

Updates `serde` from 1.0.221 to 1.0.225
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.221...v1.0.225)

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

Updates `cc` from 1.2.37 to 1.2.38
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.37...cc-v1.2.38)

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

Updates `find-msvc-tools` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.1...find-msvc-tools-v0.1.2)

Updates `indexmap` from 2.11.1 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.11.1...2.11.4)

Updates `libredox` from 0.1.9 to 0.1.10

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `serde-untagged` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/dtolnay/serde-untagged/releases)
- [Commits](dtolnay/serde-untagged@0.1.8...0.1.9)

Updates `serde_core` from 1.0.221 to 1.0.225
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.221...v1.0.225)

Updates `serde_derive` from 1.0.221 to 1.0.225
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.221...v1.0.225)

Updates `yaml-rust2` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/Ethiraric/yaml-rust2/releases)
- [Changelog](https://github.com/Ethiraric/yaml-rust2/blob/master/CHANGELOG.md)
- [Commits](Ethiraric/yaml-rust2@v0.10.3...v0.10.4)

---
updated-dependencies:
- dependency-name: config
  dependency-version: 0.15.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde
  dependency-version: 1.0.225
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: erased-serde
  dependency-version: 0.4.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: find-msvc-tools
  dependency-version: 0.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: libredox
  dependency-version: 0.1.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde-untagged
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_core
  dependency-version: 1.0.225
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_derive
  dependency-version: 1.0.225
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: yaml-rust2
  dependency-version: 0.10.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 19, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.64%. Comparing base (e775a0b) to head (676a388).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1042   +/-   ##
=======================================
  Coverage   88.64%   88.64%           
=======================================
  Files          47       47           
  Lines       13679    13679           
=======================================
  Hits        12126    12126           
  Misses       1553     1553           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pamburus pamburus merged commit c15e059 into master Sep 19, 2025
9 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-c3e926674c branch September 19, 2025 17:11
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.

1 participant