From f8f66507fabf5ccc12d7fd44febad6426932cfaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:44:22 +0000 Subject: [PATCH] chore(deps): update rust crate miette to v7 --- Cargo.toml | 2 +- playground/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb636bac..27119b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tauri-bindgen-gen-guest-rust = { path = "crates/gen-guest-rust", features = ['cl tauri-bindgen-gen-guest-ts = { path = "crates/gen-guest-ts", features = ['cli'] } tauri-bindgen-gen-guest-js = { path = "crates/gen-guest-js", features = ['cli'] } wit-parser = { path = "crates/wit-parser" } -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.1.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } serde = "1.0.195" quote = "1.0.35" diff --git a/playground/Cargo.toml b/playground/Cargo.toml index e5b0c327..6b7f5599 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -11,7 +11,7 @@ console_error_panic_hook = "0.1" wasm-bindgen = "0.2" web-sys = { version = "0.3", features = ["Window", "Document", "HtmlElement", "Node", "Text"] } wasm-logger = "0.2.0" -miette = { version = "5.10.0", features = ["fancy"] } +miette = { version = "7.1.0", features = ["fancy"] } log = { version = "0.4.20", features = [ "kv_unstable", "kv_unstable_std" ] } tauri-bindgen-core = { path = "../crates/core" } tauri-bindgen-gen-host = { path = "../crates/gen-host" }