diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 12a5b7ce..133ea7e5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1299,8 +1299,8 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.4.9" -source = "git+https://github.com/DefGuard/wireguard-rs.git?rev=v0.4.11#1c5bae1712220f0eeefc8fc8ff91daa01f24637e" +version = "0.4.12" +source = "git+https://github.com/DefGuard/wireguard-rs.git?rev=v0.4.12#182d3977c7f7abf33c00d7d71e6b136776a214e5" dependencies = [ "base64 0.22.1", "libc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3ed7b718..13442eeb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.22" clap = { version = "4.5", features = ["derive", "env"] } chrono = { version = "0.4", features = ["serde"] } dark-light = "1.1" -defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.11" } +defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.12" } dirs = "5.0" lazy_static = "1.5" local-ip-address = "0.6"