Bump diesel to the most recent commit in cargotest

`cargotest` can only detect the worst offenders (like tests failing, or
hard compiler errors / ICEs), but regardless, bumping `diesel` to a way
more recent version hopefully contributes slightly towards helping us
not break `diesel` if at all possible.
This commit is contained in:
Jieyou Xu 2026-01-08 23:55:57 +08:00
parent a47f4dfd7f
commit 20a94d65e5
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC

View file

@ -84,7 +84,7 @@ const TEST_REPOS: &[Test] = &[
Test {
name: "diesel",
repo: "https://github.com/diesel-rs/diesel",
sha: "91493fe47175076f330ce5fc518f0196c0476f56",
sha: "3db7c17c5b069656ed22750e84d6498c8ab5b81d",
lock: None,
packages: &[],
// Test the embedded sqlite variant of diesel