Skip to content

Commit

Permalink
Update multiversion requirement from 0.6.1 to 0.7.3
Browse files Browse the repository at this point in the history
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](calebzulawski/multiversion@0.6.1...0.7.3)

---
updated-dependencies:
- dependency-name: multiversion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 9f20bd8 commit aaa4915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ flatbuffers = { version = "2.1.2", default-features = false, features = ["thiser
comfy-table = { version = "6.0", optional = true, default-features = false }
pyo3 = { version = "0.17", default-features = false, optional = true }
lexical-core = { version = "^0.8", default-features = false, features = ["write-integers", "write-floats", "parse-integers", "parse-floats"] }
multiversion = { version = "0.6.1", default-features = false }
multiversion = { version = "0.7.3", default-features = false }
bitflags = { version = "1.2.1", default-features = false }
zstd = { version = "0.11.1", default-features = false, optional = true }

Expand Down

0 comments on commit aaa4915

Please sign in to comment.