Skip to content

Commit 2c05426

Browse files
authored
Upgrade dependencies toml_edit and nix. (#14)
1 parent c4d4456 commit 2c05426

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
@@ -17,7 +17,7 @@ chrono = "0.4.23"
1717
clap = { version = "4", features = [ "derive" ] }
1818
log = "0.4.8"
1919
serde = { version = "1.0.95", features = [ "derive" ] }
20-
toml_edit = "0.22"
20+
toml_edit = "0.23"
2121

2222

2323
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)