2 Commits

Author SHA1 Message Date
16f6c97eec Update Rust crate async-trait to v0.1.87
Some checks failed
renovate / renovate (push) Successful in 33s
tests / fmt (push) Successful in 1m11s
tests / build (push) Successful in 1m3s
tests / pre-commit (push) Failing after 1m52s
tests / clippy (push) Successful in 2m7s
tests / test (push) Successful in 2m36s
deploy / release-image (push) Successful in 3m59s
2025-03-04 07:25:52 +00:00
cd42401280 Update rust:slim-bullseye Docker digest to e94e2d2
All checks were successful
renovate / renovate (push) Successful in 33s
tests / fmt (push) Successful in 54s
tests / build (push) Successful in 50s
tests / test (push) Successful in 1m32s
tests / pre-commit (push) Successful in 1m50s
tests / clippy (push) Successful in 2m9s
deploy / release-image (push) Successful in 3m57s
2025-03-04 06:47:43 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -136,9 +136,9 @@ dependencies = [
[[package]]
name = "async-trait"
version = "0.1.83"
version = "0.1.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -1,5 +1,5 @@
# Build image
FROM rust:slim-bullseye@sha256:ce0556529a215addecb21bae87ff0e7eae3a1a0b1d87dcfb2a66e0b8257621dc as build
FROM rust:slim-bullseye@sha256:e94e2d2e0a9df48fdfcacb47d8b60d036abe60b7c6fa3ac3de1dd16a3d18f19a as build
RUN apt-get update && apt-get install -y \
build-essential autoconf automake cmake libtool libssl-dev pkg-config