chore: update dependencies

This commit is contained in:
zhom
2026-02-02 01:03:09 +04:00
parent 1f2c77c14f
commit 288685030a
6 changed files with 1881 additions and 1956 deletions
+1 -2
View File
@@ -84,8 +84,7 @@ impl WireGuardTunnel {
self.config.persistent_keepalive,
0, // index
None,
)
.map_err(|e| VpnError::Tunnel(format!("Failed to create tunnel: {e}")))?;
);
self.tunnel = Some(Arc::new(Mutex::new(Box::new(tunn))));
Ok(())