File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ futures-core = "0.3"
3232http = " 1"
3333http-body = " 1"
3434parking_lot = { version = " 0.12" , features = [" arc_lock" , " send_guard" ] }
35- sqlx = { version = " 0.7 " , default-features = false }
35+ sqlx = { version = " 0.8 " , default-features = false }
3636thiserror = " 1"
3737tower-layer = " 0.3"
3838tower-service = " 0.3"
Original file line number Diff line number Diff line change @@ -232,10 +232,7 @@ where
232232 self ,
233233 sql : & ' q str ,
234234 parameters : & ' e [ <Self :: Database as sqlx:: Database >:: TypeInfo ] ,
235- ) -> BoxFuture <
236- ' e ,
237- Result < <Self :: Database as sqlx:: database:: HasStatement < ' q > >:: Statement , sqlx:: Error > ,
238- >
235+ ) -> BoxFuture < ' e , Result < <Self :: Database as sqlx:: Database >:: Statement < ' q > , sqlx:: Error > >
239236 where
240237 ' c : ' e ,
241238 {
You can’t perform that action at this time.
0 commit comments