From 9a50952bf6a1c31c3c37a642e11582b86790997a Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:54:25 +0200 Subject: [PATCH] chore: update wireguard rs to 0.4.7 (#116) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae95159a..90fc405d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,8 +421,8 @@ dependencies = [ [[package]] name = "defguard_wireguard_rs" -version = "0.4.6" -source = "git+https://github.com/DefGuard/wireguard-rs.git?rev=v0.4.6#6a325957fb6cc83f96dde730262a8b1b0efcedd6" +version = "0.4.7" +source = "git+https://github.com/DefGuard/wireguard-rs.git?rev=v0.4.7#ef1cf3714629bf5016fb38cbb7320451dc69fb09" dependencies = [ "base64", "libc", diff --git a/Cargo.toml b/Cargo.toml index 25602bad..2bad7881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ chrono = { version = "0.4", default-features = false, features = [ "std", ] } clap = { version = "4.5", features = ["derive", "env"] } -defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.6" } +defguard_wireguard_rs = { git = "https://github.com/DefGuard/wireguard-rs.git", rev = "v0.4.7" } env_logger = "0.11" gethostname = "0.5" log = "0.4"