From 3d1661e88c9b4f40842b48f36628df07452a7212 Mon Sep 17 00:00:00 2001 From: boxbeam Date: Thu, 23 May 2024 13:42:34 -0400 Subject: [PATCH] Reimplement depth --- Cargo.lock | 2 +- crates/tabby-scheduler/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04e3c5cc7942..405cf33b5554 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5766,7 +5766,7 @@ dependencies = [ [[package]] name = "text-splitter" version = "0.13.1" -source = "git+https://github.com/boxbeam/text-splitter?rev=9bee1cd#9bee1cd19d6c8be57c540b7692c27c336bfb10a8" +source = "git+https://github.com/boxbeam/text-splitter?rev=69a33f8#69a33f8352095d6139d7a396ca4795261bec89ff" dependencies = [ "ahash", "auto_enums", diff --git a/crates/tabby-scheduler/Cargo.toml b/crates/tabby-scheduler/Cargo.toml index fc469b08a19a..006202d86c6f 100644 --- a/crates/tabby-scheduler/Cargo.toml +++ b/crates/tabby-scheduler/Cargo.toml @@ -26,7 +26,7 @@ tree-sitter-solidity = { git = "https://github.com/JoranHonig/tree-sitter-solidi ignore.workspace = true tokio-cron-scheduler = { workspace = true } tokio = { workspace = true, features = ["process"] } -text-splitter = { git = "https://github.com/boxbeam/text-splitter", rev = "9bee1cd", features = [ "code" ] } +text-splitter = { git = "https://github.com/boxbeam/text-splitter", rev = "69a33f8", features = [ "code" ] } kv = { version = "0.24.0", features = ["json-value"] } serde.workspace = true serde_json.workspace = true