mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +03:00
Update regex-cursor (#9891)
This commit is contained in:
parent
0c51ab16d0
commit
b961acf746
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1950,9 +1950,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex-cursor"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a43718aa0040434d45728c43f56bd53bda75a91c46954cdf0f2ff4dbc8aabbe7"
|
||||
checksum = "ae4327b5fde3ae6fda0152128d3d59b95a5aad7be91c405869300091720f7169"
|
||||
dependencies = [
|
||||
"log",
|
||||
"memchr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue