We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2708342 commit 150c5f0Copy full SHA for 150c5f0
lambda-http/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lambda_http"
3
-version = "0.12.0"
+version = "0.13.0"
4
authors = [
5
"David Calavera <dcalaver@amazon.com>",
6
"Harold Sun <sunhua@amazon.com>",
@@ -38,7 +38,7 @@ http = { workspace = true }
38
http-body = { workspace = true }
39
http-body-util = { workspace = true }
40
hyper = { workspace = true }
41
-lambda_runtime = { version = "0.12.0", path = "../lambda-runtime" }
+lambda_runtime = { version = "0.13.0", path = "../lambda-runtime" }
42
mime = "0.3"
43
percent-encoding = "2.2"
44
pin-project-lite = { workspace = true }
lambda-runtime/Cargo.toml
name = "lambda_runtime"
0 commit comments