Bump lukemathwalker/cargo-chef (#546)

Bumps lukemathwalker/cargo-chef from latest-rust-1.63 to latest-rust-1.64.0.

---
updated-dependencies:
- dependency-name: lukemathwalker/cargo-chef
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-04 21:34:43 -07:00 committed by GitHub
parent 6f19e8abf5
commit 91b2e6b090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.63 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.64.0 AS chef
WORKDIR app
FROM chef AS planner