Skip to content

Commit

Permalink
Update phf to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
phy1729 committed Dec 19, 2023
1 parent 1ae3d0d commit 4872fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default = ["serde_support"]
precomputed-hash = "0.1"
once_cell = "1.10.0"
serde = { version = "1", optional = true }
phf_shared = "0.10"
phf_shared = "0.11"
new_debug_unreachable = "1.0.2"
parking_lot = "0.12"

Expand Down
4 changes: 2 additions & 2 deletions string-cache-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "string_cache_codegen"
path = "lib.rs"

[dependencies]
phf_generator = "0.10"
phf_shared = "0.10"
phf_generator = "0.11"
phf_shared = "0.11"
proc-macro2 = "1"
quote = "1"

0 comments on commit 4872fbe

Please sign in to comment.