Upgrade to Rust 1.83.0 and fix new warnings

This commit is contained in:
Quentin Gliech
2024-12-05 17:03:26 +01:00
parent 02eabc3554
commit ee6472178a
34 changed files with 52 additions and 54 deletions

View File

@@ -8,11 +8,11 @@
# The Debian version and version name must be in sync
ARG DEBIAN_VERSION=12
ARG DEBIAN_VERSION_NAME=bookworm
ARG RUSTC_VERSION=1.82.0
ARG RUSTC_VERSION=1.83.0
ARG NODEJS_VERSION=20.15.0
ARG OPA_VERSION=0.64.1
ARG CARGO_AUDITABLE_VERSION=0.6.4
ARG CARGO_CHEF_VERSION=0.1.67
ARG CARGO_AUDITABLE_VERSION=0.6.6
ARG CARGO_CHEF_VERSION=0.1.68
##########################################
## Build stage that builds the frontend ##