2 Commits

Author SHA1 Message Date
8e88cadbb8 Update Rust crate sqlx to 0.8
All checks were successful
tests / fmt (push) Successful in 1m30s
tests / build (push) Successful in 1m45s
tests / test (push) Successful in 1m44s
tests / clippy (push) Successful in 1m34s
tests / pre-commit (push) Successful in 1m38s
2025-03-05 01:08:09 +00:00
c6e34cf000 cargo update
Some checks are pending
tests / fmt (push) Successful in 1m1s
tests / build (push) Successful in 1m30s
tests / clippy (push) Successful in 1m20s
tests / pre-commit (push) Successful in 1m7s
tests / test (push) Successful in 1m57s
deploy / release-image (push) Successful in 4m42s
renovate / renovate (push) Waiting to run
2025-03-05 02:04:55 +01:00
2 changed files with 342 additions and 324 deletions

664
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ license = "MIT"
symphonia = { version = "0.5.2", features=["all", "opt-simd"] }
songbird = { version = "0.4.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] }
tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
regex = { version = "1", features = ["unicode-case"] }
futures = "0.3"
reqwest = "0.11"