From 85c21409c93f6057cda33b6afce18b5b4993549a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:10:20 +0000 Subject: [PATCH] deps: Bump rxing from 0.9.1 to 0.9.2 Bumps [rxing](https://github.com/rxing-core/rxing) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rxing-core/rxing/releases) - [Commits](https://github.com/rxing-core/rxing/commits/v0.9.2) --- updated-dependencies: - dependency-name: rxing dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e0eeb4..1958d6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2362,9 +2362,9 @@ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" [[package]] name = "rxing" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08c3638471fd7805cbe68a058c8963df913e0737fb96a12ef53fed02c1c38103" +checksum = "6609a7ccb6435312dd3a2bff9924cdbb1c96050510fff30676c3d7b8b0045739" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 222cc95..7b55675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ arrow-schema = "59" # multi-format decode (QR, EAN-8/13, UPC-A/E, Code128/39/93, ITF, Codabar, # DataMatrix, PDF417, Aztec) and encode. Default features bring in the `image` # crate + decoders/encoders + multi-barcode readers. -rxing = "=0.9.1" +rxing = "=0.9.2" # Image decode (BLOB in) / encode (PNG out for generators). Pinned to =0.25.8 to # match rxing 0.9.1's exact `image` pin (so a single `image` resolves) and to