Skip to content

Commit 55210c1

Browse files
authoredJan 13, 2023
Release v0.6.1 (#122)
1 parent c36f127 commit 55210c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_web_adapter"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = [
55
"Harold Sun <sunhua@amazon.com>",
66
"David Calavera <dcalaver@amazon.com>",
@@ -19,7 +19,7 @@ exclude = ["examples"]
1919
[dependencies]
2020
http = "0.2"
2121
hyper = { version = "0.14", features = ["client"] }
22-
lambda_http = "0.7.2"
22+
lambda_http = "0.7.3"
2323
tokio = { version = "1.24", features = [
2424
"macros",
2525
"io-util",

0 commit comments

Comments
 (0)
Please sign in to comment.