Skip to content

Commit 3598b31

Browse files
committed
bump lambda_runtime version
1 parent 7339618 commit 3598b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http = { workspace = true }
3939
http-body = { workspace = true }
4040
http-body-util = { workspace = true }
4141
hyper = { workspace = true }
42-
lambda_runtime = { version = "0.14.1", path = "../lambda-runtime" }
42+
lambda_runtime = { version = "0.14.2", path = "../lambda-runtime" }
4343
mime = "0.3"
4444
percent-encoding = "2.2"
4545
pin-project-lite = { workspace = true }

lambda-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_runtime"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = [
55
"David Calavera <[email protected]>",
66
"Harold Sun <[email protected]>",

0 commit comments

Comments
 (0)