Downgrade some deps to get rif of windows-sys duplication

This commit is contained in:
Lukas Wirth 2023-06-19 13:36:43 +02:00
parent 8823db6c78
commit 0953e85b59
4 changed files with 34 additions and 57 deletions

View file

@ -15,7 +15,8 @@ doctest = false
tracing = "0.1.35"
walkdir = "2.3.2"
crossbeam-channel = "0.5.5"
notify = "6.0.1"
# We demand 5.1.0 as any higher version pulls in a new windows-sys dupe
notify = "=5.1.0"
stdx.workspace = true
vfs.workspace = true