chore: upgrade fixtures to use version 4 lockfile (#3852)

Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
Christopher Angelo Phillips 2025-05-05 10:38:23 -04:00 committed by GitHub
parent 3faf43d592
commit 00f53b1777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "argh"

View File

@ -1,4 +1,4 @@
FROM rust:1.74.0 AS builder
FROM rust:1.82.0 AS builder
WORKDIR /app