From fb107473d86201622fe140c400ee812601b79860 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:14:53 +0000 Subject: [PATCH] chore(deps): update rust crate calamine to 0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 016049b..4995d30 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.34" [dev-dependencies] tempfile = "3"