Skip to content

Commit 077bbca

Browse files
committed
chore: upgrade deps
Signed-off-by: Xin Liu <sam@secondstate.io>
1 parent d255db3 commit 077bbca

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

Cargo.lock

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,15 @@ edition = "2021"
55

66
[dependencies]
77
anyhow = "1"
8-
chat-prompts = { version = "=0.19.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-kw-search" }
8+
chat-prompts = { version = "=0.19.1" }
99
chrono = "0.4.38"
1010
clap = { version = "4.4.6", features = ["cargo"] }
1111
either = "1.12.0"
12-
endpoints = { version = "=0.24.0", features = [
13-
"rag",
14-
"index",
15-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-kw-search" }
12+
endpoints = { version = "=0.24.1", features = ["rag", "index"] }
1613
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
1714
futures-util = "0.3"
1815
hyper = { version = "0.14", features = ["full"] }
19-
llama-core = { version = "=0.26.1", features = [
20-
"logging",
21-
"rag",
22-
"index",
23-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-kw-search" }
16+
llama-core = { version = "=0.26.2", features = ["logging", "rag", "index"] }
2417
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
2518
mime_guess = "2.0.4"
2619
multipart-2021 = "0.19.0"

0 commit comments

Comments
 (0)