fix(deps): update rust crate winit to 0.29.15

This commit is contained in:
renovate[bot] 2024-03-13 21:46:28 +00:00 committed by TÖRÖK Attila
parent a60d781fb4
commit 8d193f8944
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2282,7 +2282,7 @@ dependencies = [
"vec_map",
"wasm-bindgen",
"web-sys",
"windows 0.52.0",
"windows 0.54.0",
]
[[package]]
@ -6498,9 +6498,9 @@ checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6"
[[package]]
name = "winit"
version = "0.29.14"
version = "0.29.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a3db69ffbe53a9babec7804da7a90f21020fcce1f2f5e5291e2311245b993d"
checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
dependencies = [
"ahash",
"android-activity",

View File

@ -27,7 +27,7 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
tracing-appender = "0.2.3"
slotmap = { workspace = true }
winit = "0.29.14"
winit = "0.29.15"
webbrowser = "0.8.13"
url = "2.5.0"
arboard = { version = "3.3.2", features = ["wayland-data-control"] }