Bump lukemathwalker/cargo-chef (#1026)

Bumps lukemathwalker/cargo-chef from latest-rust-1.68.0 to latest-rust-1.70.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-06-08 08:55:08 +01:00 committed by GitHub
parent 3593f51990
commit 49f0def12b
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.68.0 AS chef FROM lukemathwalker/cargo-chef:latest-rust-1.70.0 AS chef
WORKDIR app WORKDIR app
FROM chef AS planner FROM chef AS planner