Skip to content

Bump const_panic from 0.2.15 to 0.2.17 - #3895

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/const_panic-0.2.17
Open

Bump const_panic from 0.2.15 to 0.2.17#3895
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/const_panic-0.2.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps const_panic from 0.2.15 to 0.2.17.

Release notes

Sourced from const_panic's releases.

0.2.17 release

This release allows configuring the maximum length of formatted const panics with the CONST_PANIC_MAX_LENGTH environment variable.

Changelog

0.2.17

Changed maximum length of formatted panicking to be configurable using CONST_PANIC_MAX_LENGTH environment variable

Added ArrayString::is_empty method

Removed #[automatically_derived] on generated inherent impls, which triggers a rustc future compatibility warning.

0.2.16

Shrunk the maximum length of panics on 16-bit platforms to 512 bytes to support them.

0.2.15

Fixed triggering òf missing_docs lint in downstream crates by adding docs to items generated by impl_panicfmt macro and PanicFmt derive

0.2.14

Added const_panic::fmt::CoerceReturn trait

Added const_panic::fmt::CoerceReturnOutput type alias

Changed IsPanicFmt::coerce from two inherent methods to one generic inherent method. This improves compile-time error messages when the argument doesn't impl PanicFmt.

Changelog

Sourced from const_panic's changelog.

0.2.17

Changed maximum length of formatted panicking to be configurable using CONST_PANIC_MAX_LENGTH environment variable

Added ArrayString::is_empty method

Removed #[automatically_derived] on generated inherent impls, which triggers a rustc future compatibility warning.

0.2.16

Shrunk the maximum length of panics on 16-bit platforms to 512 bytes to support them.

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [const_panic](https://github.com/rodrimati1992/const_panic) from 0.2.15 to 0.2.17.
- [Release notes](https://github.com/rodrimati1992/const_panic/releases)
- [Changelog](https://github.com/rodrimati1992/const_panic/blob/main/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_panic/commits)

---
updated-dependencies:
- dependency-name: const_panic
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 20, 2026
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