Skip to content

Commit

Permalink
fix(deps): update rust crate text-splitter to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent ed07b27 commit abfcacd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swiftide-indexing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit abfcacd

Please sign in to comment.