From fcb4610714df75af5ca1ed705fe9b734c0310c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:09:06 +0000 Subject: [PATCH] chore(deps): Bump openai from 1.0.0-alpha.19 to 1.0.0 Bumps [openai](https://github.com/rellfy/openai) from 1.0.0-alpha.19 to 1.0.0. - [Release notes](https://github.com/rellfy/openai/releases) - [Commits](https://github.com/rellfy/openai/compare/1.0.0-alpha.19...1.0.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 7cb817a..78849b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -837,9 +837,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openai" -version = "1.0.0-alpha.19" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05d2a4b159698825541b3e4cd6bbc773de387b0f329f3e86595baff15e72a1b1" +checksum = "261f200f257cdc8fddbbbefb94a99d364a5723d249363892416c8e9df7c62c12" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4941420..483d0fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.97" atty = "0.2.14" camino = "1.1.9" clap = { version = "4.5.34", features = ["cargo", "env", "derive"] } -openai = "1.0.0-alpha.19" +openai = "1.0.0" tokio = "1.44.1" [[bin]]