diff options
| -rw-r--r-- | talpid-wireguard/src/boringtun/mod.rs | 15 | ||||
| -rw-r--r-- | wireguard-go-rs/Cargo.toml | 2 |
2 files changed, 7 insertions, 10 deletions
diff --git a/talpid-wireguard/src/boringtun/mod.rs b/talpid-wireguard/src/boringtun/mod.rs index f687458f0b..48794cfc49 100644 --- a/talpid-wireguard/src/boringtun/mod.rs +++ b/talpid-wireguard/src/boringtun/mod.rs @@ -237,15 +237,12 @@ pub async fn open_boringtun_tunnel( .inspect_err(|e| log::error!("Failed to open BoringTun: {e:?}"))?; log::info!( - "This tunnel was brought to you by... - ......................................................... - ..*...*.. .--. .---. ..*....*. - ...*..... | ) o | ......*.. - .*..*..*. |--: .-. .--.. .--. .-..|. . .--. ...*..... - ...*..... | )( )| | | |( ||| | | | .*.....*. - *.....*.. '--' `-' ' -' `-' `-`-`|'`--`-' `- .....*... - ......... ._.' ..*...*.. - ..*...*.............................................*...." + r#"This tunnel was brought to you by... + _______ _ __ ______ + / ____(_)_(_) /_____ /_ __/_ ______ + / / __/ __ \/ __/ __ `// / / / / / __ \ + / /_/ / /_/ / /_/ /_/ // / / /_/ / / / / + \____/\____/\__/\__,_//_/ \__,_/_/ /_/"# ); Ok(boringtun) diff --git a/wireguard-go-rs/Cargo.toml b/wireguard-go-rs/Cargo.toml index 40d70623a5..7efbac12ab 100644 --- a/wireguard-go-rs/Cargo.toml +++ b/wireguard-go-rs/Cargo.toml @@ -22,7 +22,7 @@ talpid-types.path = "../talpid-types" # NOTE: for other platforms, maybenot-ffi is NOT declared here, but instead built directly from # wireguard-go-rs/libwg/wireguard-go/maybenot-ffi [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] -maybenot-ffi = "2.0.1" +maybenot-ffi = "2.2.2" [target.'cfg(target_os = "windows")'.dependencies] windows-sys = { workspace = true, features = [ |
