Bump SQLx version and Axum

This commit is contained in:
jude
2023-12-20 17:12:57 +00:00
parent 6bd815fd38
commit 444c5dce33
3 changed files with 479 additions and 264 deletions

View File

@@ -2,15 +2,15 @@
name = "soundfx-rs"
description = "Discord bot for custom sound effects and soundboards"
license = "AGPL-3.0-only"
version = "1.5.16"
version = "1.5.17"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
[dependencies]
songbird = { version = "0.4", features = ["builtin-queue"] }
poise = "0.6.1-rc1"
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "migrate"] }
tokio = { version = "1", features = ["fs", "process", "io-util"] }
sqlx = { version = "0.7.3", 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.11"
env_logger = "0.10"
@@ -21,7 +21,7 @@ dashmap = "5.5"
serde = "1.0"
dotenv = "0.15.0"
prometheus = { version = "0.13.3", optional = true }
axum = { version = "0.6.20", optional = true }
axum = { version = "0.7.2", optional = true }
[dependencies.symphonia]
version = "0.5"