diff options
Diffstat (limited to 'crates/tools')
-rw-r--r-- | crates/tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml index f9fee16f9..856f7d8cb 100644 --- a/crates/tools/Cargo.toml +++ b/crates/tools/Cargo.toml | |||
@@ -5,7 +5,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
5 | publish = false | 5 | publish = false |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | ron = "0.1.7" | 8 | ron = "0.3.0" |
9 | walkdir = "2.1.3" | 9 | walkdir = "2.1.3" |
10 | itertools = "0.7.8" | 10 | itertools = "0.7.8" |
11 | tera = "0.11" | 11 | tera = "0.11" |