Skip to content

Commit

Permalink
Update regex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lőrinc committed Feb 12, 2024
1 parent 58cf8f6 commit 21c5688
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
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.20.0", features = ["extension-module"] }

# tiktoken dependencies
fancy-regex = "0.11.0"
regex = "1.8.3"
fancy-regex = "0.13.0"
regex = "1.10.3"
rustc-hash = "1.1.0"
bstr = "1.5.0"

0 comments on commit 21c5688

Please sign in to comment.