Bump miette to 5.9.0

No particular reason, but it's good to be up-to-date with our dependencies.
This commit is contained in:
KtorZ 2023-06-30 18:30:34 +02:00 committed by Lucas
parent 5a6cc855e6
commit 49098d5a45
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated vendored
View File

@ -1408,9 +1408,9 @@ dependencies = [
[[package]] [[package]]
name = "miette" name = "miette"
version = "5.7.0" version = "5.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abdc09c381c9336b9f2e9bd6067a9a5290d20e2d2e2296f275456121c33ae89" checksum = "a236ff270093b0b67451bc50a509bd1bad302cb1d3c7d37d5efe931238581fa9"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"backtrace-ext", "backtrace-ext",
@ -1429,9 +1429,9 @@ dependencies = [
[[package]] [[package]]
name = "miette-derive" name = "miette-derive"
version = "5.7.0" version = "5.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8842972f23939443013dfd3720f46772b743e86f1a81d120d4b6fb090f87de1c" checksum = "4901771e1d44ddb37964565c654a3223ba41a594d02b8da471cc4464912b5cfa"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -18,7 +18,7 @@ hex = "0.4.3"
indexmap = "1.9.2" indexmap = "1.9.2"
indoc = "2.0.1" indoc = "2.0.1"
itertools = "0.10.5" itertools = "0.10.5"
miette = "5.5.0" miette = "5.9.0"
ordinal = "0.3.2" ordinal = "0.3.2"
owo-colors = { version = "3.5.0", features = ["supports-colors"] } owo-colors = { version = "3.5.0", features = ["supports-colors"] }
strum = "0.24.1" strum = "0.24.1"

View File

@ -23,7 +23,7 @@ hex = "0.4.3"
ignore = "0.4.20" ignore = "0.4.20"
indexmap = "1.9.2" indexmap = "1.9.2"
itertools = "0.10.5" itertools = "0.10.5"
miette = { version = "5.5.0", features = ["fancy"] } miette = { version = "5.9.0", features = ["fancy"] }
minicbor = "0.19.1" minicbor = "0.19.1"
owo-colors = { version = "3.5.0", features = ["supports-colors"] } owo-colors = { version = "3.5.0", features = ["supports-colors"] }
pallas = "0.18.0" pallas = "0.18.0"