Skip to content

Commit

Permalink
chore(deps): bump miette from 7.1.0 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v7.1.0...miette-derive-v7.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent f88a535 commit efc8e3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion axoupdater-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ axocli = "0.2.0"
axoupdater = { version = "=0.3.0", path = "../axoupdater", features = ["blocking"] }

# errors
miette = "7.1.0"
miette = "7.2.0"

[[bin]]
name = "axoupdater"
2 changes: 1 addition & 1 deletion axoupdater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ reqwest = { version = "0.11", default-features = false, features = [
tokio = { version = "1.36.0", features = ["full"], optional = true }

# errors
miette = "7.1.0"
miette = "7.2.0"
thiserror = "1.0.57"

0 comments on commit efc8e3c

Please sign in to comment.