Skip to content

Commit 2d616bd

Browse files
author
Lőrinc
committed
Update regex dependencies
1 parent ccd8702 commit 2d616bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
pyo3 = { version = "0.20.0", features = ["extension-module"] }
1313

1414
# tiktoken dependencies
15-
fancy-regex = "0.11.0"
16-
regex = "1.8.3"
15+
fancy-regex = "0.13.0"
16+
regex = "1.10.3"
1717
rustc-hash = "1.1.0"
1818
bstr = "1.5.0"

0 commit comments

Comments
 (0)