Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): bump miette from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v4.5.0...miette-derive-v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Apr 25, 2022
1 parent 662da51 commit a30fbca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ serde_json = "1.0.79"
indoc = "1.0.4"
thiserror = "1.0.30"
flate2 = { version = "1.0.22", features = ["tokio"] }
miette = { version = "4.5.0", features = ["fancy"] }
miette = { version = "4.6.0", features = ["fancy"] }
tokio = { version = "1.17.0", features = ["full"] }
futures = "0.3.21"

0 comments on commit a30fbca

Please sign in to comment.