We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f770b commit 8e6d77cCopy full SHA for 8e6d77c
lambda-http/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lambda_http"
3
-version = "0.8.2"
+version = "0.8.3"
4
authors = [
5
"David Calavera <dcalaver@amazon.com>",
6
"Harold Sun <sunhua@amazon.com>",
@@ -29,7 +29,7 @@ futures = "0.3"
29
http = "0.2"
30
http-body = "0.4"
31
hyper = "0.14"
32
-lambda_runtime = { path = "../lambda-runtime", version = "0.8" }
+lambda_runtime = { path = "../lambda-runtime", version = "0.8.3" }
33
serde = { version = "1.0", features = ["derive"] }
34
serde_json = "1.0"
35
serde_urlencoded = "0.7"
0 commit comments