Skip to content

Commit

Permalink
Fix transitive dependency version of lambda_runtime. (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored Nov 9, 2023
1 parent 39f770b commit 8e6d77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "0.8.2"
version = "0.8.3"
authors = [
"David Calavera <[email protected]>",
"Harold Sun <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ futures = "0.3"
http = "0.2"
http-body = "0.4"
hyper = "0.14"
lambda_runtime = { path = "../lambda-runtime", version = "0.8" }
lambda_runtime = { path = "../lambda-runtime", version = "0.8.3" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit 8e6d77c

Please sign in to comment.