diff --git a/Cargo.lock b/Cargo.lock index 5b756224..bb77e31f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3240,7 +3240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.72", @@ -4599,9 +4599,9 @@ dependencies = [ [[package]] name = "text-splitter" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10765cee3b684768f654b1849be5b555eef28f894c114c05e6dec4e41c1423c" +checksum = "ea57b83410a18a2a5d077b3248d24e1fc516d56171406c6b109d8bff242d96a3" dependencies = [ "ahash", "auto_enums", diff --git a/swiftide-indexing/Cargo.toml b/swiftide-indexing/Cargo.toml index f97ce9cf..5f8209ad 100644 --- a/swiftide-indexing/Cargo.toml +++ b/swiftide-indexing/Cargo.toml @@ -32,7 +32,7 @@ indoc = { workspace = true } regex = "1.10.5" ignore = "0.4" -text-splitter = { version = "0.14", features = ["markdown"] } +text-splitter = { version = "0.15", features = ["markdown"] } [dev-dependencies] swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }