Update dependencies
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -8,20 +8,18 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
songbird = { version = "0.4", features = ["builtin-queue"] }
|
||||
poise = "0.6.1-rc1"
|
||||
sqlx = { version = "0.7.3", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "migrate"] }
|
||||
poise = "0.6.1"
|
||||
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "migrate"] }
|
||||
tokio = { version = "1", features = ["fs", "process", "io-util", "rt-multi-thread"] }
|
||||
lazy_static = "1.4"
|
||||
reqwest = "0.12"
|
||||
env_logger = "0.11"
|
||||
regex = "1.10"
|
||||
log = "0.4"
|
||||
serde_json = "1.0"
|
||||
dashmap = "6.0"
|
||||
serde = "1.0"
|
||||
dotenv = "0.15.0"
|
||||
prometheus = { version = "0.13.3", optional = true }
|
||||
axum = { version = "0.7.2", optional = true }
|
||||
dotenv = "0.15"
|
||||
prometheus = { version = "0.13", optional = true }
|
||||
axum = { version = "0.7", optional = true }
|
||||
|
||||
[dependencies.symphonia]
|
||||
version = "0.5"
|
||||
|
||||
Reference in New Issue
Block a user