From 8eced3a2451aaad0abe61cc57fa2fddea2ead6d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 16:01:18 +0000 Subject: [PATCH] chore(deps): Update Rust crate env_logger to 0.11.3 --- 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 fcd891b5..b2f49bc3 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -18,5 +18,5 @@ chrono = "0.4.34" anyhow = "1.0.80" [dev-dependencies] -env_logger = "0.11.2" +env_logger = "0.11.3" ctor = "0.2.7" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 16eeae44..52fbfcbb 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.80" [dev-dependencies] ctor = "0.2.7" rand = "0.8.5" -env_logger = "0.11.2" +env_logger = "0.11.3" prop-check-rs = "0.0.505" anyhow = "1.0.80" serial_test = "3.0.0" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 96045cbb..9890593c 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -19,7 +19,7 @@ regex = "1.10" [dev-dependencies] anyhow = "1.0.80" -env_logger = "0.11.2" +env_logger = "0.11.3" prop-check-rs = "0.0.505" rust_decimal = "1.34.3" chrono = "0.4.34" diff --git a/toys/Cargo.toml b/toys/Cargo.toml index 5966237f..79b9de62 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.11.2" +env_logger = "0.11.3" ctor = "0.2.7" \ No newline at end of file diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 6a9544af..21efb8e6 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.21" -env_logger = "0.11.2" +env_logger = "0.11.3" ctor = "0.2.7" rand = "0.8.5" prop-check-rs = "0.0.505"