Skip to content

Commit

Permalink
fix(deps): bump miette from 3.2.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v3.2.0...miette-derive-v3.3.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 PurpleBooth committed Jan 10, 2022
1 parent 149dda8 commit a539dfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
24 changes: 7 additions & 17 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
Expand Up @@ -18,7 +18,7 @@ clap = { version = "3.0.5", features = ["derive", "cargo", "wrap_help", "yaml",
comfy-table = "5.0.0"
tokio = { version = "1.15.0", features = ["full"] }
futures = "0.3.19"
miette = { version = "3.2.0", features = ["fancy"] }
miette = { version = "3.3.0", features = ["fancy"] }
time = "0.3.5"
[dev-dependencies]
tempfile = "3.3.0"
Expand Down

0 comments on commit a539dfe

Please sign in to comment.