File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ edition = "2021"
99axum = { version = " 0.7.4" , features = [" http2" ] }
1010libsql = { git = " https://github.com/tursodatabase/libsql" }
1111serde = { version = " 1.0.196" , features = [" derive" ] }
12- shuttle-axum = { version = " 0.39 .0" }
13- shuttle-runtime = " 0.39 .0"
14- shuttle-secrets = " 0.39 .0"
15- shuttle-turso = " 0.39 .0"
12+ shuttle-axum = { version = " 0.40 .0" }
13+ shuttle-runtime = " 0.40 .0"
14+ shuttle-secrets = " 0.40 .0"
15+ shuttle-turso = " 0.40 .0"
1616tower-http = { version = " 0.5.1" , features = [" fs" , " cors" ] }
1717tokio = " 1.36.0"
1818futures = " 0.3.30"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ impl Repository for FaeryRepository {
7979 } ,
8080 } ;
8181 match result {
82- Ok ( _) => Ok ( db. last_insert_rowid ( ) ) ,
82+ Ok ( _) => Ok ( db. last_insert_rowid ( ) . await ) ,
8383 Err ( _) => Err ( RepositoryError :: Other ) ,
8484 }
8585 }
You can’t perform that action at this time.
0 commit comments