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

@ -47,6 +47,12 @@ triomphe.workspace = true
nohash-hasher.workspace = true
always-assert = "0.1.2"
# These 3 deps are not used by r-a directly, but we list them here to lock in their versions
# in our transitive deps to prevent them from pulling in windows-sys 0.45.0
mio = "=0.8.5"
filetime = "=0.2.19"
parking_lot_core = "=0.9.6"
cfg.workspace = true
flycheck.workspace = true
hir-def.workspace = true