aboutsummaryrefslogtreecommitdiff
path: root/nres-cli
diff options
context:
space:
mode:
Diffstat (limited to 'nres-cli')
-rw-r--r--nres-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nres-cli/Cargo.toml b/nres-cli/Cargo.toml
index 4dd6171..a6d863c 100644
--- a/nres-cli/Cargo.toml
+++ b/nres-cli/Cargo.toml
@@ -16,5 +16,5 @@ console = "0.15"
dialoguer = { version = "0.11", features = ["completion"] }
indicatif = "0.17"
libnres = { version = "0.1", path = "../libnres" }
-miette = { version = "5.6", features = ["fancy"] }
+miette = { version = "7.0", features = ["fancy"] }
tempdir = "0.3"