From 7a3b74ce507022c1ab9c457553506f5d4dec29af Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 6 Aug 2023 21:08:41 -0400 Subject: bump deps --- Cargo.toml | 14 +++++++------- 1 file 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" -- cgit v1.2.3-54-g00ecf