Skip to content

Commit 1e18495

Browse files
fix(deps): update rust crate toml to 0.9.0
1 parent 3fd3a30 commit 1e18495

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 @@ regex = "1"
1616
clap = { version = "4.3.19", features = ["derive"] }
1717
hyprland = { version = "=0.4.0-beta.2" }
1818
signal-hook = "0.3.17"
19-
toml = { version = "0.7.6", features = ["indexmap", "preserve_order"] }
19+
toml = { version = "0.9.0", features = ["indexmap", "preserve_order"] }
2020
xdg = "2.5.2"
2121
inotify = "0.10.2"
2222
serde = "1.0.181"

0 commit comments

Comments
 (0)