summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-07-24 18:46:42 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-07-24 18:46:42 -0400
commit977a85f11c31884b5c772d3e29a7714463bbcd5a (patch)
tree51753ab8081e187d7fa35cfb0f35ff614e536637 /Cargo.toml
parent1ca14b1a182878cab9c6594d623af4f6ea99691b (diff)
Update tokio to latest and prune features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9090079..d3d3038 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,5 @@ aws-sdk-route53 = "0.33.1"
aws-types = "0.56.1"
clap = { version = "4.5.10", features = ["derive"] }
futures = "0.3.30"
-tokio = { version = "1.33.0", features = ["full"] }
+tokio = { version = "1.39.1", features = ["macros"] }
trust-dns-proto = "0.23.0"