Skip to content

Commit

Permalink
polars: update dependency to v0.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Mar 18, 2024
1 parent a4f8cbc commit 5c58c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = {version = "0.4.31", default-features = false, features = ["clock", "wa
zip = {version = "0.6.4 ", default-features = false, features = ["deflate"]}
regex = "1.7.3"
lazy_static = "1.4.0"
polars= {version = "0.37.0", default-features = false, features = [], optional = true}
polars= {version = "0.38.3", default-features = false, features = [], optional = true}
js-sys = {version = "0.3.64", optional = true}
wasm-bindgen = {version = "0.2.87", optional = true}
serde = {version = "1.0.193", features = ["derive"], optional = true}
Expand Down

0 comments on commit 5c58c7b

Please sign in to comment.