Skip to content

Commit

Permalink
Update indexmap dependency (#1929)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jun 23, 2022
1 parent f0df5e0 commit 27963e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Expand Up @@ -41,7 +41,7 @@ bench = false
serde = { version = "1.0", default-features = false }
serde_derive = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["preserve_order"] }
indexmap = { version = "1.6", default-features = false, features = ["std"] }
indexmap = { version = "1.9", default-features = false, features = ["std"] }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"], optional = true }
num = { version = "0.4", default-features = false, features = ["std"] }
half = { version = "2.0", default-features = false }
Expand Down

0 comments on commit 27963e7

Please sign in to comment.