Skip to content

Commit 19d87d4

Browse files
Build(deps): Update toml requirement from 0.9.6 to 1.0.2
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.6...toml-v1.0.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b15c769 commit 19d87d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ csv = "1.3.0"
88
highs = "2.0.0"
99
polars = {version = "0.53.0", features = ["lazy", "csv"]}
1010
serde = {version = "1.0.202", features = ["derive"]}
11-
toml = "0.9.6"
11+
toml = "1.0.2"

0 commit comments

Comments
 (0)