Skip to content

Commit 1e09acc

Browse files
fix(deps): update rust crate miette to v7
1 parent 2c27d68 commit 1e09acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lang-util = "=0.5.3"
1919
argh = "0.1"
2020

2121
serde_json = { version = "1.0", optional = true }
22-
miette = { version = "4.7", features = ["fancy"] }
22+
miette = { version = "7.0", features = ["fancy"] }
2323
thiserror = "1.0"
2424

2525
[features]

0 commit comments

Comments
 (0)