From 9a35c1b55f13479083ae94eaf4400c9c30ca27dd Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sun, 2 Jan 2022 15:20:10 +0100 Subject: [PATCH] Update phf to 0.10 --- markup5ever/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markup5ever/Cargo.toml b/markup5ever/Cargo.toml index edcc0ba7..274b6352 100644 --- a/markup5ever/Cargo.toml +++ b/markup5ever/Cargo.toml @@ -15,10 +15,10 @@ path = "lib.rs" [dependencies] string_cache = "0.8" -phf = "0.9" +phf = "0.10" tendril = "0.4" log = "0.4" [build-dependencies] string_cache_codegen = "0.5.1" -phf_codegen = "0.9" +phf_codegen = "0.10"