From ade61fead3403596723911d7df0a3147b342ce34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 04:28:00 +0800 Subject: [PATCH] Update calamine requirement from 0.20.0 to 0.21.0 (#173) 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.20.0...v0.21.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 c620b291..e5348aad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ arrow = { version = "41", 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.20.0", optional = true } +calamine = { version = "0.21.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 }