From 4739d85e14045e28faf6020fad0e1febd6030dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:53:14 +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 d9842f0..dc328fb 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"