From d9b973701c2884fa5de6b2d747d5154404d9a411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 06:14:05 +0000 Subject: [PATCH] Update multiversion requirement from 0.6.1 to 0.7.0 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.0) --- updated-dependencies: - dependency-name: multiversion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index d5392673e299..b00bafb41833 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -63,7 +63,7 @@ packed_simd = { version = "0.3", default-features = false, optional = true, pack chrono = { version = "0.4", default-features = false, features = ["clock"] } comfy-table = { version = "6.0", optional = true, default-features = false } pyo3 = { version = "0.17", default-features = false, optional = true } -multiversion = { version = "0.6.1", default-features = false } +multiversion = { version = "0.7.0", default-features = false } bitflags = { version = "1.2.1", default-features = false, optional = true } [package.metadata.docs.rs]