aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-08-06 21:08:41 -0400
committerJesse Luehrs <doy@tozt.net>2023-08-06 21:10:05 -0400
commit7a3b74ce507022c1ab9c457553506f5d4dec29af (patch)
treea501d46cf9ba47b394abbb08b0138257adcbefbc
parent63045d358723ddaf651bd59e6e8a33899a3943b8 (diff)
downloadvt100-rust-7a3b74ce507022c1ab9c457553506f5d4dec29af.tar.gz
vt100-rust-7a3b74ce507022c1ab9c457553506f5d4dec29af.zip
bump deps
-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"