aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04a5b41..623afd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
-base64 = "0.22"
chrono = "0.4"
const_format = "0.2"
env_logger = "0.11"
@@ -16,9 +15,8 @@ http-body-util = "0.1"
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"
-tempfile = "3.15"
+rand = "0.8"
+tempfile = "3.23"
tokio = { version = "1", features = ["full"] }
tokio-rusqlite = "0.6"
rusqlite_migration = "1.3"