From b447b00fc69232770914fbb4f565a73a4c5aaacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:00:08 +0000 Subject: [PATCH] chore(deps): bump fastrand from 1.8.0 to 1.9.0 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- engines/qq/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37695a1..7948283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,9 +469,9 @@ checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" [[package]] name = "fastrand" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ "instant", ] diff --git a/engines/qq/Cargo.toml b/engines/qq/Cargo.toml index 7b09f2c..7351d17 100644 --- a/engines/qq/Cargo.toml +++ b/engines/qq/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.70" async-trait = "0.1.63" concat-string = "1.0.1" derive_builder = "0.12.0" -fastrand = "1.8.0" +fastrand = "1.9.0" futures = "0.3.25" http = "0.2.9" log = "0.4.17"