From 58721a047b838ae215190afb47b05d31d3f94ab1 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:49:34 +0200 Subject: [PATCH] bump version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae95159..90fc405 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 25602ba..2bad788 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"