Skip to content

Commit b414199

Browse files
committed
chore: bump llama-core dep to 0.28.2
Signed-off-by: Xin Liu <[email protected]>
1 parent 2426404 commit b414199

File tree

2 files changed

+29
-33
lines changed

2 files changed

+29
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,29 @@ version = "0.13.8"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1"
8-
chat-prompts = { version = "=0.21.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
9-
chrono = "0.4.38"
10-
clap = { version = "4.4.6", features = ["cargo"] }
11-
either = "1.12.0"
12-
endpoints = { version = "=0.25.1", features = [
13-
"rag",
14-
"index",
15-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
16-
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
17-
futures-util = "0.3"
18-
hyper = { version = "0.14", features = ["full"] }
19-
llama-core = { version = "=0.28.1", features = [
20-
"logging",
21-
"rag",
22-
"index",
23-
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
24-
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
25-
mime_guess = "2.0.4"
7+
anyhow = "1"
8+
chat-prompts = { version = "=0.21.2" }
9+
chrono = "0.4.38"
10+
clap = { version = "4.4.6", features = ["cargo"] }
11+
either = "1.12.0"
12+
endpoints = { version = "=0.25.1", features = ["rag", "index"] }
13+
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
14+
futures-util = "0.3"
15+
hyper = { version = "0.14", features = ["full"] }
16+
llama-core = { version = "=0.28.2", features = ["logging", "rag", "index"] }
17+
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
18+
mime_guess = "2.0.4"
2619
multipart-2021 = "0.19.0"
27-
once_cell = "1.18"
28-
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "rustls-tls"] }
29-
serde = { version = "1.0", features = ["derive"] }
30-
serde_json = "1.0"
31-
thiserror = "1"
32-
tokio = { version = "^1.36", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
33-
url = "^2.5"
34-
uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
35-
walkdir = "2.5.0"
36-
wasi-logger = { version = "0.1.2", features = ["kv"] }
20+
once_cell = "1.18"
21+
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "rustls-tls"] }
22+
serde = { version = "1.0", features = ["derive"] }
23+
serde_json = "1.0"
24+
thiserror = "1"
25+
tokio = { version = "^1.36", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
26+
url = "^2.5"
27+
uuid = { version = "1.4", features = ["v4", "fast-rng", "macro-diagnostics"] }
28+
walkdir = "2.5.0"
29+
wasi-logger = { version = "0.1.2", features = ["kv"] }
3730

3831
[patch.crates-io]
3932
socket2 = { git = "https://github.com/second-state/socket2.git", branch = "v0.5.x" }

0 commit comments

Comments
 (0)