Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 6, 2024
1 parent b0ab7ee commit 391a2be
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 12 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4.4.6", features = ["cargo", "derive"] }
endpoints = { version = "=0.16.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
endpoints = { version = "=0.17.1" }
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.20.0", features = [
"logging",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
llama-core = { version = "=0.21.2", features = ["logging"] }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
multipart-2021 = "0.19.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 391a2be

Please sign in to comment.