Skip to content

Commit 9cc5688

Browse files
Update toml requirement from 0.7.3 to 0.8.0 (#10)
1 parent 49d0901 commit 9cc5688

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
@@ -14,7 +14,7 @@ path = "src/api.rs"
1414
[dependencies]
1515
regex = "1.5.4"
1616
clap = { version = "4.2.4", features = ["derive"] }
17-
toml = "0.7.3"
17+
toml = "0.8.0"
1818
walkdir = "2.3.2"
1919
rayon = "1.5.1"
2020
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)