From 89f7c295fe841c8377f271ff518bb54f7333bf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:37:57 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.0.0-alpha.19 to 1.1.1 Bumps [openai](https://github.com/rellfy/openai) from 1.0.0-alpha.19 to 1.1.1. - [Release notes](https://github.com/rellfy/openai/releases) - [Commits](https://github.com/rellfy/openai/compare/1.0.0-alpha.19...1.1.1) --- updated-dependencies: - dependency-name: openai dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4018f2d..523cbb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,9 +848,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openai" -version = "1.0.0-alpha.19" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d2a4b159698825541b3e4cd6bbc773de387b0f329f3e86595baff15e72a1b1" +checksum = "7cefecf807bb3032265c7d487e238229b70b40f197354478201694149ddd06de" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d611d00..49ecb97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.98" atty = "0.2.14" camino = "1.1.10" clap = { version = "4.5.40", features = ["cargo", "env", "derive"] } -openai = "1.0.0-alpha.19" +openai = "1.1.1" tokio = "1.46.0" [[bin]]