We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366024c commit 8a11523Copy full SHA for 8a11523
codegen-sdk-common/Cargo.toml
@@ -29,7 +29,7 @@ serde_json = { workspace = true }
29
anyhow = { workspace = true }
30
convert_case = { workspace = true }
31
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"] }
+phf = { version = "0.12.0", features = ["macros"] }
33
rkyv = { workspace = true }
34
xdg = "2.5.2"
35
base64 = "0.22.1"
0 commit comments