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/tests/mqtt_tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/tests') 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