1 Commits

Author SHA1 Message Date
6f3f509a07 Update Rust crate sqlx to 0.8
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 52s
tests / test (push) Failing after 1m57s
tests / build (push) Successful in 2m45s
tests / clippy (push) Successful in 1m41s
tests / pre-commit (push) Failing after 2m1s
2025-03-05 00:03:41 +00:00
2 changed files with 326 additions and 344 deletions

668
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
url = "2.5.1"
anyhow = "1.0.86"
dashmap = "6.0.0"
dashmap = "5.5.3"
async-trait = "0.1.80"
uuid = "1.8.0"
chrono = "0.4.38"