summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-11-26 00:57:44 +0000
committerGitHub <noreply@github.com>2020-11-26 00:57:44 +0000
commita2727d06f77973c47e1909a5f426789d6531bda9 (patch)
tree04cb2f53cec65697254dbd26560a68f102ff36f2 /Cargo.lock
parent07684281901b8d287221ade9b7c93a0f437a26f1 (diff)
downloadalacritty-a2727d06f77973c47e1909a5f426789d6531bda9.tar.gz
alacritty-a2727d06f77973c47e1909a5f426789d6531bda9.zip
Fix DoS caused by excessive CSI parameter values
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 3 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1eddd108..72997288 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2144,8 +2144,7 @@ checksum = "14e39a4f106dafb0a748b951494667a44e62b55fd7942b4fc12706d63cc535a0"
[[package]]
name = "utf8parse"
version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
+source = "git+https://github.com/alacritty/vte#86603075dc8fdb481a0c475a740c00fb25c97771"
[[package]]
name = "vcpkg"
@@ -2188,8 +2187,7 @@ dependencies = [
[[package]]
name = "vte"
version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e7745610024d50ab1ebfa41f8f8ee361c567f7ab51032f93cc1cc4cbf0c547a"
+source = "git+https://github.com/alacritty/vte#86603075dc8fdb481a0c475a740c00fb25c97771"
dependencies = [
"utf8parse",
"vte_generate_state_changes",
@@ -2198,8 +2196,7 @@ dependencies = [
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
+source = "git+https://github.com/alacritty/vte#86603075dc8fdb481a0c475a740c00fb25c97771"
dependencies = [
"proc-macro2",
"quote",