Skip to content

Commit 2b01c46

Browse files
fix(deps): update rust crate async-openai to 0.29.0
1 parent af52be1 commit 2b01c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiktoken-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.29.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)