From f9f4633e9ecf39a5e706323e33be5feaf578ae8d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2021 17:15:42 -0500 Subject: bump deps leave quickcheck/rand alone for now, because they will require rewriting a bunch of tests --- Cargo.toml | 12 ++++++------ 1 file 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" -- cgit v1.2.3-54-g00ecf