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 165abcf commit c7a3014Copy full SHA for c7a3014
lambda-http/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lambda_http"
3
-version = "0.11.0"
+version = "0.11.1"
4
authors = [
5
"David Calavera <dcalaver@amazon.com>",
6
"Harold Sun <sunhua@amazon.com>",
@@ -34,7 +34,7 @@ http = { workspace = true }
34
http-body = { workspace = true }
35
http-body-util = { workspace = true }
36
hyper = { workspace = true }
37
-lambda_runtime = { version = "0.11.0", path = "../lambda-runtime" }
+lambda_runtime = { version = "0.11.1", path = "../lambda-runtime" }
38
mime = "0.3"
39
percent-encoding = "2.2"
40
pin-project-lite = { workspace = true }
lambda-runtime/Cargo.toml
name = "lambda_runtime"
0 commit comments