1 Commits

Author SHA1 Message Date
8babbd2d5c Update Rust crate serde_json to v1.0.140
All checks were successful
tests / fmt (push) Successful in 1m6s
tests / clippy (push) Successful in 1m24s
tests / pre-commit (push) Successful in 1m17s
tests / build (push) Successful in 1m49s
tests / test (push) Successful in 1m48s
2025-03-04 21:37:41 +00:00
2 changed files with 330 additions and 354 deletions

680
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.8", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
regex = { version = "1", features = ["unicode-case"] }
futures = "0.3"
reqwest = "0.11"
@@ -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"