Compare commits

..

4 commits

Author SHA1 Message Date
a87ca4ec84 Merge pull request 'chore(deps): update rust crate async-trait to v0.1.91' (#11) from renovate/async-trait-0.x-lockfile into main
Some checks failed
gitleaks / scan (push) Failing after 1s
2026-07-21 23:04:32 -07:00
a4cc25b7ae chore(deps): update rust crate async-trait to v0.1.91
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 1s
2026-07-22 06:04:22 +00:00
ccd89e8717 Merge pull request 'chore(deps): update rust crate anyhow to v1.0.104' (#10) from renovate/anyhow-1.x-lockfile into main
Some checks are pending
gitleaks / scan (push) Waiting to run
2026-07-21 23:04:20 -07:00
56573f675c chore(deps): update rust crate anyhow to v1.0.104
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
gitleaks / scan (push) Failing after 2s
gitleaks / scan (pull_request) Failing after 1s
2026-07-22 06:04:10 +00:00
2 changed files with 17 additions and 6 deletions

21
Cargo.lock generated
View file

@ -156,9 +156,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.103" version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
@ -177,13 +177,13 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.89" version = "0.1.91"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.117", "syn 3.0.3",
] ]
[[package]] [[package]]
@ -2167,6 +2167,17 @@ dependencies = [
"unicode-ident", "unicode-ident",
] ]
[[package]]
name = "syn"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]] [[package]]
name = "sync_wrapper" name = "sync_wrapper"
version = "1.0.2" version = "1.0.2"

View file

@ -19,7 +19,7 @@
# secret or systemd EnvironmentFile — never # secret or systemd EnvironmentFile — never
# commit it. # commit it.
FROM rust:1.97-bookworm AS builder FROM rust:1.95-bookworm AS builder
WORKDIR /build WORKDIR /build