Update tokio and remove the multithreaded runtime

This commit is contained in:
Mo 2023-02-22 21:42:36 +01:00
parent 8efb9bcdde
commit 6b145a4022

View file

@ -16,7 +16,7 @@ captcha = { version = "0.0.9", default-features = false }
lettre = { version = "0.10", default-features = false, features = ["smtp-transport", "hostname", "rustls-tls", "pool", "builder"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1.24", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.25", default-features = false, features = ["macros", "rt"] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = "0.3"