Skip to content

Commit

Permalink
Bump miette from 5.3.0 to 5.4.1 (rust-lang#506)
Browse files Browse the repository at this point in the history
Bumps [miette](https://github.com/zkat/miette) from 5.3.0 to 5.4.1.
- [Release notes](https://github.com/zkat/miette/releases)
- [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md)
- [Commits](zkat/miette@miette-derive-v5.3.0...miette-derive-v5.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 31, 2022
1 parent 0ac27bb commit 0f120b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 crates/bin/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ clap = { version = "4.0.18", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0"
log = "0.4.17"
miette = "5.3.0"
miette = "5.4.1"
mimalloc = { version = "0.1.30", default-features = false, optional = true }
semver = "1.0.14"
simplelog = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ httpdate = "1.0.2"
itertools = "0.10.5"
jobslot = { version = "0.2.6", features = ["tokio"] }
log = { version = "0.4.17", features = ["std"] }
miette = "5.3.0"
miette = "5.4.1"
normalize-path = { version = "0.1.0", path = "../normalize-path" }
once_cell = "1.15.0"
reqwest = { version = "0.11.12", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
Expand Down

0 comments on commit 0f120b6

Please sign in to comment.