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 Jan 6, 2025
1 parent c876770 commit 79496fd
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
82 changes: 42 additions & 40 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 @@ -5,17 +5,17 @@ edition = "2021"

[dependencies]
anyhow = "1"
chat-prompts = { version = "=0.18.5", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
chat-prompts = { version = "=0.18.6", 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.23.0", features = [
endpoints = { version = "=0.23.2", features = [
"rag",
], 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.25.2", features = [
llama-core = { version = "=0.25.3", features = [
"logging",
"rag",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" }
Expand Down

0 comments on commit 79496fd

Please sign in to comment.