diff --git a/native/Cargo.lock b/native/Cargo.lock index e70a4b63e..8da9a0833 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -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"