From e6bb618e02c54591b87f434832140c24938320d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 01:44:39 +0200 Subject: [PATCH] Update Rust crate env_logger to 0.10.0 (#304) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46591ed..69d4525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlite = "0.30.4" log = "0.4.17" -env_logger = "0.9.0" +env_logger = "0.10.0" reqwest = "0.11.18" \ No newline at end of file