From 419ffc6f5b4fee133de57af6f85804fbea87096e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:17:13 +0000 Subject: [PATCH] Update Rust crate prettytable-rs to ^0.10 [SECURITY] --- Cargo.lock | 6 +++--- server/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e362e7b1..af06acc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,13 +1380,13 @@ dependencies = [ [[package]] name = "prettytable-rs" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f375cb74c23b51d23937ffdeb48b1fbf5b6409d4b9979c1418c1de58bc8f801" +checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" dependencies = [ - "atty", "csv", "encode_unicode", + "is-terminal", "lazy_static", "term", "unicode-width", diff --git a/server/Cargo.toml b/server/Cargo.toml index 1cbb1c58..f65893e1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -35,7 +35,7 @@ mime_guess = "2.0" minijinja = {version = "0.26", features = ["source", "json"]} once_cell = "1" pretty_env_logger = "0.4" -prettytable-rs = "^0.9" +prettytable-rs = "^0.10" prost = "0.11" reqwest = {version = "0.11", features = ["json", "rustls-tls"], default-features = false} rhai = {version = "1.11.0", features = ["sync", "metadata", "decimal", "no_function", "no_module", "no_closure", "unchecked"]}