chore: update Cargo.lock

This commit is contained in:
Lex Christopherson 2026-03-13 14:21:14 -06:00
parent 9fafadf38c
commit 341273e957

8
native/Cargo.lock generated
View file

@ -543,6 +543,8 @@ dependencies = [
"napi",
"napi-build",
"napi-derive",
"regex",
"similar",
"smallvec",
"syntect",
"unicode-segmentation",
@ -1206,6 +1208,12 @@ version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
[[package]]
name = "siphasher"
version = "1.0.2"