From f4db2123b96dfc89e1c9232928f1ac73da89a860 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Wed, 4 Sep 2024 20:07:27 -0400 Subject: [PATCH] Update geph5-client and geph5-broker-protocol to version 0.2.0-alpha.16 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0e05671..476ecffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,8 +75,8 @@ geph-nat = "0.1.6" mizaru = "0.1.3" geph4-aioutils = "0.1.5" # alloc_geiger = "0.1" -geph5-client = {version="0.2.0-alpha.15", features=["windivert"]} -geph5-broker-protocol = "0.2.0-alpha.15" +geph5-client = {version="0.2.0-alpha.16", features=["windivert"]} +geph5-broker-protocol = "0.2.0-alpha.16" sillad = "0.2.1" # socks2http tokio = { version = "1.33.0", features = ["rt", "net", "io-util"] }