From 3a0b6f8bad24c132dd777dd42a3094d4a60c42c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 09:21:55 +0000 Subject: 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] --- crates/common/mqtt_channel/Cargo.toml | 2 +- crates/tests/mqtt_tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') 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" -- cgit v1.2.3