diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 008990728..8746ab0ba 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6145,9 +6145,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece74810b1d3d44f29f732a7ae09a63183d63949bbdd59c61f8ed2a1b70150db" +checksum = "75ad0bbb31fccd1f4c56275d0a5c3abdf1f59999f72cb4ef8b79b4ed42082a21" dependencies = [ "brotli", "ctor", diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index 97404413f..ca47d842c 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -41,7 +41,7 @@ semver = { version = "1.0.22", features = ["serde"] } subtle = "2.5.0" tauri = { version = "1.5", features = [ "dialog", "shell-open-api", "system-tray" ] } tauri-runtime = "0.14.2" -tauri-utils = "1.5.1" +tauri-utils = "1.5.3" thiserror = { version = "1.0", default-features = false } tokio = { version = "1.36.0", features = ["time"] } tracing = { workspace = true }