Skip to content

Commit b75a04a

Browse files
Build(deps): Update polars requirement from 0.45.1 to 0.46.0
--- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74a4516 commit b75a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
csv = "1.3.0"
88
highs = "1.6.1"
9-
polars = {version = "0.45.1", features = ["lazy", "csv"]}
9+
polars = {version = "0.46.0", features = ["lazy", "csv"]}
1010
serde = {version = "1.0.202", features = ["derive"]}
1111
toml = "0.8.13"

0 commit comments

Comments
 (0)