Compare commits
4 Commits
8df21f1237
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c9cdea4a5 | |||
| de3262c072 | |||
| 8e88cadbb8 | |||
|
c6e34cf000
|
664
Cargo.lock
generated
664
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -9,12 +9,12 @@ 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.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
|
sqlx = { version = "0.8", 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"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.2"
|
||||||
twilight-gateway = "0.15"
|
twilight-gateway = "0.15"
|
||||||
twilight-http = "0.15"
|
twilight-http = "0.15"
|
||||||
twilight-model = "0.15"
|
twilight-model = "0.15"
|
||||||
@@ -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 = "5.5.3"
|
dashmap = "6.0.0"
|
||||||
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user