Skip to content

Commit

Permalink
fix(deps): update rust crate base64 to 0.22.0 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent b2a7f4d commit f80f593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktoken-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ debug = 1
[dependencies]
anyhow = "1.0.76"
async-openai = { version = "0.14.2", optional = true }
base64 = "0.21.5"
base64 = "0.22.0"
bstr = "1.6.2"
dhat = { version = "0.3.2", optional = true }
fancy-regex = "0.13.0"
Expand Down

0 comments on commit f80f593

Please sign in to comment.