summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2e687a2..c97b1c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ aws-sdk-autoscaling = "0.33.0"
aws-sdk-ec2 = "0.33.1"
aws-sdk-route53 = "0.33.1"
aws-types = "0.56.1"
-clap = { version = "4.4.6", features = ["derive"] }
+clap = { version = "4.5.10", features = ["derive"] }
futures = "0.3.28"
tokio = { version = "1.33.0", features = ["full"] }
trust-dns-proto = "0.23.0"