diff --git a/boa_interner/Cargo.toml b/boa_interner/Cargo.toml index 63f71cc540..f6e0ddc585 100644 --- a/boa_interner/Cargo.toml +++ b/boa_interner/Cargo.toml @@ -12,6 +12,6 @@ license = "Unlicense/MIT" [dependencies] serde = { version = "1.0.139", features = ["derive"], optional = true } -phf = { version = "0.10.1", features = ["macros"] } +phf = { version = "0.11.0", features = ["macros"] } rustc-hash = "1.1.0" static_assertions = "1.1.0"