diff --git a/Cargo.toml b/Cargo.toml index 7cadf51f1..cab707e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.89" serde_yaml = "0.9.14" strum = { version = "0.24.1", features = ["derive"] } thiserror = "1.0.37" -tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } derivative = "2.2.0"