diff --git a/Cargo.toml b/Cargo.toml index 461b459..534764d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ migration = { path = "migration" } serde = { version = "1", features = ["derive"] } serde_json = "1" eyre = "0.6" -tokio = { version = "1.33.0", default-features = false } +tokio = { version = "1.36.0", default-features = false } async-trait = "0.1.74" tracing = "0.1.40" chrono = "0.4"