diff --git a/Cargo.toml b/Cargo.toml index 4a3ae20..37d6f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tokio-util = { version = "0.7.10", default-features = false } pin-project-lite = "0.2.13" thiserror = "1.0.49" -miette = "5.10.0" +miette = "7.0.0" async-trait = "0.1.73" atomic = "0.6.0" bytemuck = { version = "1.14.0", features = ["derive"] } @@ -42,7 +42,7 @@ bytemuck = { version = "1.14.0", features = ["derive"] } # Error propagation anyhow = "1.0.75" eyre = "0.6.8" -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.0.0", features = ["fancy"] } # Logging tracing-subscriber = "0.3.17"