From d385b8e16246577e394774433f50e1a52897f87f Mon Sep 17 00:00:00 2001 From: jhqxxx Date: Sun, 26 Oct 2025 23:29:45 +0800 Subject: [PATCH] update toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af521e..169889e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2446,7 +2446,7 @@ dependencies = [ [[package]] name = "openai_dive" version = "1.3.2" -source = "git+https://github.com/jhqxxx/openai-client.git?branch=master#83363a83fbd73273e2a1474ca7fdfb1a899e82d4" +source = "git+https://github.com/jhqxxx/openai-client.git#83363a83fbd73273e2a1474ca7fdfb1a899e82d4" dependencies = [ "bytes", "derive_builder", diff --git a/Cargo.toml b/Cargo.toml index 07d06a5..6fb4407 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ base64 = "0.22.1" num = "0.4.3" minijinja = "2.12.0" tokenizers = "0.22.1" -openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", branch = "master", features = ["stream"]} +openai_dive = { git = "https://github.com/jhqxxx/openai-client.git", version = "1.3.2", features = ["stream"]} uuid = { version = "1.18.1", features = ["v4"]} chrono = "0.4.42" rocket = "0.5.1"