updated wifi-station dependency to use version published to crates.io (#1022)

* updated wifi-station dependency to use version published to crates.io

* drop unrelated windows-core downgrade from lockfile
This commit is contained in:
Ember
2026-05-08 16:35:20 -07:00
committed by GitHub
parent 5152544cea
commit 768d5c877e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ apidocs = ["dep:utoipa", "wifi-station/utoipa"]
[dependencies]
rayhunter = { path = "../lib" }
wifi-station = { git = "https://github.com/BeigeBox/wifi-station", rev = "e8ec5b4" }
wifi-station = "0.10.1"
toml = "0.8.8"
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.44.2", default-features = false, features = ["fs", "signal", "process", "rt"] }