summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-05-21 01:22:39 +0300
committerGitHub <noreply@github.com>2020-05-21 01:22:39 +0300
commit0f82817c03ebb0f26f3423bbcd48e527ab138cc2 (patch)
treee60af5bf68e40f7ad94ddfb76049249a92f63ba3 /alacritty_terminal/Cargo.toml
parentab1f173ccd20001aafe2f5b3268423861b0ecdfe (diff)
Update copypasta to v0.7.0
Fixes #3592.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 038bcb43..36b5f659 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -24,7 +24,7 @@ unicode-width = "0.1"
base64 = "0.11.0"
terminfo = "0.7.1"
url = "2"
-copypasta = { version = "0.6.3", default-features = false }
+copypasta = { version = "0.7.0", default-features = false }
[target.'cfg(unix)'.dependencies]
nix = "0.17.0"