fix(deps): update rust crate miette to v7 #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.7
->7.0
Release Notes
zkat/miette (miette)
v7.2.0
Compare Source
Features
Bug Fixes
v7.1.0
Compare Source
Features
Bug Fixes
e5c7ae4
(#339) (6e829f8c)v7.0.0
Compare Source
This is a small breaking release on the heels of 6.0 because I neglected to
bump owo-colors. I figured it's a good time to do it, before 6.0 gets more
widely used.
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
The long-awaited 6.0 release of
miette
is here, with TONS of goodies, notleast of which is syntax highlighting support!
It also comes with a few breaking changes so make sure to check below and
update your code as needed!
Features
miette-derive
be able to be turned off (#304) (c7ba5b7e)textwrap
options (#321) (fd77257c)wrap_lines: bool
option allowing wrapping be disabled entirely (#328) (b0744462)source_code()
impl.usize
for length (#265) (fad0e76a)SourceSpan
's length type tousize
.NamedSource
type generic over itsSource
type, instead of boxing it.std::io::IsTerminal
(e5c7ae46)std::sync::OnceLock
(4c48584f)Bug Fixes
cargo test
with default features. (#294) (1f448e47)is_terminal
sys call fromMietteHandlerOpts::build
(#325) (f1dc89c0)Documentation
NamedResult
to where it is used (#309) (d37ada87)v5.10.0
Compare Source
Features
v5.9.0
Compare Source
Features
serde
support (#264) (c25676cb)Bug Fixes
v5.8.0
Compare Source
Features
Bug Fixes
v5.7.0
Compare Source
While this is a semver-minor release, there's potential for it to have
knock-on effects due to the syn2 upgrade. There's been issues as this new
version propagates between syn/thiserror versions (for example, see a similar
change in eyre).
The other thing of note is that backtrace printing is now much better! Try
the hook and see for yourself!
Features
Bug Fixes
v5.6.0
Compare Source
Bug Fixes
atty
foris-terminal
(#229) (443d240f)Features
Ord
forSeverity
(#240) (ed486c95)v5.5.0
Compare Source
Features
Bug Fixes
v5.4.1
Compare Source
Bug Fixes
v5.4.0
Compare Source
Features
Report::new_boxed
(0660d2f4)impl AsRef<dyn StdError> for Report
(1a27033d)Bug Fixes
Diagnostic
implementations (3fc5c04c)v5.3.1
Compare Source
Bug Fixes
v5.3.0
Compare Source
Bug Fixes
Features
v5.2.0
Compare Source
Features
causes
support (#188) (c95f58c8)Bug Fixes
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
v5.0.0
Compare Source
Breaking Changes
MietteHandlerOpts::ansi_colors
is removedMietteHandlerOpts::rgb_color
now takes an enum that controls the colorformat used when color support is enabled, and has no effect otherwise.
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.