Skip to content

Commit e32fd5f

Browse files
committed
chore: upgrade toml_edit version
Signed-off-by: tison <[email protected]>
1 parent e49826c commit e32fd5f

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
@@ -15,7 +15,7 @@ readme = "./README.md"
1515
rust-version = "1.67.0"
1616

1717
[dependencies]
18-
toml_edit = { version = "0.22.24", default-features = false, features = [
18+
toml_edit = { version = "0.23.2", default-features = false, features = [
1919
"parse",
2020
] }
2121

0 commit comments

Comments
 (0)