Skip to content

Commit f04491d

Browse files
fix(deps): update rust crate async-openai to 0.30.0
1 parent 9055a03 commit f04491d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap-verbosity-flag = "3.0.0"
2323
log = { version = "0.4.8", features = ["std"] }
2424
tokio = { version = "1.28.2", features = ["full"] }
2525
clap = { version = "4.0.18", features = ["derive"] }
26-
async-openai = { version = "0.28.2", default-features = false, features = ["native-tls"] }
26+
async-openai = { version = "0.30.0", default-features = false, features = ["native-tls"] }
2727

2828
[lib]
2929
name = "noob_commit"

0 commit comments

Comments
 (0)