From 62250001dc2d184aa6f8eb4f29628d8691ae0208 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 24 Jul 2024 18:41:12 -0400 Subject: Switch to futures for (stream).try_next(). This was an oversight; I missed that this trait existed! --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 890b3dc..44fc594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,4 @@ aws-types = "0.56.1" clap = { version = "4.4.6", features = ["derive"] } futures = "0.3.28" tokio = { version = "1.33.0", features = ["full"] } -tokio-stream = "0.1.14" trust-dns-proto = "0.23.0" -- cgit v1.2.3