Skip to content

Commit

Permalink
Crates update
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 23, 2023
1 parent 5af4117 commit e061147
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 68 deletions.
131 changes: 69 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tapo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ openssl = "0.10"
rand = "0.8"
serde = { version = "1.0", features = ["derive", "serde_derive"] }
serde_json = "1.0"
serde_with = "3.3"
serde_with = "3.4"
thiserror = "1.0"
uuid = { version = "1.4", features = ["serde", "v4"] }
uuid = { version = "1.5", features = ["serde", "v4"] }

pyo3 = { workspace = true, features = ["serde", "chrono"], optional = true }

Expand Down
Loading

0 comments on commit e061147

Please sign in to comment.