diff --git a/Cargo.toml b/Cargo.toml index 4966cef..ffee193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ aws_lambda_events = { version = "0.13", default-features=false, features = ["sqs bytes = "1.5.0" lambda_runtime = "0.9.1" bytesize = "1.3" -clap = { version = "4.4", features = ["derive", "env"] } +clap = { version = "4.5", features = ["derive", "env"] } derivative = "2.2" futures = "0.3" http = "1.0"