From e5e14432920fe0419fdf32cbb0531502738882ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 18 Jan 2022 23:10:36 +0400 Subject: [PATCH] keycodemap: bump phf --- keycodemap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycodemap/Cargo.toml b/keycodemap/Cargo.toml index 14845c8..a8bbea2 100644 --- a/keycodemap/Cargo.toml +++ b/keycodemap/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -phf = "0.8.0" +phf = "0.10"