Skip to content

Commit f4cad0a

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] <support@github.com>
1 parent fd84d37 commit f4cad0a

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
@@ -21,7 +21,7 @@ assert_cmd = "2"
2121
predicates = "3"
2222
pretty_assertions = "1"
2323
tempfile = "3"
24-
toml = "0.8"
24+
toml = "0.9"
2525

2626
[profile.release]
2727
lto = true

0 commit comments

Comments
 (0)