Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Mar 25, 2024
1 parent 35f30dc commit 580c562
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ either = "1.10.0"
itertools = "0.12.1"
once_cell = "1.19.0"
pulldown-cmark = { version = "0.10.0", default-features = false, optional = true }
regex = "1.10.3"
regex = "1.10.4"
tiktoken-rs = { version = "0.5.8", optional = true }
tokenizers = { version = "0.15.2", default_features = false, features = [
"onig",
Expand All @@ -45,7 +45,7 @@ unicode-segmentation = "1.11.0"
[dev-dependencies]
divan = "0.1.14"
fake = "2.9.2"
insta = { version = "1.35.1", features = ["glob", "yaml"] }
insta = { version = "1.36.1", features = ["glob", "yaml"] }
more-asserts = "0.3.1"
tokenizers = { version = "0.15.2", default-features = false, features = [
"onig",
Expand Down
62 changes: 31 additions & 31 deletions bindings/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 580c562

Please sign in to comment.