Skip to content

Commit

Permalink
Merge pull request #49 from Arend-Jan/48-update-dependencies
Browse files Browse the repository at this point in the history
update tokio dependency
  • Loading branch information
Arend-Jan authored Nov 22, 2023
2 parents 0846a9b + d21be5b commit 01572e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chat-gpt-lib-rs"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "A Rust library for interacting with OpenAI's ChatGPT API, providing a simple interface to make API requests and handle responses."
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ log = "0.4"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.33", features = ["full"] }
tokio = { version = "1.34", features = ["full"] }

[dev-dependencies]
dotenvy = "0.15"
Expand Down

0 comments on commit 01572e4

Please sign in to comment.