aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-05 23:05:08 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-05 23:05:08 -0500
commit81ce4a7366a2c92ccae11215b8c5f68838d43a4f (patch)
tree2813955cec9d00547a5f3f050fb13ed6cf63ec28 /Cargo.toml
parent0450db73d65595bbccf7862e8299a40c270695d5 (diff)
downloadvt100-rust-81ce4a7366a2c92ccae11215b8c5f68838d43a4f.tar.gz
vt100-rust-81ce4a7366a2c92ccae11215b8c5f68838d43a4f.zip
bump vte
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4ba57c..6cce48e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ itoa = "0.4"
enumset = "1.0"
log = "0.4"
unicode-width = "0.1"
-vte = "0.6"
+vte = "0.10"
[dev-dependencies]
quickcheck = "0.9"