Update dependencies and bump MSRV to 1.63

This commit is contained in:
Aram 🍐 2023-10-02 17:55:05 -04:00
parent 07e895c770
commit 2896a4fcdb
4 changed files with 228 additions and 153 deletions

View file

@ -1,4 +1,4 @@
FROM rust:1.57.0 as cargo-build
FROM rust:1.63.0 as cargo-build
WORKDIR /usr/src/onetun
COPY Cargo.toml Cargo.toml