File tree Expand file tree Collapse file tree 2 files changed +4
-23
lines changed Expand file tree Collapse file tree 2 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies = [
6262 " tracing-subscriber" ,
6363 " tracing-tree" ,
6464 " walkdir" ,
65- " windows 0.52.0 " ,
65+ " windows" ,
6666 " xz2" ,
6767]
6868
@@ -663,7 +663,7 @@ dependencies = [
663663 " libc" ,
664664 " memchr" ,
665665 " ntapi" ,
666- " windows 0.57.0 " ,
666+ " windows" ,
667667]
668668
669669[[package ]]
@@ -843,32 +843,13 @@ version = "0.4.0"
843843source = " registry+https://github.com/rust-lang/crates.io-index"
844844checksum = " 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
845845
846- [[package ]]
847- name = " windows"
848- version = " 0.52.0"
849- source = " registry+https://github.com/rust-lang/crates.io-index"
850- checksum = " e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
851- dependencies = [
852- " windows-core 0.52.0" ,
853- " windows-targets" ,
854- ]
855-
856846[[package ]]
857847name = " windows"
858848version = " 0.57.0"
859849source = " registry+https://github.com/rust-lang/crates.io-index"
860850checksum = " 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
861851dependencies = [
862- " windows-core 0.57.0" ,
863- " windows-targets" ,
864- ]
865-
866- [[package ]]
867- name = " windows-core"
868- version = " 0.52.0"
869- source = " registry+https://github.com/rust-lang/crates.io-index"
870- checksum = " 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
871- dependencies = [
852+ " windows-core" ,
872853 " windows-targets" ,
873854]
874855
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ tracing-tree = { version = "0.4.0", optional = true }
7474version = " 1.0.0"
7575
7676[target .'cfg(windows)' .dependencies .windows ]
77- version = " 0.52 "
77+ version = " 0.57 "
7878features = [
7979 " Win32_Foundation" ,
8080 " Win32_Security" ,
You can’t perform that action at this time.
0 commit comments