Upgrade dependencies to replace vulnerable versions

This also requried a Rust upgrade.

Verified with `make itest`
This commit is contained in:
ViViDboarder 2023-01-25 16:13:02 -08:00
parent 9c6c339dc8
commit 1111b2a3df
3 changed files with 301 additions and 287 deletions

584
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
ARG BUILD_TAG=1.56.1
ARG BUILD_TAG=1.57.0
ARG RUN_TAG=$BUILD_TAG
FROM rust:$BUILD_TAG as builder

View File

@ -1,4 +1,4 @@
FROM ekidd/rust-musl-builder:1.51.0 AS builder
FROM ekidd/rust-musl-builder:1.57.0 AS builder
WORKDIR /home/rust/src