Update Rust crate ollama-rs to 0.3.0 #20

Merged
jmarya merged 1 commit from renovate/ollama-rs-0.x into main 2025-06-22 17:33:26 +00:00
2 changed files with 13 additions and 13 deletions

24
Cargo.lock generated
View file

@ -1850,9 +1850,9 @@ dependencies = [
[[package]]
name = "ollama-rs"
version = "0.2.6"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5df54edb7e1264719be607cd40590d3769b5b35a2623e6e02681e6591aea5b8"
checksum = "a0bd0e2c30868e72ffca8143873c6c1e288b2efda9d3950e9ae0d0b4039c49c3"
dependencies = [
"async-stream",
"log",
@ -1861,7 +1861,7 @@ dependencies = [
"serde",
"serde_json",
"static_assertions",
"thiserror 2.0.11",
"thiserror 2.0.12",
"url",
]
@ -2868,7 +2868,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tokio",
"tokio-stream",
"tracing",
@ -2953,7 +2953,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
"uuid",
"whoami",
@ -2992,7 +2992,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.11",
"thiserror 2.0.12",
"tracing",
"uuid",
"whoami",
@ -3225,11 +3225,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.11"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
"thiserror-impl 2.0.11",
"thiserror-impl 2.0.12",
]
[[package]]
@ -3245,9 +3245,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.11"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
"proc-macro2",
"quote",
@ -3881,7 +3881,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View file

@ -19,7 +19,7 @@ maud = "0.26.0"
based = { git = "https://git.hydrar.de/jmarya/based" }
url = "2.5.4"
reqwest = "0.12.11"
ollama-rs = "0.2.2"
ollama-rs = "0.3.0"
pgvector = { version = "0.4", features = ["sqlx"] }
html2md = "0.2.14"
clap = { version = "4.5.23", features = ["cargo", "derive"] }