Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Sep 24, 2024
1 parent 351f45b commit 2d10723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
[dependencies]
anyhow = "1.0.80"
clap = { version = "4.4.6", features = ["cargo"] }
endpoints = { version = "=0.14.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-new-whisper-metadata" }
endpoints = { version = "=0.14.2", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.17.2", features = [
llama-core = { version = "=0.18.0", features = [
"logging",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-new-whisper-metadata" }
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
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 2d10723

Please sign in to comment.