1 Commits

Author SHA1 Message Date
195dfe1681 Update Rust crate chrono to v0.4.40
All checks were successful
tests / fmt (push) Successful in 52s
tests / clippy (push) Successful in 1m13s
tests / build (push) Successful in 1m20s
tests / pre-commit (push) Successful in 1m4s
tests / test (push) Successful in 1m28s
2025-03-04 07:25:55 +00:00
3 changed files with 347 additions and 355 deletions

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

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
ohrwurm:
container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:650802f854652ecd0dff5882b021041e26f76306d433d63346638df6840f889d
# build: .
restart: unless-stopped
volumes:
- ./data:/data
env_file:
- .env