From 445c79a6bab0155647266f1e0120bb72464ac9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szczepaniak?= Date: Mon, 3 Jun 2024 04:57:52 +0200 Subject: [PATCH] Update chrono dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 270cbe0..a2f6e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["tapo", "tapo-py"] [workspace.dependencies] -chrono = { version = "0.4.25", default-features = false } +chrono = { version = "0.4.34", default-features = false } pyo3 = { version = "0.20" } pyo3-asyncio = "0.20" tokio = { version = "1.37", default-features = false }