diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 772c1be7745e..ed691272d921 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -66,7 +66,7 @@ regex = { version = "1.7.0", default-features = false, features = ["std", "unico chrono = { version = "0.4.23", 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.1", default-features = false } bitflags = { version = "1.2.1", default-features = false, optional = true } [package.metadata.docs.rs]