diff --git a/Cargo.lock b/Cargo.lock index a757a0a..c29fd62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4043,9 +4043,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tauri" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "570a20223602ad990a30a048f2fdb957ae3e38de3ca9582e04cc09d01e8ccfad" +checksum = "1bf327e247698d3f39af8aa99401c9708384290d1f5c544bf5d251d44c2fea22" dependencies = [ "anyhow", "bytes", diff --git a/src/bin/sh-tauri/Cargo.toml b/src/bin/sh-tauri/Cargo.toml index 72fe42d..c4ca772 100644 --- a/src/bin/sh-tauri/Cargo.toml +++ b/src/bin/sh-tauri/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0.128" serde = { version = "1.0.210", features = ["derive"] } sdrehub = { path = "../../libraries/sdrehub" } sh-config = { path = "../../libraries/sh-config" } -tauri = { version = "1.8.0", features = ["api-all"] } +tauri = { version = "1.8.1", features = ["api-all"] } tokio = { version = "1.40.0", features = ["full", "tracing"] } [features]