From 2d1ce22999d2ba23e0332acc13940bc73e5936e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 24 Jan 2024 10:53:53 +0100 Subject: [PATCH] chore: pin wireguard_rs version --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4d5b99db..295be74c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1214,8 +1214,8 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.3.2" -source = "git+https://github.com/DefGuard/wireguard-rs.git?branch=main#a5b21a54c92a401aa2f63920db8fa1c0be9ec7da" +version = "0.4.0" +source = "git+https://github.com/DefGuard/wireguard-rs.git?rev=v0.4.0#2264bece5be19ff99b4f5b0558bbba0482c781af" dependencies = [ "base64 0.21.6", "libc", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 194834f2..637c2b71 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0" base64 = "0.21" clap = { version = "4.4", features = ["derive", "env"] } chrono = { version = "0.4", features = ["serde"] } -defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", branch = "main" } +defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.0" } dirs = "5.0" lazy_static = "1.4" local-ip-address = "0.5"