aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-23 13:41:56 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-23 13:41:56 -0500
commit383193179ab1a7613e7fe7521a120c5a6b9ce202 (patch)
tree419478f6a9a2af9d4c749bf87d3d109c3b474485 /Cargo.lock
parent263e3e0255d14e0c8ab1e09d7721866cdef4a6a4 (diff)
downloadteleterm-383193179ab1a7613e7fe7521a120c5a6b9ce202.tar.gz
teleterm-383193179ab1a7613e7fe7521a120c5a6b9ce202.zip
remove unicode-normalization from the wasm build
this cuts about 30% off of the binary size, and should have almost no impact
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 6966652..151dcbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2819,9 +2819,9 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
[[package]]
name = "vt100"
-version = "0.6.3"
+version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab2fb7c2a84d2b7d5973770bff882ec87618479fe7b5ed88fa9d3ade606352e4"
+checksum = "1abc6eb014f6d798f61d4c511de1006c3857dd6e06f0773eca933dc5cfdf33d7"
dependencies = [
"enumset",
"itoa",