aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7e03fc9..ce8f9af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,16 +14,16 @@ license = "MIT"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
-itoa = "1.0.6"
-log = "0.4.17"
+itoa = "1.0.9"
+log = "0.4.19"
unicode-width = "0.1.10"
-vte = "0.11.0"
+vte = "0.11.1"
[dev-dependencies]
nix = "0.26.2"
quickcheck = "1.0"
rand = "0.8"
-serde = { version = "1.0.154", features = ["derive"] }
-serde_json = "1.0.94"
-terminal_size = "0.2.5"
-vte = "0.11.0"
+serde = { version = "1.0.182", features = ["derive"] }
+serde_json = "1.0.104"
+terminal_size = "0.2.6"
+vte = "0.11.1"