From c4a5a08376084f71980c2d882f3fec10b3efd2a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:18:45 +0000 Subject: [PATCH] chore(deps): Update Rust crate env_logger to 0.11.2 --- 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 cf017e63..73d39dd5 100644 --- a/crond/Cargo.toml +++ b/crond/Cargo.toml @@ -18,5 +18,5 @@ chrono = "0.4.34" anyhow = "1.0.79" [dev-dependencies] -env_logger = "0.11.1" +env_logger = "0.11.2" ctor = "0.2.6" diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index ad7c729e..b5c2173f 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.11.1" +env_logger = "0.11.2" prop-check-rs = "0.0.484" anyhow = "1.0.79" serial_test = "3.0.0" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index dc2eeb4b..cd7b3e0e 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.11.1" +env_logger = "0.11.2" prop-check-rs = "0.0.484" rust_decimal = "1.34.3" chrono = "0.4.34" diff --git a/toys/Cargo.toml b/toys/Cargo.toml index 7ff56611..035445e0 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.1" +env_logger = "0.11.2" ctor = "0.2.6" \ No newline at end of file diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 2e09c6fc..c6c5cd59 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.11.1" +env_logger = "0.11.2" ctor = "0.2.6" rand = "0.8.5" prop-check-rs = "0.0.484"