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 Oct 14, 2024
1 parent 4ce9a50 commit 7b6e03c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
40 changes: 18 additions & 22 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4.4.6", features = ["cargo", "derive"] }
endpoints = { version = "=0.16.0" }
endpoints = { version = "=0.16.0", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-support-sd-controlnet" }
hyper = { version = "0.14", features = ["full"] }
llama-core = { version = "=0.20.0", features = ["logging"] }
llama-core = { version = "=0.20.0", features = [
"logging",
], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-support-sd-controlnet" }
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 7b6e03c

Please sign in to comment.