From cb39dec293b220ca5ca16cd57745f3cb55e68f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 09:36:21 +0800 Subject: [PATCH] Update calamine requirement from 0.19.1 to 0.20.0 (#170) 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.19.1...v0.20.0) --- updated-dependencies: - dependency-name: calamine dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7591ab74..be762f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ arrow = { version = "40", default-features = false, features = ["prettyprint", " rust_decimal = "1.14" strum = { version = "0.24", features = ["derive"] } r2d2 = { version = "0.8.9", optional = true } -calamine = { version = "0.19.1", optional = true } +calamine = { version = "0.20.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 }