update serror and rustc build version

This commit is contained in:
mbecker20
2024-01-16 02:20:40 -08:00
parent 225edce50a
commit 0857cbfa92
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ db_client = { path = "lib/db_client" }
logger = { path = "lib/logger" }
# mogh
run_command = { version = "0.0.6", features = ["async_tokio"] }
serror = { version = "0.1.6", features = ["axum"] }
serror = { version = "0.1.7", features = ["axum"] }
slack = { version = "0.1.0", package = "slack_client_rs" }
derive_default_builder = "0.1.8"
derive_empty_traits = "0.1.0"

View File

@@ -1,4 +1,4 @@
FROM rust:1.71.1 as builder
FROM rust:1.75.0-bullseye as builder
WORKDIR /builder
COPY . .