summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-07-24 18:41:12 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-07-24 18:41:12 -0400
commit62250001dc2d184aa6f8eb4f29628d8691ae0208 (patch)
tree12f39e51295d2d7d4c604a384ac331bb4b11c1ac /Cargo.toml
parentc2a682aee05222a818c8cbdc5fbcd7415eb627cb (diff)
Switch to futures for (stream).try_next().
This was an oversight; I missed that this trait existed!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"