mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
chore(deps) Update Rust crate phf to 0.9 (#2051)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
parent
f0603fccb3
commit
951f04b9c1
@ -1789,8 +1789,7 @@ fn on_window_close<'a>(
|
||||
window_id: WindowId,
|
||||
webviews: &mut MutexGuard<'a, HashMap<WindowId, WebviewWrapper>>,
|
||||
control_flow: &mut ControlFlow,
|
||||
#[cfg(feature = "menu")]
|
||||
menu_event_listeners: MenuEventListeners,
|
||||
#[cfg(feature = "menu")] menu_event_listeners: MenuEventListeners,
|
||||
) {
|
||||
if let Some(webview) = webviews.remove(&window_id) {
|
||||
#[cfg(feature = "menu")]
|
||||
|
@ -14,7 +14,7 @@ readme = "README.md"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.25"
|
||||
phf = { version = "0.8", features = [ "macros" ] }
|
||||
phf = { version = "0.9", features = [ "macros" ] }
|
||||
zstd = "0.9"
|
||||
url = { version = "2.2", features = [ "serde" ] }
|
||||
kuchiki = "0.8"
|
||||
|
Loading…
Reference in New Issue
Block a user