build: bump deps
This commit is contained in:
parent
cd837df295
commit
871e8966c5
6 changed files with 124 additions and 121 deletions
|
|
@ -19,7 +19,7 @@ use std::{
|
|||
#[cfg(any(feature = "tree-sitter-highlight", feature = "tree-sitter-tags"))]
|
||||
use anyhow::Error;
|
||||
use anyhow::{anyhow, Context, Result};
|
||||
use fs4::FileExt;
|
||||
use fs4::fs_std::FileExt;
|
||||
use indoc::indoc;
|
||||
use libloading::{Library, Symbol};
|
||||
use once_cell::unsync::OnceCell;
|
||||
|
|
|
|||
|
|
@ -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