tsk-182: Update rust version (#191)

* Updated rust version

* Warning fix

* Updating crates and dependencies

* Version bump

* tsk-182: cargo update

* Updated jsonwebtoken
This commit was merged in pull request #191.
This commit is contained in:
KD
2025-10-12 18:23:56 -04:00
committed by GitHub
parent 8bf99be22c
commit 48a40a4821
6 changed files with 320 additions and 354 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM rust:1.88 as builder
FROM rust:1.90 as builder
# Set the working directory inside the container
WORKDIR /usr/src/app