diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-07-24 18:41:12 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-07-24 18:41:12 -0400 |
| commit | 62250001dc2d184aa6f8eb4f29628d8691ae0208 (patch) | |
| tree | 12f39e51295d2d7d4c604a384ac331bb4b11c1ac /Cargo.toml | |
| parent | c2a682aee05222a818c8cbdc5fbcd7415eb627cb (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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |
