From 977a85f11c31884b5c772d3e29a7714463bbcd5a Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 24 Jul 2024 18:46:42 -0400 Subject: Update tokio to latest and prune features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3