From 6e4417396e9aa475d0ed3c84af3be18866d43bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:37:54 +0000 Subject: [PATCH] Update calamine requirement from 0.22.0 to 0.25.0 Updates the requirements on [calamine](https://github.com/tafia/calamine) to permit the latest version. - [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md) - [Commits](https://github.com/tafia/calamine/compare/v0.22.0...v0.25.0) --- updated-dependencies: - dependency-name: calamine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f176778..87882bdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ duckdb-loadable-macros = { version = "0.1.1", path = "crates/duckdb-loadable-mac autocfg = "1.0" bindgen = { version = "0.69", default-features = false } byteorder = "1.3" -calamine = "0.22.0" +calamine = "0.25.0" cast = "0.3" cc = "1.0" chrono = "0.4.22"