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"