Skip to content

Commit 936a339

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent da52847 commit 936a339

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0.80"
88
clap = { version = "4.4.6", features = ["cargo"] }
9-
endpoints = { version = "=0.16.0" }
9+
endpoints = { version = "=0.17.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-files" }
1010
hyper = { version = "0.14", features = ["full"] }
11-
llama-core = { version = "=0.20.0", features = ["logging"] }
11+
llama-core = { version = "=0.21.2", features = [
12+
"logging",
13+
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-files" }
1214
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
1315
multipart-2021 = "0.19.0"
1416
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)