summaryrefslogtreecommitdiffstats
path: root/crates/tests
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tests')
-rw-r--r--crates/tests/mqtt_tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tests/mqtt_tests/Cargo.toml b/crates/tests/mqtt_tests/Cargo.toml
index 989c510b..875f276a 100644
--- a/crates/tests/mqtt_tests/Cargo.toml
+++ b/crates/tests/mqtt_tests/Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.58.1"
[dependencies]
anyhow = "1.0"
-fastrand = "1.5"
+fastrand = "1.8"
futures = "0.3"
once_cell = "1.8"
rumqttc = "0.10"