Merge branch 'main' of gitea:jheuel/ohrwurm
All checks were successful
tests / fmt (push) Successful in 1m26s
tests / clippy (push) Successful in 1m22s
tests / pre-commit (push) Successful in 1m29s
tests / test (push) Successful in 1m40s
renovate / renovate (push) Successful in 1m10s
tests / build (push) Successful in 2m28s
deploy / release-image (push) Successful in 4m13s
All checks were successful
tests / fmt (push) Successful in 1m26s
tests / clippy (push) Successful in 1m22s
tests / pre-commit (push) Successful in 1m29s
tests / test (push) Successful in 1m40s
renovate / renovate (push) Successful in 1m10s
tests / build (push) Successful in 2m28s
deploy / release-image (push) Successful in 4m13s
This commit is contained in:
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
symphonia = { version = "0.5.2", features=["all", "opt-simd"] }
|
||||
songbird = { version = "0.5.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.12"
|
||||
|
||||
Reference in New Issue
Block a user