Skip to content

Commit

Permalink
deps: bump grex patch to latest upstream; update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Feb 1, 2024
1 parent afd790e commit 29146d8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
34 changes: 21 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ 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. Even though dependabot PRs are merged, but there are no new releases
grex = { git = "https://github.com/pemistahl/grex", rev = "8f6b35cee5f911311c2e0ef6e56f333e4c896112" }
grex = { git = "https://github.com/pemistahl/grex", rev = "86f8633d9a4ba18a99b2fe7e425a0a0b319c2d06" }
# needed to get rid of old hashbrown dependency
halfbrown = { git = "https://github.com/licenser/halfbrown", rev = "7cecc29422ae2775abe35a2e430f1678b4f1aa76" }
# nam_dict.txt file needed to be loaded from filesystem upstream, our fork has it bundled
Expand Down

0 comments on commit 29146d8

Please sign in to comment.