Use specific version tags

This commit is contained in:
Charlie Marsh 2022-09-21 15:11:53 -04:00
parent d9e4b0cdc1
commit 32e62d9209
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ common-path = { version = "1.0.0" }
dirs = { version = "4.0.0" }
fern = { version = "0.6.1" }
filetime = { version = "0.2.17" }
glob = "0.3.0"
itertools = "0.10.3"
glob = { version = "0.3.0" }
itertools = { version = "0.10.3" }
log = { version = "0.4.17" }
notify = { version = "4.0.17" }
once_cell = { version = "1.13.1" }