Skip to content

Commit 83f019f

Browse files
fix(deps): update rust crate toml to 0.9
1 parent ebd0d34 commit 83f019f

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
@@ -49,7 +49,7 @@ shell-words = "1.1.0"
4949
strum = { version = "0.27", features = ["derive"] }
5050
sysinfo = "0.37"
5151
tokio = { version = "1", features = ["full"] }
52-
toml = { version = "0.8", features = ["indexmap", "preserve_order"] }
52+
toml = { version = "0.9", features = ["indexmap", "preserve_order"] }
5353
uuid = { version = "1", features = ["v4", "fast-rng"] }
5454
xx = { version = "2", features = ["fslock", "hash"] }
5555

0 commit comments

Comments
 (0)