Skip to content

chore(deps): bump the codegen-dependencies group in /codegen-v2 with 10 updates#4

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/codegen-v2/codegen-dependencies-9de55228c3
Open

chore(deps): bump the codegen-dependencies group in /codegen-v2 with 10 updates#4
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/codegen-v2/codegen-dependencies-9de55228c3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps the codegen-dependencies group in /codegen-v2 with 10 updates:

Package From To
aho-corasick 1.1.2 1.1.4
convert_case 0.6.0 0.11.0
pathdiff 0.2.1 0.2.3
serde 1.0.197 1.0.228
serde_json 1.0.114 1.0.149
serde_yaml 0.9.32 0.9.34+deprecated
toml_edit 0.21.1 0.22.20
handlebars 4.5.0 6.4.0
heck 0.4.1 0.5.0
regex 1.11.1 1.12.3

Updates aho-corasick from 1.1.2 to 1.1.4

Commits

Updates convert_case from 0.6.0 to 0.11.0

Commits

Updates pathdiff from 0.2.1 to 0.2.3

Commits
  • 5180ff5 Bump to 0.2.3
  • 695a66b Merge pull request #16 from t4lz/fix-docs-build2
  • 0b55ff6 Set doc_cfg on docs.rs builds
  • 1439731 Publish 0.2.2 (docs/tests changes)
  • 69ab874 Merge pull request #12 from Manishearth/inconsistent
  • 03cefb5 remove inconsistent test
  • da05c66 Merge pull request #11 from 9999years/substitute-vars-in-tests
  • e13fdc5 Add doctests for relative paths
  • 4ec30a1 Substitute variables in tests
  • a78acde Merge pull request #7 from sunshowers/windows
  • Additional commits viewable in compare view

Updates serde from 1.0.197 to 1.0.228

Release notes

Sourced from serde's releases.

v1.0.228

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#2995)

v1.0.227

  • Documentation improvements (#2991)

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

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)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

v1.0.219

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#2906, thanks @​davidzeng0)

v1.0.218

  • Documentation improvements

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)

v1.0.216

  • Mark all generated impls with #[automatically_derived] to exclude from code coverage (#2866, #2868, thanks @​tdittr)

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

... (truncated)

Commits
  • a866b33 Release 1.0.228
  • 5adc9e8 Merge pull request #2995 from dtolnay/rustdocflags
  • ab58178 Workaround for RUSTDOCFLAGS='--cfg=docsrs'
  • 415d9fc Release 1.0.227
  • 7c58427 Merge pull request #2991 from dtolnay/inlinecoredoc
  • 9d3410e Merge pull request #2992 from dtolnay/inplaceseed
  • 2fb6748 Remove InPlaceSeed public re-export
  • f8137c7 Inline serde_core into serde in docsrs mode
  • b7dbf7e Merge pull request #2990 from dtolnay/integer128
  • 7c83691 No longer macro_use integer128 module
  • Additional commits viewable in compare view

Updates serde_json from 1.0.114 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

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)

v1.0.143

v1.0.142

v1.0.141

v1.0.140

  • Documentation improvements

v1.0.139

  • Documentation improvements

v1.0.138

  • Documentation improvements

v1.0.137

  • Turn on "float_roundtrip" and "unbounded_depth" features for serde_json in play.rust-lang.org (#1231)

v1.0.136

  • Optimize serde_json::value::Serializer::serialize_map by using Map::with_capacity (#1230, thanks @​goffrie)

v1.0.135

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)

... (truncated)

Commits

Updates serde_yaml from 0.9.32 to 0.9.34+deprecated

Release notes

Sourced from serde_yaml's releases.

0.9.34

As of this release, I am not planning to publish further versions of serde_yaml as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.

0.9.33

Commits

Updates toml_edit from 0.21.1 to 0.22.20

Commits

Updates handlebars from 4.5.0 to 6.4.0

Release notes

Sourced from handlebars's releases.

v6.4.0

What's Changed

New Contributors

Full Changelog: sunng87/handlebars-rust@v6.3.2...v6.4.0

v6.3.2

What's Changed

Full Changelog: sunng87/handlebars-rust@v6.3.1...v6.3.2

v6.3.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from handlebars's changelog.

6.4.0 - 2026-01-02

  • [Fixed] Reimplement partial-block, fixed partial-block resolution issues #732
  • [Added] recursive_lookup mode #730

6.3.2 - 2025-03-16

  • [Fixed] Reimplementation of partial context #699

6.3.1 - 2025-02-09

  • [Fixed] Regression of partial context #694

6.3.0 - 2025-01-05

  • [Added] Builders for some non-exhaustive structs #688
  • [Changed] and and or helper now accepts multiple parameters #687
  • [Changed] MSRV is now 1.73

6.2.0 - 2024-10-26

  • [Added] @index variable for object iteration #682
  • [Changed] improve number comparison between different types #679

6.1.0 - 2024-09-06

  • [Added] More data type support in comparison helpers #673

6.0.0 - 2024-07-20

  • [Fixed] Various indent issue with partials, empty lines and helpers #646 #654 #658
  • [Fixed] Bug when accessing nested path #651
  • [Added] New public access to PathSeg #656
  • [Added] New API to set single block params in BlockContext #655
  • [Added] From<RenderError> for RenderErrorReason #644
  • [Changed] Add non_exhaustive attribute to all public memebers #647
  • [Changed] RenderContext API and improved performance for partial rendering #661 #662
  • [Changed] Improved error messsage for template parsing #638

5.1.2 - 2024-03-24

  • [Changed] Improved error message and syntax rule naming #638
  • [Changed] Updated heck to 0.5 #635

5.1.1 - 2024-01-18 Yanked

  • [Changed] Turned off pub access of chain in HelperTemplate

... (truncated)

Commits
  • 718db6b chore: Release handlebars version 6.4.0
  • 56056af chore: changelog maintain
  • 97998c6 fix: correct partial-block render (#732)
  • b61c383 chore(deps): bump qs and express in /playground/www (#731)
  • c349c39 chore(deps): update criterion requirement from 0.7 to 0.8 (#728)
  • ced248a Option to enable recursive resolution of variables (#730)
  • 8c50392 chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in /playground/www (#727)
  • 36ebe04 Add Ability to Unregister Helpers (#725)
  • 4e3b2d5 Fix the build with -Zminimal-versions (#723)
  • 507cbf2 chore: fix lint in benchmark
  • Additional commits viewable in compare view

Updates heck from 0.4.1 to 0.5.0

Changelog

Sourced from heck's changelog.

0.5.0

  • Add no_std support.
  • Remove non-additive unicode feature. The library now uses char::is_alphanumeric instead of the unicode-segmentation library to determine word boundaries in all cases.
Commits

Updates regex from 1.11.1 to 1.12.3

Changelog

Sourced from regex's changelog.

1.12.3 (2025-02-03)

This release excludes some unnecessary things from the archive published to crates.io. Specifically, fuzzing data and various shell scripts are now excluded. If you run into problems, please file an issue.

Improvements:

  • #1319: Switch from a Cargo exclude list to an include list, and exclude some unnecessary stuff.

1.12.2 (2025-10-13)

This release fixes a cargo doc breakage on nightly when --cfg docsrs is enabled. This caused documentation to fail to build on docs.rs.

Bug fixes:

1.12.1 (2025-10-10)

This release makes a bug fix in the new regex::Captures::get_match API introduced in 1.12.0. There was an oversight with the lifetime parameter for the Match returned. This is technically a breaking change, but given that it was caught almost immediately and I've yanked the 1.12.0 release, I think this is fine.

1.12.0 (2025-10-10)

This release contains a smattering of bug fixes, a fix for excessive memory consumption in some cases and a new regex::Captures::get_match API.

Improvements:

Bug fixes:

... (truncated)

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 codegen-dependencies group in /codegen-v2 with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.2` | `1.1.4` |
| [convert_case](https://github.com/rutrum/convert-case) | `0.6.0` | `0.11.0` |
| [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.228` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.149` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.32` | `0.9.34+deprecated` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.21.1` | `0.22.20` |
| [handlebars](https://github.com/sunng87/handlebars-rust) | `4.5.0` | `6.4.0` |
| [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.3` |


Updates `aho-corasick` from 1.1.2 to 1.1.4
- [Commits](BurntSushi/aho-corasick@1.1.2...1.1.4)

Updates `convert_case` from 0.6.0 to 0.11.0
- [Commits](https://github.com/rutrum/convert-case/commits)

Updates `pathdiff` from 0.2.1 to 0.2.3
- [Commits](Manishearth/pathdiff@v0.2.1...v0.2.3)

Updates `serde` from 1.0.197 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.228)

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

Updates `serde_yaml` from 0.9.32 to 0.9.34+deprecated
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.32...0.9.34)

Updates `toml_edit` from 0.21.1 to 0.22.20
- [Commits](toml-rs/toml@v0.21.1...v0.22.20)

Updates `handlebars` from 4.5.0 to 6.4.0
- [Release notes](https://github.com/sunng87/handlebars-rust/releases)
- [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
- [Commits](sunng87/handlebars-rust@v4.5.0...v6.4.0)

Updates `heck` from 0.4.1 to 0.5.0
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

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

---
updated-dependencies:
- dependency-name: aho-corasick
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codegen-dependencies
- dependency-name: convert_case
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codegen-dependencies
- dependency-name: pathdiff
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codegen-dependencies
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codegen-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codegen-dependencies
- dependency-name: serde_yaml
  dependency-version: 0.9.34+deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codegen-dependencies
- dependency-name: toml_edit
  dependency-version: 0.22.20
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codegen-dependencies
- dependency-name: handlebars
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: codegen-dependencies
- dependency-name: heck
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codegen-dependencies
- dependency-name: regex
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codegen-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants