From e7f19c6dcdde37c8da2c081bdde9c6ae06e612d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:22:09 +0000 Subject: [PATCH] Update calamine requirement from 0.22.0 to 0.24.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.24.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 99c4f03a..21299d5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ arrow = { version = "51", default-features = false, features = ["prettyprint", " rust_decimal = "1.14" strum = { version = "0.25", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } -calamine = { version = "0.22.0", optional = true } +calamine = { version = "0.24.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] } duckdb-loadable-macros = { version = "0.1.1", path="./duckdb-loadable-macros", optional = true } polars = { version = "0.35.4", features = ["dtype-full"], optional = true}