Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: Update dependencies in Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
zurawiki committed May 30, 2023
1 parent 910c7a9 commit 128c1d7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ path = "src/main.rs"
anyhow = "1.0.71"
async-openai = "0.10.3"
backoff = { version = "0.4.0", features = ["tokio"] }
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.3.0", features = ["derive"] }
futures = "0.3.28"
tiktoken-rs = { version = "0.4.2", features = ["async-openai"]}
tokio = {version = "1.28.1", features = ["full"]}
tokio = {version = "1.28.2", features = ["full"]}
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}

0 comments on commit 128c1d7

Please sign in to comment.