summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 09:21:55 +0000
committerGitHub <noreply@github.com>2022-07-25 09:21:55 +0000
commit3a0b6f8bad24c132dd777dd42a3094d4a60c42c4 (patch)
tree34c7067026464fe10161489c23fb87d7ca94a32a /crates
parentb8eb14c3628cc0f41e2f7e2a9d9bc0b6e0ed4485 (diff)
Bump fastrand from 1.7.0 to 1.8.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/common/mqtt_channel/Cargo.toml2
-rw-r--r--crates/tests/mqtt_tests/Cargo.toml2
2 files changed, 2 insertions, 2 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"] }
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"