Skip to content

Commit

Permalink
build(deps): bump miette from 5.10.0 to 7.4.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 5.10.0 to 7.4.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v5.10.0...miette-derive-v7.4.0)

---
updated-dependencies:
- dependency-name: miette
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent ddb9084 commit 6e84bee
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 46 deletions.
85 changes: 41 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions niri-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true
bitflags.workspace = true
csscolorparser = "0.7.0"
knuffel = "3.2.0"
miette = "5.10.0"
miette = "7.4.0"
niri-ipc = { version = "0.1.10", path = "../niri-ipc" }
regex = "1.11.1"
smithay = { workspace = true, features = ["backend_libinput"] }
Expand All @@ -20,5 +20,5 @@ tracy-client.workspace = true

[dev-dependencies]
insta.workspace = true
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }
pretty_assertions = "1.4.1"

0 comments on commit 6e84bee

Please sign in to comment.