Skip to content

Commit

Permalink
fix(deps): update rust crate text-splitter to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent eefd9c1 commit 3308543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pgvector = { version = "0.4.0", features = [
"postgres",
"sqlx",
], optional = true }
text-splitter = { version = "0.17", features = ["tiktoken-rs", "markdown"] }
text-splitter = { version = "0.19", features = ["tiktoken-rs", "markdown"] }
surrealdb = { version = "2.0.2", optional = true, default-features = false }
csv = "1.3.0"
urlencoding = "2.1.3"
Expand Down

0 comments on commit 3308543

Please sign in to comment.