diff options
| author | Joris Guyonvarch | 2026-03-21 22:02:10 +0100 |
|---|---|---|
| committer | Joris Guyonvarch | 2026-03-21 22:02:10 +0100 |
| commit | 44cf1913ea1433b99154fb46f5761ac8b280908b (patch) | |
| tree | 5dd19b4b812c7419bcb040286bcf400024768f9a /Cargo.toml | |
| parent | cf406c5c9c38a24549c9fdd7e807632aef051766 (diff) | |
Upgrade dependencies
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" |
