Bump rust from 1.79 to 1.80

Bumps rust from 1.79 to 1.80.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 17:54:52 +00:00 committed by GitHub
parent cf147a2d6d
commit 0f3d7c6b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM rust:1.79 as builder
FROM rust:1.80 as builder
WORKDIR /usr/src/
RUN USER=root cargo new --bin vaultwarden_ldap