Bump lukemathwalker/cargo-chef (#781)

Bumps lukemathwalker/cargo-chef from latest-rust-1.67.1 to latest-rust-1.68.0.

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

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] 2023-03-24 09:06:44 +00:00 committed by GitHub
parent 79622cf698
commit 3b77e1130c
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.67.1 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.68.0 AS chef
WORKDIR app
FROM chef AS planner