Skip to content

Commit 87fa9ff

Browse files
fix(deps): update rust crate async-openai to 0.25.0
1 parent e053e61 commit 87fa9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818

1919
[dependencies]
2020
anyhow = "1.0.75"
21-
async-openai = "0.14.2"
21+
async-openai = "0.25.0"
2222
async-trait = "0.1.73"
2323
backoff = "0.4.0"
2424
clap = { version = "4.4.4", features = ["derive"] }

0 commit comments

Comments
 (0)