Skip to content

Commit

Permalink
deps: update crate patches
Browse files Browse the repository at this point in the history
also use short rev for readability
  • Loading branch information
jqnatividad committed Mar 4, 2024
1 parent 64d62bf commit 33beef7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ serial_test = { version = "3.0", features = ["file_locks"] }
# needed as dynfmt doesn't work in release mode without this
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/pemistahl/grex", rev = "7b476fe9034c1dbc327c7e592a00e20747ea04e8" }
grex = { git = "https://github.com/pemistahl/grex", rev = "cb70109" }
# needed to get rid of old hashbrown dependency
halfbrown = { git = "https://github.com/licenser/halfbrown", rev = "7cecc29422ae2775abe35a2e430f1678b4f1aa76" }
halfbrown = { git = "https://github.com/licenser/halfbrown", rev = "7cecc29" }
# nam_dict.txt file needed to be loaded from filesystem upstream, and not vendored, causing runtime errors
# we created a PR to fix this, and it's been merged, but not released
gender_guesser = { git = "https://github.com/Raduc4/gender_guesser", rev = "dd1c0e0464128f38a772a05dc824dc83bdbdbf00" }
gender_guesser = { git = "https://github.com/Raduc4/gender_guesser", rev = "dd1c0e0" }

[features]
default = ["mimalloc"]
Expand Down

0 comments on commit 33beef7

Please sign in to comment.