Re-export itertools from tuwunel_core crate.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-01-18 13:19:08 +00:00
parent 6579df299a
commit b3f8118f0e
9 changed files with 7 additions and 11 deletions

3
Cargo.lock generated
View File

@@ -5151,7 +5151,6 @@ dependencies = [
"http-body-util",
"hyper",
"ipaddress",
"itertools 0.14.0",
"log",
"rand 0.8.5",
"reqwest",
@@ -5237,7 +5236,6 @@ dependencies = [
"criterion",
"ctor",
"futures",
"itertools 0.14.0",
"log",
"minicbor",
"minicbor-serde",
@@ -5309,7 +5307,6 @@ dependencies = [
"http",
"image",
"ipaddress",
"itertools 0.14.0",
"ldap3",
"log",
"loole",