1 Commits

Author SHA1 Message Date
a246b6e419 Update Rust crate sqlx to 0.8
All checks were successful
tests / fmt (push) Successful in 1m14s
tests / build (push) Successful in 1m40s
tests / clippy (push) Successful in 1m28s
tests / pre-commit (push) Successful in 1m27s
tests / test (push) Successful in 1m54s
2025-03-04 21:37:51 +00:00
2 changed files with 224 additions and 265 deletions

487
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" serde_json = "1.0"
url = "2.5.1" url = "2.5.1"
anyhow = "1.0.86" anyhow = "1.0.86"
dashmap = "6.0.0" dashmap = "5.5.3"
async-trait = "0.1.80" async-trait = "0.1.80"
uuid = "1.8.0" uuid = "1.8.0"
chrono = "0.4.38" chrono = "0.4.38"