diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -15,9 +15,10 @@ http-body-util = "0.1" hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" -rand = "0.8" -tempfile = "3.24" +rand = "0.10" +rusqlite = "0.37" +rusqlite_migration = "2.3" +tempfile = "3.27" tokio = { version = "1", features = ["full"] } -tokio-rusqlite = "0.6" -rusqlite_migration = "1.3" +tokio-rusqlite = "0.7" tokio-util = "0.7" |
