From afcb1a138b38a640f88559d6e60d4ecad5e38fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:00:14 +0000 Subject: [PATCH] chore(deps): update fastrand requirement from 1.9.0 to 2.0.0 Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version. - [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.9.0...v2.0.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82c813e..d8e8ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "backon" version = "0.4.1" [dependencies] -fastrand = "1.9.0" +fastrand = "2.0.0" futures-core = "0.3.26" pin-project = "1" tokio = { version = "1", features = ["time"] }