From 5687f1c4f9be4ea4d4bcc41c940a3848b771f199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:02:54 +0000 Subject: [PATCH] Bump fastrand from 2.1.0 to 2.1.1 Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.1.0 to 2.1.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.1.0...v2.1.1) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch ... 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 7498d26..bb0a2ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,9 +119,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "fastrand" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fdeflate" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index a1bf450..c59d360 100644 --- a/ocrs/Cargo.toml +++ b/ocrs/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.63" wasm-bindgen = "0.2.93" [dev-dependencies] -fastrand = "2.1.0" +fastrand = "2.1.1" image = { version = "0.25.1", default-features = false, features = ["png", "jpeg", "webp"] } lexopt = "0.3.0"