build: bump deps

This commit is contained in:
Amaan Qureshi 2024-09-27 20:55:44 -04:00
parent cd837df295
commit 871e8966c5
6 changed files with 124 additions and 121 deletions

View file

@ -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;

View file

@ -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"

View file

@ -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"] }