From e2e05d0cabb5b6e6042a014817b2e13c3e6cf773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:49:40 +0000 Subject: [PATCH] Update Rust crate pretty_env_logger to 0.5.0 --- Cargo.toml | 2 +- holding/Cargo.toml | 2 +- proxy/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e7c056..d2e3fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ futures = "0.1.21" hyper = "0.12" hyper-tls = "0.3" log = "0.4" -pretty_env_logger = "0.4" +pretty_env_logger = "0.5.0" serde_json = "1.0" tokio = "0.1.7" diff --git a/holding/Cargo.toml b/holding/Cargo.toml index 25b2300..780c8c7 100644 --- a/holding/Cargo.toml +++ b/holding/Cargo.toml @@ -33,5 +33,5 @@ openssl = "0.10" kubernetes_api = { path = "../api" } [dev-dependencies] -pretty_env_logger = "0.4" +pretty_env_logger = "0.5.0" serde_test = "1.0" diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 31b5ccf..faa7f59 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -16,5 +16,5 @@ maintenance = {status = "actively-developed,experimental"} kubernetes_holding = {path="../holding"} [dev-dependencies] -pretty_env_logger = "0.4" +pretty_env_logger = "0.5.0" serde_test = "1.0"