summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-11-20 20:27:14 -0500
committerDan Davison <dandavison7@gmail.com>2020-11-20 20:27:14 -0500
commitda2ba61163d0a0900a3b4a760b4192e7c7f2e1da (patch)
treed65b421e4c6c01bf21e81a6743152088a636bce4 /Cargo.lock
parent248b1a7e185c123ecbbfdefa31a46d572ee40d7d (diff)
Revert "Bump vte from 0.8.0 to 0.9.0 (#391)"
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9e389cca..2925b14c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1002,9 +1002,9 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
[[package]]
name = "vte"
-version = "0.9.0"
+version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6e7745610024d50ab1ebfa41f8f8ee361c567f7ab51032f93cc1cc4cbf0c547a"
+checksum = "96cc8a191608603611e78c6ec11dafef37e3cca0775aeef1931824753e81711d"
dependencies = [
"arrayvec",
"utf8parse",