diff --git a/Cargo.lock b/Cargo.lock index 1c1a19165..97665f010 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/crates/loader/Cargo.toml b/crates/loader/Cargo.toml index f1e25ab11..0a3d4c15f 100644 --- a/crates/loader/Cargo.toml +++ b/crates/loader/Cargo.toml @@ -30,7 +30,6 @@ wasm = [ "tree-sitter/wasm" ] [dependencies] cc.workspace = true etcetera.workspace = true -indoc.workspace = true libloading.workspace = true log.workspace = true once_cell.workspace = true diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 99a275e9d..3715a38c0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -38,12 +38,11 @@ workspace = true [features] default = [ "std" ] -std = [ "regex/std", "regex/perf", "regex-syntax/unicode" ] +std = [ "regex/std", "regex/perf" ] wasm = [ "std", "wasmtime-c-api" ] [dependencies] regex = { default-features = false, features = [ "unicode" ], version = "1.12.3" } -regex-syntax = { default-features = false, version = "0.8.9" } streaming-iterator = "0.1.9" tree-sitter-language.workspace = true