aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-11 17:15:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-11 17:15:42 -0500
commitf9f4633e9ecf39a5e706323e33be5feaf578ae8d (patch)
tree2f39973317f515de280f9d27d3a575f860ca1d4c
parentfe4225470112a6aa9d3f98ad892ef9823e80d71c (diff)
downloadvt100-rust-f9f4633e9ecf39a5e706323e33be5feaf578ae8d.tar.gz
vt100-rust-f9f4633e9ecf39a5e706323e33be5feaf578ae8d.zip
bump deps
leave quickcheck/rand alone for now, because they will require rewriting a bunch of tests
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb10f7c..36b246c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,13 +13,13 @@ categories = ["command-line-interface", "encoding"]
license = "MIT"
[dependencies]
-itoa = "0.4"
-log = "0.4"
-unicode-width = "0.1"
-vte = "0.10"
+itoa = "0.4.8"
+log = "0.4.14"
+unicode-width = "0.1.9"
+vte = "0.10.1"
[dev-dependencies]
quickcheck = "0.9"
rand = "0.7"
-serde = { version = "1", features = ["derive"] }
-serde_json = "1"
+serde = { version = "1.0.130", features = ["derive"] }
+serde_json = "1.0.69"