From e655525e91be8e3289777b2f0c56917de41c2cb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 02:53:04 +0000 Subject: [PATCH] chore(deps): bump fastrand from 1.9.0 to 2.0.0 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.9.0 to 2.0.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.9.0...v2.0.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- engines/qq/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52260a9..309dba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2018,7 +2018,7 @@ dependencies = [ "async-trait", "concat-string", "derive_builder", - "fastrand 1.9.0", + "fastrand 2.0.0", "futures", "http", "log", diff --git a/engines/qq/Cargo.toml b/engines/qq/Cargo.toml index d6d1902..1f91ab8 100644 --- a/engines/qq/Cargo.toml +++ b/engines/qq/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.72" async-trait = "0.1.72" concat-string = "1.0.1" derive_builder = "0.12.0" -fastrand = "1.9.0" +fastrand = "2.0.0" futures = "0.3.28" http = "0.2.9" log = "0.4.19"