From 0781a147b119494af845bddf59bcff87d401f628 Mon Sep 17 00:00:00 2001 From: neo773 Date: Mon, 16 Dec 2024 02:59:53 +0530 Subject: [PATCH] add native tls --- Cargo.toml | 6 +++--- screenpipe-app-tauri/src-tauri/Cargo.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5604bd7cb..0728e969a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ candle = { package = "candle-core", version = "0.7.2" } candle-nn = { package = "candle-nn", version = "0.7.2" } candle-transformers = { package = "candle-transformers", version = "0.7.2" } tokenizers = "0.20.0" -hf-hub = "0.3.0" +hf-hub = "0.3.2" log = "0.4" tracing = "0.1.40" @@ -44,8 +44,8 @@ cc = "1.0" once_cell = "1.20.2" [patch.crates-io] -# enables chinese mirror (hf is banned in china) -hf-hub = { git = "https://github.com/king-jingxiang/hf-hub" } +# enables chinese mirror (hf is banned in china) and native-tls +hf-hub = { git = "https://github.com/neo773/hf-hub", features = ["native-tls"] } [workspace.metadata.vcpkg] git = "https://github.com/microsoft/vcpkg" diff --git a/screenpipe-app-tauri/src-tauri/Cargo.lock b/screenpipe-app-tauri/src-tauri/Cargo.lock index 8175cc0e0..256bf0d1f 100755 --- a/screenpipe-app-tauri/src-tauri/Cargo.lock +++ b/screenpipe-app-tauri/src-tauri/Cargo.lock @@ -4966,7 +4966,7 @@ dependencies = [ [[package]] name = "screenpipe-app" -version = "0.17.2" +version = "0.17.5" dependencies = [ "anyhow", "axum",