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:
renovate[bot] 2021-06-23 13:03:28 -03:00 committed by GitHub
parent f0603fccb3
commit 951f04b9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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")]

View File

@ -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"