Skip to content

Commit 5963a3a

Browse files
committed
upgrade to the latest lambda-http crate
1 parent ba047e2 commit 5963a3a

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

Cargo.lock

Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2021"
77
[dependencies]
88
env_logger = "0.8.3"
99
http = "0.2.4"
10-
lambda-extension = "0.5.0"
11-
lambda_http = {git = "https://github.com/awslabs/aws-lambda-rust-runtime"}
10+
lambda-extension = "0.6.0"
11+
lambda_http = "0.6.0"
1212
log = "0.4.14"
1313
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] }
14-
tokio = { version = "1.0", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
14+
tokio = { version = "1.20.0", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
1515
tokio-retry = "0.3"
1616

1717
[[bin]]

Dockerfile.mac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM scratch
22
ARG ARCH=x86_64
3-
COPY target/${ARCH}-unknown-linux-musl/release/lambda-adapter /opt/extensions/lambda-adapter
3+
COPY target/${ARCH}-unknown-linux-musl/release/lambda-adapter /lambda-adapter

0 commit comments

Comments
 (0)