From 2672ea5217bd129fa6fb53e866b12b66385c8665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:45:33 +0000 Subject: [PATCH] cargo: update calamine requirement from 0.26 to 0.34 in /src-tauri Updates the requirements on [calamine](https://github.com/tafia/calamine) to permit the latest version. - [Release notes](https://github.com/tafia/calamine/releases) - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](https://github.com/tafia/calamine/compare/v0.26.0...v0.34.0) --- updated-dependencies: - dependency-name: calamine dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 509c618..1cf9cab 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -43,7 +43,7 @@ jsonwebtoken = "9" # EdDSA / Ed25519 JWT verification for signed license respon # File parsing (CSV, Excel) csv = "1.3" -calamine = "0.26" +calamine = "0.34" # Document parsing pdf-extract = "0.10"