Skip to content

Commit 11c048a

Browse files
Update toml requirement from 0.8 to 0.9
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.9.4) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a41f72d commit 11c048a

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
@@ -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.8", optional = true }
19+
toml = { version = "0.9", optional = true }
2020

2121
[features]
2222
default = ["toml_conf"]

0 commit comments

Comments
 (0)