From 745208173b18a955b00cd2a22e27502b7a460f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:04:34 +0000 Subject: [PATCH] Update calamine requirement from 0.21.0 to 0.22.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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: calamine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18287978..45ab3a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ arrow = { version = "44", 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.21.0", optional = true } +calamine = { version = "0.22.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] } duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true } polars = { version = "0.31.1", features = ["dtype-full"], optional = true}