summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 10:34:49 +0000
committerGitHub <noreply@github.com>2024-04-01 10:34:49 +0000
commitef994e07c677567c6f6c228bb18086feb06fa777 (patch)
tree8d3f8c85bda3d6469ab814d3f17c29fb1daf6d32
parent67724bfae426248399553452529cd36e21dadf6e (diff)
build(deps): bump miette from 7.1.0 to 7.2.0
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](https://github.com/zkat/miette/compare/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] <support@github.com>
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5cdf69f..8a8a1e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -692,12 +692,13 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "miette"
-version = "7.1.0"
+version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "baed61d13cc3723ee6dbed730a82bfacedc60a85d81da2d77e9c3e8ebc0b504a"
+checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
dependencies = [
"backtrace",
"backtrace-ext",
+ "cfg-if",
"miette-derive",
"owo-colors",
"supports-color",
@@ -711,9 +712,9 @@ dependencies = [
[[package]]
name = "miette-derive"
-version = "7.1.0"
+version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f301c3f54f98abc6c212ee722f5e5c62e472a334415840669e356f04850051ec"
+checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index b26c198..5fdf7db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ handlebars = "4.3.6"
is-terminal = "0.4.9"
itertools = "0.10.5"
log = "0.4.17"
-miette = { version = "7.1.0", features = ["fancy"] }
+miette = { version = "7.2.0", features = ["fancy"] }
semver = "1.0.22"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"