mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
update rusqlite and r2d2_sqlite in async_db and r2d2 (#148)
* upgrade rusqlite to 0.18 * add note about async_db blocking and running in thread pool * idiomatic async_db - DRY - Iterator::collect + return type - note about why we are sleeping * remove r2d2/test.db
This commit is contained in:
@ -13,5 +13,5 @@ env_logger = "0.6"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
||||
r2d2 = "0.8"
|
||||
r2d2_sqlite = "0.8"
|
||||
rusqlite = "0.16"
|
||||
r2d2_sqlite = "0.10"
|
||||
rusqlite = "0.18"
|
||||
|
BIN
r2d2/test.db
BIN
r2d2/test.db
Binary file not shown.
Reference in New Issue
Block a user