diff --git a/Cargo.toml b/Cargo.toml index c185ddd..2754d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,7 @@ keywords = ["mqtt", "rhasspy", "hermes", "voice assistant"] [dependencies] dotenv = "0.15.0" reqwest = { version = "0.11", features = ["json"] } -# Use the GIt version until the crate is fully stabilized on Tokio 1.0 -rumqttc = { git = "https://github.com/bytebeamio/rumqtt", version = "0.5" } +rumqttc = version = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.0", features = ["full"] }