From f77f754a6ebe8eeabaced9caaad710bac8582ab1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 5 Feb 2023 13:57:25 -0500 Subject: bump deps --- Cargo.toml | 18 +++++++++--------- deny.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b15b723..59a711d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,16 +14,16 @@ license = "MIT" include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] -itoa = "1.0.1" -log = "0.4.14" -unicode-width = "0.1.9" -vte = "0.10.1" +itoa = "1.0.5" +log = "0.4.17" +unicode-width = "0.1.10" +vte = "0.11.0" [dev-dependencies] -nix = "0.23.0" +nix = "0.26.2" quickcheck = "0.9" rand = "0.7" -serde = { version = "1.0.131", features = ["derive"] } -serde_json = "1.0.73" -terminal_size = "0.1.17" -vte = "0.10.1" +serde = { version = "1.0.152", features = ["derive"] } +serde_json = "1.0.92" +terminal_size = "0.2.3" +vte = "0.11.0" diff --git a/deny.toml b/deny.toml index 5b7ebc5..11c69cd 100644 --- a/deny.toml +++ b/deny.toml @@ -10,5 +10,5 @@ unsound = "deny" [bans] [licenses] -allow = ["MIT", "Apache-2.0"] +allow = ["MIT", "Apache-2.0", "Unicode-DFS-2016"] copyleft = "deny" -- cgit v1.2.3-54-g00ecf