From a212ae9be8f3c61bd046ccdc9f465bf8d78df28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 02:37:39 +0000 Subject: [PATCH] Bump fastrand from 2.3.0 to 2.4.1 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.3.0 to 2.4.1. - [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/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: fastrand dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ocrs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31549fa..3b73df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,9 +186,9 @@ checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" [[package]] name = "fastrand" -version = "2.3.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" +checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "fax" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index 15af684..bc8dcd9 100644 --- a/ocrs/Cargo.toml +++ b/ocrs/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "2.0.18" wasm-bindgen = "0.2.93" [dev-dependencies] -fastrand = "2.3.0" +fastrand = "2.4.1" image = { version = "0.25.9", default-features = false, features = ["png", "jpeg", "webp"] } lexopt = "0.3.2" rten = { workspace = true }