diff --git a/Cargo.toml b/Cargo.toml index fbf5d97..970ded9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.37" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.115" reqwest = "0.12.2" -tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } +tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.0.0" num-traits = "0.2.18"