File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4536,7 +4536,7 @@ version = "0.1.9"
4536
4536
source = " registry+https://github.com/rust-lang/crates.io-index"
4537
4537
checksum = " cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4538
4538
dependencies = [
4539
- " windows-sys 0.59 .0" ,
4539
+ " windows-sys 0.48 .0" ,
4540
4540
]
4541
4541
4542
4542
[[package ]]
@@ -4834,9 +4834,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4834
4834
4835
4835
[[package ]]
4836
4836
name = " winit"
4837
- version = " 0.30.5 "
4837
+ version = " 0.30.7 "
4838
4838
source = " registry+https://github.com/rust-lang/crates.io-index"
4839
- checksum = " 0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67 "
4839
+ checksum = " dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3 "
4840
4840
dependencies = [
4841
4841
" ahash" ,
4842
4842
" android-activity" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ web-sys = "0.3.70"
101
101
web-time = " 1.1.0" # Timekeeping for native and web
102
102
wgpu = { version = " 23.0.0" , default-features = false }
103
103
windows-sys = " 0.59"
104
- winit = { version = " 0.30.5 " , default-features = false }
104
+ winit = { version = " 0.30.7 " , default-features = false }
105
105
106
106
[workspace .lints .rust ]
107
107
unsafe_code = " deny"
You can’t perform that action at this time.
0 commit comments