build: bump deps
This commit is contained in:
parent
cd837df295
commit
871e8966c5
6 changed files with 124 additions and 121 deletions
|
|
@ -20,7 +20,7 @@ path = "bindings/rust/lib.rs"
|
|||
tree-sitter-language = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.87"
|
||||
cc = "1.1.22"
|
||||
|
||||
[dev-dependencies]
|
||||
tree-sitter = "0.23"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ publish = false
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.78"
|
||||
quote = "1.0.35"
|
||||
proc-macro2 = "1.0.86"
|
||||
quote = "1.0.37"
|
||||
rand = "0.8.5"
|
||||
syn = { version = "2.0.52", features = ["full"] }
|
||||
syn = { version = "2.0.79", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue