aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/Cargo.toml
diff options
context:
space:
mode:
authorMunish Mummadi <141582088+MunishMummadi@users.noreply.github.com>2024-03-08 01:25:12 -0600
committerGitHub <noreply@github.com>2024-03-08 07:25:12 +0000
commit52c4f57085eee5e9a6525fd0a9d380f55e8b1a88 (patch)
tree95300a083d62f7bc0b4002bdb78a7d35d96b7482 /components/script/Cargo.toml
parent5c4f8cf0df2292537dce26856e8d16d71309a24c (diff)
downloadservo-52c4f57085eee5e9a6525fd0a9d380f55e8b1a88.tar.gz
servo-52c4f57085eee5e9a6525fd0a9d380f55e8b1a88.zip
Update phf_codegen and phf_shared to 0.11 (#31537)
* Update phf_codegen and phf_shared to 0.11 * Updated the Cargo.lock With ./mach build
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r--components/script/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index a9d2d52b94e..1fc2f1a69cc 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -22,8 +22,8 @@ refcell_backtrace = ["accountable-refcell"]
xr-profile = ["webxr-api/profile"]
[build-dependencies]
-phf_codegen = "0.10"
-phf_shared = "0.10"
+phf_codegen = "0.11"
+phf_shared = "0.11"
serde_json = { workspace = true }
[dependencies]