diff --git a/Cargo.toml b/Cargo.toml index 35e6c36..d6b420d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ rust-version = "1.82" [workspace.dependencies] serde = { version = "1.0.229", features = ["derive"] } serde_json = "1.0.151" -lambda_runtime = "1.2.1" +lambda_runtime = "1.3.0" tokio = "1.52.3"