Skip to content

Commit

Permalink
Update chrono dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Szczepaniak committed Jun 3, 2024
1 parent 4ad1107 commit 0d7290c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.21" }
pyo3-asyncio = "0.20"
tokio = { version = "1.37", default-features = false }

0 comments on commit 0d7290c

Please sign in to comment.