From 18ea05a0a05020880590d237d4c7e8a0e9e959a5 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Fri, 11 Oct 2024 22:17:44 +0900 Subject: [PATCH] chore: update deps Signed-off-by: Xin Liu --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95371ab..219afed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -359,7 +359,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chat-prompts" version = "0.17.0" -source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=feat-support-piper#4164cd2a2825387f692cfea751baffaf27693ee7" +source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=dev#4164cd2a2825387f692cfea751baffaf27693ee7" dependencies = [ "base64 0.22.1", "clap", @@ -605,7 +605,7 @@ dependencies = [ [[package]] name = "endpoints" version = "0.15.1" -source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=feat-support-piper#4164cd2a2825387f692cfea751baffaf27693ee7" +source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=dev#4164cd2a2825387f692cfea751baffaf27693ee7" dependencies = [ "indexmap", "serde", @@ -1292,7 +1292,7 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "llama-core" version = "0.19.4" -source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=feat-support-piper#4164cd2a2825387f692cfea751baffaf27693ee7" +source = "git+https://github.com/LlamaEdge/LlamaEdge.git?branch=dev#4164cd2a2825387f692cfea751baffaf27693ee7" dependencies = [ "base64 0.22.1", "chat-prompts", diff --git a/Cargo.toml b/Cargo.toml index 90ac84c..0bf51ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ edition = "2021" [dependencies] anyhow = "1" clap = { version = "4.4.6", features = ["cargo", "derive"] } -endpoints = { version = "=0.15.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-support-piper" } +endpoints = { version = "=0.15.1", git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "dev" } hyper = { version = "0.14", features = ["full"] } llama-core = { version = "=0.19.4", features = [ "logging", -], git = "https://github.com/LlamaEdge/LlamaEdge.git", branch = "feat-support-piper" } +], 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"] }