From bdc7d4e913b504f4e1462c1a9c024d81b501147e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:16:18 +0000 Subject: [PATCH] Update Rust crate clap to 4.4 --- client/Cargo.toml | 2 +- server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 6447c46b..d0bd340e 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,7 +22,7 @@ chrono = "0.4" anyhow = "1" bytes = {version = "1", features = ["serde"]} chrono = "0.4" -clap = {version = "4.3", features = ["derive", "unicode", "env"]} +clap = {version = "4.4", features = ["derive", "unicode", "env"]} fastrand = "1.9.0" hyper = {version = "0.14", features = ["full"]} lazy_static = "1.4" diff --git a/server/Cargo.toml b/server/Cargo.toml index 1568ef52..7fdd2c42 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1" axum = {version = "0.6.18", features = ["headers"]} bytes = {version = "1", features = ["serde"]} chrono = "0.4" -clap = {version = "4.3", features = ["derive", "unicode"]} +clap = {version = "4.4", features = ["derive", "unicode"]} futures-util = {version = "0.3", default-features = false} hyper = {version = "0.14", features = ["full"]} jsonwebtoken = "8.3"