bump rust version and crates
This commit is contained in:
parent
e688260ab5
commit
6f1261b0ce
4 changed files with 516 additions and 148 deletions
657
Cargo.lock
generated
657
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,9 +17,9 @@ prost = "0.14"
|
||||||
prost-types = "0.14"
|
prost-types = "0.14"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
russh = "0.54"
|
russh = "0.57"
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
home = "=0.5.9" # Pin to avoid edition2024 requirement in 0.5.12
|
home = "=0.5.12"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
prost-build = "0.14"
|
prost-build = "0.14"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# syntax=docker/dockerfile:1.4
|
# syntax=docker/dockerfile:1.4
|
||||||
# Build stage
|
# Build stage
|
||||||
FROM rust:1.85-alpine AS builder
|
FROM rust:1.93-alpine AS builder
|
||||||
|
|
||||||
# Build arguments provided by Docker buildx
|
# Build arguments provided by Docker buildx
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../towerops-web/scripts/monitor-deploy.sh
|
|
||||||
Loading…
Add table
Reference in a new issue