Skip to content

Commit e574da4

Browse files
chore(deps): update rust crate miette to v7
1 parent 16e49f5 commit e574da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tauri-bindgen-gen-guest-rust = { path = "crates/gen-guest-rust", features = ['cl
2727
tauri-bindgen-gen-guest-ts = { path = "crates/gen-guest-ts", features = ['cli'] }
2828
tauri-bindgen-gen-guest-js = { path = "crates/gen-guest-js", features = ['cli'] }
2929
wit-parser = { path = "crates/wit-parser" }
30-
miette = { version = "5.10.0", features = ["fancy"] }
30+
miette = { version = "7.0.0", features = ["fancy"] }
3131
log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] }
3232
serde = "1.0.195"
3333
quote = "1.0.35"

playground/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ console_error_panic_hook = "0.1"
1111
wasm-bindgen = "0.2"
1212
web-sys = { version = "0.3", features = ["Window", "Document", "HtmlElement", "Node", "Text"] }
1313
wasm-logger = "0.2.0"
14-
miette = { version = "5.10.0", features = ["fancy"] }
14+
miette = { version = "7.0.0", features = ["fancy"] }
1515
log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] }
1616
tauri-bindgen-core = { path = "../crates/core" }
1717
tauri-bindgen-gen-host = { path = "../crates/gen-host" }

0 commit comments

Comments
 (0)