Skip to content

Commit b5319f6

Browse files
Update toml requirement from 0.9 to 1.1 (#130)
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.9.0...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7869929 commit b5319f6

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
@@ -16,7 +16,7 @@ serde = "^1.0"
1616
serde_yaml = { version = "0.9", optional = true }
1717
thiserror = "2.0"
1818
basic-toml = { version = "0.1.10", optional = true }
19-
toml = { version = "0.9", optional = true }
19+
toml = { version = "1.1", optional = true }
2020
lazy_static = "1.5"
2121

2222
[features]

0 commit comments

Comments
 (0)