Skip to content

Commit

Permalink
chore(Cargo.toml): bump all compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Apr 20, 2024
1 parent 60273ed commit cd33a22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ rust-version = "1.72.0"

[dependencies]
async-openai = { version = "0.12.2", default-features = false }
indxvec = { version = "1.8.0", default-features = false }
log = { version = "0.4.20", default-features = false }
tiktoken-rs = { version = "0.5.1", default-features = false }
indxvec = { version = "1.9.0", default-features = false }
log = { version = "0.4.21", default-features = false }
tiktoken-rs = { version = "0.5.8", default-features = false }

[dev-dependencies]
async-openai = "0.12.2"
tokio = "1.32.0"
tokio = "1.37.0"

0 comments on commit cd33a22

Please sign in to comment.