summaryrefslogtreecommitdiffstats
path: root/crates/common
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common')
-rw-r--r--crates/common/mqtt_channel/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/mqtt_channel/Cargo.toml b/crates/common/mqtt_channel/Cargo.toml
index 22b68aad..0c43474d 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -10,7 +10,7 @@ rust-version = "1.58.1"
[dependencies]
async-trait = "0.1"
futures = "0.3"
-fastrand = "1.6"
+fastrand = "1.8"
rumqttc = "0.10"
thiserror = "1.0"
tokio = { version = "1.12", features = ["rt", "time"] }