Skip to content

Commit 2a90083

Browse files
fix(deps): update rust crate async-openai to 0.28.0
1 parent 9e6028b commit 2a90083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiktoken-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ debug = 1
1818

1919
[dependencies]
2020
anyhow = "1.0.76"
21-
async-openai = { version = "0.14.2", optional = true }
21+
async-openai = { version = "0.28.0", optional = true }
2222
base64 = "0.22.0"
2323
bstr = "1.6.2"
2424
dhat = { version = "0.3.2", optional = true }

0 commit comments

Comments
 (0)