Skip to content

Commit a4b3165

Browse files
authored
bump fancy-regex + regex crates (#18)
mentioned here[1] as having a tiny perf improvement [1] https://github.com/openai/tiktoken/pull/258/files#r1487691075
1 parent 0a951f9 commit a4b3165

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

Cargo.lock

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ odht = "0.3.1"
2323
const-primes = "0.8.7"
2424

2525
[dependencies]
26-
fancy-regex = "0.10.0"
27-
regex = "1.7.0"
26+
fancy-regex = "0.13.0"
27+
regex = "1.10.3"
2828
rustc-hash = "1.1.0"
2929
bstr = "1.0.1"
3030
hex = "0.4.3"

0 commit comments

Comments
 (0)