updated dependency to fix process leak

This commit is contained in:
2021-01-27 12:36:04 +00:00
parent 0eacf465a3
commit f3205ef4ca
2 changed files with 66 additions and 95 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
serenity = { version = "0.10", features = ["voice", "collector"] }
sqlx = { git = "https://github.com/ant32/sqlx.git", branch = "tokio-1.0", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
sqlx = { git = "https://github.com/launchbadge/sqlx.git", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
dotenv = "0.15"
tokio = { version = "1.0", features = ["fs", "process", "io-util"] }
lazy_static = "1.4"