Skip to content

Commit

Permalink
Update dependencies (to fix issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Sep 26, 2024
1 parent 3674410 commit db35579
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 39 deletions.
74 changes: 41 additions & 33 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[package]
name = "tapo-rest"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[dependencies]
anyhow = "1.0.89"
axum = { version = "0.7.5", default-features = false, features = [
axum = { version = "0.7.6", default-features = false, features = [
"http1",
"http2",
"tokio",
"json",
"query",
"macros", # For debugging with #[axum::debug_handler]
] }
clap = { version = "4.5.17", features = ["derive"] }
clap = { version = "4.5.18", features = ["derive"] }
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tapo = "0.7.14"
tapo = "0.7.15"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "fs"] }
tower-http = { version = "0.5.2", features = ["cors"] }
tower-http = { version = "0.6.1", features = ["cors"] }
openssl = { version = "0.10", features = ["vendored"] }
dirs = "5.0.1"
paste = "1.0.15"
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-extra = { version = "0.9.4", features = ["typed-header"] }
chrono = { version = "0.4.38", default-features = false, features = [
"std",
"windows-targets",
Expand Down

0 comments on commit db35579

Please sign in to comment.