diff --git a/Cargo.toml b/Cargo.toml index efdc028..71110be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.33" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.113" reqwest = "0.11.24" -tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0" num-traits = "0.2.17"