bump rust version and crates

This commit is contained in:
Graham McIntire 2026-02-04 07:54:12 -06:00
parent e688260ab5
commit 6f1261b0ce
No known key found for this signature in database
4 changed files with 516 additions and 148 deletions

657
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -17,9 +17,9 @@ prost = "0.14"
prost-types = "0.14"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
russh = "0.54"
russh = "0.57"
async-trait = "0.1"
home = "=0.5.9" # Pin to avoid edition2024 requirement in 0.5.12
home = "=0.5.12"
[build-dependencies]
prost-build = "0.14"

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
# Build stage
FROM rust:1.85-alpine AS builder
FROM rust:1.93-alpine AS builder
# Build arguments provided by Docker buildx
ARG TARGETPLATFORM

View file

@ -1 +0,0 @@
../towerops-web/scripts/monitor-deploy.sh