Skip to content

Commit f19b901

Browse files
committed
fix: updated to mini-rag 0.2.3 (fixes #14)
1 parent 2147cb1 commit f19b901

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ memory-stats = "1.1.0"
4646
sha256 = "1.5.0"
4747
bitcode = { version = "0.6.0", features = ["serde"] }
4848
intertrait = "0.2.2"
49-
mini-rag = "0.2.2"
49+
mini-rag = "0.2.3"
5050
env_logger = "0.11.3"
5151
log = "0.4.22"
52-
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls"] }
52+
reqwest = { version = "0.12.5", default-features = false, features = [
53+
"rustls-tls",
54+
] }
5355
url = "2.5.2"
5456

5557
[features]

0 commit comments

Comments
 (0)