From 812a39b86a58ad557a4b80dac8894ac6c4477fc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:16:07 +0000 Subject: [PATCH] chore(deps): Update Rust crate env_logger to 0.11.0 --- crond/Cargo.toml | 2 +- hocon/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- toys/Cargo.toml | 2 +- uri/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crond/Cargo.toml b/crond/Cargo.toml index 8e579bcb..e85e4b24 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -18,5 +18,5 @@ chrono = "0.4.31" anyhow = "1.0.79" [dev-dependencies] -env_logger = "0.10.2" +env_logger = "0.11.0" ctor = "0.2.6" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index bd233238..0efc6fd5 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.79" [dev-dependencies] ctor = "0.2.6" rand = "0.8.5" -env_logger = "0.10.2" +env_logger = "0.11.0" prop-check-rs = "0.0.459" anyhow = "1.0.79" serial_test = "3.0.0" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 95cce88b..d64bf85b 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.10" [dev-dependencies] anyhow = "1.0.79" -env_logger = "0.10.2" +env_logger = "0.11.0" prop-check-rs = "0.0.459" rust_decimal = "1.33.1" chrono = "0.4.31" diff --git a/toys/Cargo.toml b/toys/Cargo.toml index f73c0fb2..2efd7259 100644 --- a/toys/Cargo.toml +++ b/toys/Cargo.toml @@ -15,5 +15,5 @@ repository = "https://github.com/j5ik2o/oni-comb-rs" oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } [dev-dependencies] -env_logger = "0.10.2" +env_logger = "0.11.0" ctor = "0.2.6" \ No newline at end of file diff --git a/uri/Cargo.toml b/uri/Cargo.toml index ccd26667..ff048bc2 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -16,7 +16,7 @@ oni-comb-parser-rs = { version = "0.0.*", path = "../parser" } [dev-dependencies] log = "0.4.20" -env_logger = "0.10.2" +env_logger = "0.11.0" ctor = "0.2.6" rand = "0.8.5" prop-check-rs = "0.0.459"