Skip to content

Commit

Permalink
Merge pull request #17 from retrage/dependabot/cargo/async-openai-0.25.0
Browse files Browse the repository at this point in the history
build(deps): update async-openai requirement from 0.24.0 to 0.25.0
  • Loading branch information
retrage authored Oct 16, 2024
2 parents 41b115d + 038c501 commit d1778b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ trybuild = { version = "1.0", features = ["diff"] }
syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] }
proc-macro2 = { version = "1.0", features = ["nightly"] }
quote = "1.0"
async-openai = "0.24.0"
async-openai = "0.25.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }

0 comments on commit d1778b4

Please sign in to comment.