diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index e5b544a8..7ce1fdaf 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_http" -version = "0.4.0" +version = "0.4.1" authors = ["Doug Tangren"] edition = "2018" description = "Application Load Balancer and API Gateway event types for AWS Lambda" @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } [dependencies] base64 = "0.13.0" http = "0.2" -lambda_runtime = { path = "../lambda-runtime", version = "0.4" } +lambda_runtime = { path = "../lambda-runtime", version = "0.4.1" } serde = { version = "^1", features = ["derive"] } serde_json = "^1" serde_urlencoded = "0.7.0" diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index 11d09d3a..a499be03 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_runtime" -version = "0.4.0" +version = "0.4.1" authors = ["David Barsky "] description = "AWS Lambda Runtime" edition = "2018"