We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babef81 commit ee9110bCopy full SHA for ee9110b
Cargo.toml
@@ -20,6 +20,6 @@ log = { version = "0.4.20", features = ["serde"] }
20
serde = { version = "1.0.193", features = ["derive"] }
21
serde_json = "1.0.108"
22
serenity = { version = "0.12.0", default-features=false, features = ["builder", "cache", "collector", "client", "framework", "gateway", "http", "model", "standard_framework", "utils", "voice", "default_native_tls", "tokio_task_builder", "unstable_discord_api", "simd_json", "temp_cache", "chrono", "interactions_endpoint"] }
23
-sqlx = { version = "0.7.3", features = ["runtime-tokio", "any", "postgres", "mysql", "sqlite", "tls-native-tls", "migrate", "macros", "uuid", "chrono", "json"] }
+sqlx = { version = "0.8.0", features = ["runtime-tokio", "any", "postgres", "mysql", "sqlite", "tls-native-tls", "migrate", "macros", "uuid", "chrono", "json"] }
24
thiserror = "1.0.52"
25
tokio = { version = "1.35.1", features = ["full"] }
0 commit comments