Skip to content

Commit 6edf46b

Browse files
fix(deps): update rust crate xdg to v3
1 parent dd33c80 commit 6edf46b

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
@@ -31,7 +31,7 @@ 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"}
3232
phf = { version = "0.11.3", features = ["macros"] }
3333
rkyv = { workspace = true }
34-
xdg = "2.5.2"
34+
xdg = "3.0.0"
3535
base64 = "0.22.1"
3636
proc-macro2 = { workspace = true }
3737
quote = { workspace = true }

0 commit comments

Comments
 (0)