summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-07-24 18:46:13 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-07-24 18:46:13 -0400
commit1ca14b1a182878cab9c6594d623af4f6ea99691b (patch)
tree200be4e47f2d6a7b0167e314b0f0ca1a71895d02
parent922e63cf3dcae49216bfcfb117d962d1ba8d5d37 (diff)
Update futures to latest
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c97b1c8..9090079 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,6 @@ aws-sdk-ec2 = "0.33.1"
aws-sdk-route53 = "0.33.1"
aws-types = "0.56.1"
clap = { version = "4.5.10", features = ["derive"] }
-futures = "0.3.28"
+futures = "0.3.30"
tokio = { version = "1.33.0", features = ["full"] }
trust-dns-proto = "0.23.0"