aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 11:26:24 +0100
committerMartin Fischer <martin@push-f.com>2021-11-30 11:26:32 +0100
commit9ee1908be887fd7967ee0de65fbf1a57f8e26183 (patch)
treead3d662e38dbca1f1641cbc8d589aa9dd4e68437
parent9c17ffee615dbe4a3322783498671ca42a9c7576 (diff)
update phf dependency to 0.10
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8aa0df0..d6fe34d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,10 +18,10 @@ spans = []
named-entities = ["phf", "phf_codegen"]
[dependencies]
-phf = { version = "0.9", optional = true }
+phf = { version = "0.10", optional = true }
[build-dependencies]
-phf_codegen = { version = "0.9", optional = true }
+phf_codegen = { version = "0.10", optional = true }
[dev-dependencies]
codespan-reporting = "0.11.1"