Skip to content

Bump the rust group with 3 updates#92

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-42e915271f
May 1, 2026
Merged

Bump the rust group with 3 updates#92
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-42e915271f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust group with 3 updates: clap, toml and serde-saphyr.

Updates clap from 4.6.0 to 4.6.1

Release notes

Sourced from clap's releases.

v4.6.1

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Changelog

Sourced from clap's changelog.

[4.6.1] - 2026-04-15

Fixes

  • (derive) Ensure rebuilds happen when an read env variable is changed
Commits
  • 1420275 chore: Release
  • d2c817d docs: Update changelog
  • f88c94e Merge pull request #6341 from epage/sep
  • acbb822 fix(complete): Reduce risk of conflict with actual subcommands
  • a49fadb refactor(complete): Pull out subcommand separator
  • ddc008b Merge pull request #6332 from epage/update
  • 497dc50 chore: Update compatible dependencies
  • dca2326 Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x
  • 54bdaa3 chore(deps): Update j178/prek-action action to v2
  • f0d30d9 chore: Release
  • Additional commits viewable in compare view

Updates toml from 1.1.1+spec-1.1.0 to 1.1.2+spec-1.1.0

Commits
  • a3d0047 chore: Release
  • cc37615 docs: Update changelog
  • 7f5e9e1 fix(parser): Consolidate invalid unquoted key into one error (#1138)
  • 52feb90 fix(parser): Consolidate invalid unquoted key into one error
  • aad85d4 chore(deps): Update j178/prek-action action to v2 (#1136)
  • 8b1ac44 chore(deps): Update compatible (dev) (#1135)
  • 9effd79 chore(deps): Update j178/prek-action action to v2
  • See full diff in compare view

Updates serde-saphyr from 0.0.24 to 0.0.25

Release notes

Sourced from serde-saphyr's releases.

0.0.25 Maintenance release

  • Fixed deserialization bug (#100) where mixing tagged and #[serde(untagged)] enum variants caused YAML tags to be ignored, leading to incorrect or failed variant resolution.
  • Rewritten unit test (ser_coverage_boost.rs) that was triggering the false positive Socket alert (it never ever tried to access the network)
  • Fixed taking numbers with preceding or trailing underscores as valid. 100000 is valid and 1000_000 also, but _10, 10_ are no longer. This is consistent with the serializer's auto-quoting policies.
  • Publishing to crates.io now uses a trusted publishing workflow.
Commits
  • 4574e6a Improved publish flow
  • 4e9bb9f Improved publish flow
  • 7a61ba2 Run also last publishing on github
  • 811b756 Run also last publishing on github
  • 49660a6 Fix cargo path
  • b069da1 Added note flow must run manually from tag
  • 6729164 Use github runner for release
  • 85434f1 Number of tests go over 2000
  • cc4b699 Formatting and more Clippy fixes. Formatting and clippy checks are now in rel...
  • fc306c8 Clippy warning fixes
  • 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

Bumps the rust group with 3 updates: [clap](https://github.com/clap-rs/clap), [toml](https://github.com/toml-rs/toml) and [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr).


Updates `clap` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.0...clap_complete-v4.6.1)

Updates `toml` from 1.1.1+spec-1.1.0 to 1.1.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.1...toml-v1.1.2)

Updates `serde-saphyr` from 0.0.24 to 0.0.25
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.24...0.0.25)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: serde-saphyr
  dependency-version: 0.0.25
  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 the dependencies Pull requests that update a dependency file label May 1, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 1, 2026 17:23
@github-actions github-actions Bot merged commit 7aeab26 into main May 1, 2026
14 checks passed
@github-actions github-actions Bot deleted the dependabot/cargo/rust-42e915271f branch May 1, 2026 17:26
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants