diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ad172602..b280e6d8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -32,7 +32,7 @@ sysinfo = { version = "0.26.8" } auto-launch = "0.5.0" # rpc server -rsrpc = { git = "https://www.github.com/SpikeHD/rsRPC", branch = "0.4.3" } +rsrpc = { git = "https://www.github.com/SpikeHD/rsRPC", branch = "0.4.4" } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] webkit2gtk = "0.18.2"