diff options
author | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:43:23 +0300 |
---|---|---|
committer | RenovateBot <renovatebot@noreply.localhost> | 2024-07-19 15:43:23 +0300 |
commit | 5c9a691495750ae5866903f088a95909df607c08 (patch) | |
tree | 718c1033de5e0644e4eb9897970663d15671756d /nres-cli | |
parent | bf8be5c045ea59703ff10b966b61a27515181d14 (diff) | |
download | fparkan-5c9a691495750ae5866903f088a95909df607c08.tar.xz fparkan-5c9a691495750ae5866903f088a95909df607c08.zip |
Update Rust crate miette to v7
Diffstat (limited to 'nres-cli')
-rw-r--r-- | nres-cli/Cargo.toml | 2 |
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" |