Skip to content

Commit 271fa6a

Browse files
Update toml_edit requirement from 0.22.7 to 0.23.0 (#283)
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](toml-rs/toml@v0.22.7...v0.23.0) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.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> Co-authored-by: Taiki Endo <te316e89@gmail.com>
1 parent 9fcce2e commit 271fa6a

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
@@ -32,7 +32,7 @@ lexopt = "0.3"
3232
same-file = "1.0.1"
3333
serde_json = "1"
3434
termcolor = "1"
35-
toml_edit = "0.22.7"
35+
toml_edit = "0.23"
3636

3737
[dev-dependencies]
3838
build-context = "0.1"

0 commit comments

Comments
 (0)