Skip to content

Commit 173ab66

Browse files
committed
chore: update deps
Signed-off-by: Xin Liu <[email protected]>
1 parent 6d16b18 commit 173ab66

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

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

Cargo.toml

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

0 commit comments

Comments
 (0)