We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7339618 commit 3598b31Copy full SHA for 3598b31
lambda-http/Cargo.toml
@@ -39,7 +39,7 @@ http = { workspace = true }
39
http-body = { workspace = true }
40
http-body-util = { workspace = true }
41
hyper = { workspace = true }
42
-lambda_runtime = { version = "0.14.1", path = "../lambda-runtime" }
+lambda_runtime = { version = "0.14.2", path = "../lambda-runtime" }
43
mime = "0.3"
44
percent-encoding = "2.2"
45
pin-project-lite = { workspace = true }
lambda-runtime/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lambda_runtime"
3
-version = "0.14.1"
+version = "0.14.2"
4
authors = [
5
"David Calavera <dcalaver@amazon.com>",
6
"Harold Sun <sunhua@amazon.com>",
0 commit comments