Skip to content

Commit 8a11523

Browse files
fix(deps): update rust crate phf to 0.12.0 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 366024c commit 8a11523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen-sdk-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ serde_json = { workspace = true }
2929
anyhow = { workspace = true }
3030
convert_case = { workspace = true }
3131
tree-sitter-query = {git = "https://github.com/tree-sitter-grammars/tree-sitter-query", rev = "0555ac0da902abff06076e40501102cee3ba68bd", optional = true, version = ">=0.1.0"}
32-
phf = { version = "0.11.3", features = ["macros"] }
32+
phf = { version = "0.12.0", features = ["macros"] }
3333
rkyv = { workspace = true }
3434
xdg = "2.5.2"
3535
base64 = "0.22.1"

0 commit comments

Comments
 (0)