Skip to content

Commit

Permalink
fix(deps): update rust crate rustc-hash to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 1564491 commit edcae0c
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 @@ -27,7 +27,7 @@ fancy-regex = "0.12.0"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
pyo3 = { version = "0.19.2", optional = true }
rustc-hash = "1.1.0"
rustc-hash = "2.0.0"

[features]
python = ["dep:pyo3"] # build python bindings
Expand Down

0 comments on commit edcae0c

Please sign in to comment.