Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
- Updated dependencies:
   - `async-openai` to version 0.13.1
   - `clap` to version 4.3.23
   - `serde_derive` to version 1.0.185
   - `reqwest` to version 0.11.19 in the `Cargo.toml` file.
  • Loading branch information
zurawiki committed Aug 22, 2023
1 parent e352634 commit a298969
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 77 deletions.
134 changes: 61 additions & 73 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.75"
async-openai = "0.13.0"
async-openai = "0.13.1"
async-trait = "0.1.73"
backoff = "0.4.0"
clap = { version = "4.3.21", features = ["derive"] }
clap = { version = "4.3.23", features = ["derive"] }
colored = "2.0.4"
config = { version = "0.13.3", features = ["toml"] }
dirs = "5.0.1"
lazy_static = "1.4.0"
log = "0.4.20"
regex = "1.9.3"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.183"
serde_derive = "1.0.185"
serde_json = "1.0.105"
simple_logger = "4.2.0"
strum = "0.25.0"
Expand All @@ -43,7 +43,7 @@ which = "4.4.0"


[dependencies.reqwest]
version = "0.11.18"
version = "0.11.19"
features = [
"brotli",
"gzip",
Expand Down

0 comments on commit a298969

Please sign in to comment.