diff options
author | Joris | 2025-01-15 21:19:04 +0100 |
---|---|---|
committer | Joris | 2025-01-15 21:19:04 +0100 |
commit | 463d58b37909c976d3f30bdb5a652f0e8a018b55 (patch) | |
tree | 23ab4fecc4b8a7fa28eab81fd93cbc15f4efadc5 /Cargo.toml | |
parent | 9e48c2bd8b4a3fdd73b2fc51afec14180b4b0dcf (diff) |
Upgrade dependenciesmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,8 +16,8 @@ hyper = { version = "1", features = ["full"] } hyper-util = { version = "0.1", features = ["full"] } log = "0.4" rand = { version = "0.8", features = ["getrandom"] } -rand_core = "0.6.0" -tempfile = "3.10" +rand_core = "0.6" +tempfile = "3.15" tokio = { version = "1", features = ["full"] } -tokio-rusqlite = "0.5.1" +tokio-rusqlite = "0.6" tokio-util = "0.7" |