diff --git a/Cargo.toml b/Cargo.toml index 8fbf1b5..c6bdf52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,10 +27,10 @@ async-sqlx-session = { version = "0.4.0", features = ["pg"] } serde = { version = "1", features = ["derive"] } serde_json = { version = "1" } -uuid = { version = "1.5.0", features = [] } -sqlx = { version = "0.7.2", features = [ - "runtime-tokio-rustls", - "postgres", +uuid = { version = "1.5", features = [] } +sqlx = { version = "0.7", features = [ +"runtime-tokio", + "postgres", "migrate", ] }