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 Jun 18, 2024
1 parent 4c5fe06 commit e3e8f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "manipulate string like wizards"

[dependencies]
index_vec = { version = "0.1.3" }
rustc-hash = { version = "1.1.0" }
rustc-hash = { version = "2.0.0" }
once_cell = "1.18.0"
oxc_sourcemap = { version = "~0.14.0" }

Expand Down

0 comments on commit e3e8f85

Please sign in to comment.