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;