From 2e95b83983c8cc278c857e0691100bbadf5854dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:50:18 +0000 Subject: [PATCH] Update Rust crate simple_logger to v5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..18d781c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_json = { version = "1", optional = true } [dev-dependencies] native-tls = "0.2" postgres-native-tls = "0.5" -simple_logger = "4" +simple_logger = "5" tokio-postgres = "0.7" [[example]]