From 90909f1319afc3d41496b970e0f6303ba79c7726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:59:56 +0000 Subject: [PATCH] fix(deps): update rust crate fastrand to 2.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff85066..c132822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,9 +955,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "fastrand" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "flate2" diff --git a/Cargo.toml b/Cargo.toml index ff5c02c..24f7ce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.9.0" actix-files = "0.6.6" lazy_static = "1.5.0" actix-rt = "2.10.0" -fastrand = "2.1.1" +fastrand = "2.2.0" [dev-dependencies] cargo-tarpaulin = "0.31.2"