Skip to content

Commit

Permalink
try to update simd-json and value-trait
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 26, 2023
1 parent b3841df commit 914e6a8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 6 deletions.
47 changes: 42 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crates/nu-cmd-dataframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
fancy-regex = "0.11"
indexmap = { version = "2.0" }
simd-json = { version = "0.13.0" }
value-trait = { version = "0.8.0" }
num = { version = "0.4", optional = true }
serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.36.1", optional = true }
polars-io = { version = "0.33", features = ["avro"], optional = true }
value-trait = { version = "0.7.1" }

[dependencies.polars]
features = [
Expand Down

0 comments on commit 914e6a8

Please sign in to comment.