Skip to content

build(deps): bump the weekly-updates group with 6 updates#1094

Merged
davidlattimore merged 1 commit intomainfrom
dependabot/cargo/weekly-updates-a130f93f06
Sep 22, 2025
Merged

build(deps): bump the weekly-updates group with 6 updates#1094
davidlattimore merged 1 commit intomainfrom
dependabot/cargo/weekly-updates-a130f93f06

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the weekly-updates group with 6 updates:

Package From To
anyhow 1.0.99 1.0.100
clap 4.5.47 4.5.48
indexmap 2.11.3 2.11.4
symbolic-common 12.16.2 12.16.3
symbolic-demangle 12.16.2 12.16.3
toml 0.9.6 0.9.7

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates clap from 4.5.47 to 4.5.48

Release notes

Sourced from clap's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • c3a1ddc chore: Release
  • 4460ff4 docs: Update changelog
  • 54947a1 Merge pull request #5981 from mernen/fix-bash-clap-complete-space
  • fd3f6d2 fix(complete): Restore nospace in bash
  • 2f6a108 test(complete): Demonstrate current behavior
  • f88be57 style: Ensure consistent newlines
  • f209bce chore: Release
  • f33ff7f docs: Update changelog
  • bf06e6f Merge pull request #5974 from kryvashek/support-clearing-args-matches
  • 5d357ad feat(parser): Added ArgMatches::try_clear_id()
  • Additional commits viewable in compare view

Updates indexmap from 2.11.3 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.
Commits

Updates symbolic-common from 12.16.2 to 12.16.3

Release notes

Sourced from symbolic-common's releases.

12.16.3

  • feat(elf): Added support for dynamic symbols when DYNAMIC segment is missing. (#935)
  • fix(dwarf): -2 is now an allowed tombstone address in some DWARF sections. For details, see gimli-rs/gimli#791. (#937).
Changelog

Sourced from symbolic-common's changelog.

12.16.3

  • feat(elf): Added support for dynamic symbols when DYNAMIC segment is missing. (#935)
  • fix(dwarf): -2 is now an allowed tombstone address in some DWARF sections. For details, see gimli-rs/gimli#791. (#937).
Commits

Updates symbolic-demangle from 12.16.2 to 12.16.3

Release notes

Sourced from symbolic-demangle's releases.

12.16.3

  • feat(elf): Added support for dynamic symbols when DYNAMIC segment is missing. (#935)
  • fix(dwarf): -2 is now an allowed tombstone address in some DWARF sections. For details, see gimli-rs/gimli#791. (#937).
Changelog

Sourced from symbolic-demangle's changelog.

12.16.3

  • feat(elf): Added support for dynamic symbols when DYNAMIC segment is missing. (#935)
  • fix(dwarf): -2 is now an allowed tombstone address in some DWARF sections. For details, see gimli-rs/gimli#791. (#937).
Commits

Updates toml from 0.9.6 to 0.9.7

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 weekly-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.3` | `2.11.4` |
| [symbolic-common](https://github.com/getsentry/symbolic) | `12.16.2` | `12.16.3` |
| [symbolic-demangle](https://github.com/getsentry/symbolic) | `12.16.2` | `12.16.3` |
| [toml](https://github.com/toml-rs/toml) | `0.9.6` | `0.9.7` |


Updates `anyhow` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.99...1.0.100)

Updates `clap` from 4.5.47 to 4.5.48
- [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.5.47...clap_complete-v4.5.48)

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

Updates `symbolic-common` from 12.16.2 to 12.16.3
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@12.16.2...12.16.3)

Updates `symbolic-demangle` from 12.16.2 to 12.16.3
- [Release notes](https://github.com/getsentry/symbolic/releases)
- [Changelog](https://github.com/getsentry/symbolic/blob/master/CHANGELOG.md)
- [Commits](getsentry/symbolic@12.16.2...12.16.3)

Updates `toml` from 0.9.6 to 0.9.7
- [Commits](toml-rs/toml@toml-v0.9.6...toml-v0.9.7)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: clap
  dependency-version: 4.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: symbolic-common
  dependency-version: 12.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: symbolic-demangle
  dependency-version: 12.16.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-updates
- dependency-name: toml
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: weekly-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 22, 2025
@davidlattimore davidlattimore merged commit 48d5b95 into main Sep 22, 2025
23 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/weekly-updates-a130f93f06 branch September 22, 2025 21:06
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