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"