From f7ced60ffa481b704eafc72cc117a1225c01cafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:50:58 +0000 Subject: [PATCH] Update multiversion requirement from 0.6.1 to 0.7.1 Updates the requirements on [multiversion](https://github.com/calebzulawski/multiversion) to permit the latest version. - [Release notes](https://github.com/calebzulawski/multiversion/releases) - [Changelog](https://github.com/calebzulawski/multiversion/blob/master/CHANGELOG.md) - [Commits](https://github.com/calebzulawski/multiversion/compare/0.6.1...0.7.1) --- updated-dependencies: - dependency-name: multiversion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-arith/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-arith/Cargo.toml b/arrow-arith/Cargo.toml index 854941c25345..db85c2a6b978 100644 --- a/arrow-arith/Cargo.toml +++ b/arrow-arith/Cargo.toml @@ -44,7 +44,7 @@ arrow-data = { version = "29.0.0", path = "../arrow-data" } arrow-schema = { version = "29.0.0", path = "../arrow-schema" } chrono = { version = "0.4.23", default-features = false } half = { version = "2.1", default-features = false } -multiversion = { version = "0.6.1", default-features = false } +multiversion = { version = "0.7.1", default-features = false } num = { version = "0.4", default-features = false, features = ["std"] } [dev-dependencies]