diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 7502ce7c..d42295b7 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -27,7 +27,6 @@ base64 = "0.10.0" terminfo = "0.6.1" url = "2" copypasta = { path = "../copypasta" } -rfind_url = "0.4.0" [target.'cfg(unix)'.dependencies] nix = "0.15.0" |