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 20, 2024
1 parent 6c616b1 commit d71279b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
15 changes: 6 additions & 9 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ edition = "2021"

[dependencies]
anyhow = "1.0.80"
chat-prompts = { version = "=0.14.0" }
chat-prompts = { version = "=0.14.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
chrono = "0.4.38"
clap = { version = "4.4.6", features = ["cargo"] }
either = "1.12.0"
endpoints = { version = "=0.14.0" }
endpoints = { version = "=0.14.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
futures = { version = "0.3.6", default-features = false, features = ["async-await", "std"] }
futures-util = "0.3"
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.17.0", features = ["logging"] }
llama-core = { version = "=0.17.1", features = [
"logging",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
log = { version = "0.4.21", features = ["std", "kv", "kv_serde"] }
mime_guess = "2.0.4"
multipart-2021 = "0.19.0"
Expand Down

0 comments on commit d71279b

Please sign in to comment.