From 41dfc83c139e33695187837dac9f3c37ffa31bd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:10:50 +0000 Subject: [PATCH] chore(deps): update rust crate calamine to 0.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 016049b..af49cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [dependencies] time = "0.3" chrono = "0.4" -calamine = "0.24" +calamine = "0.33" [dev-dependencies] tempfile = "3"