From 67480837e705ab1acf6f8ddf5f2e7c00cf7e940c Mon Sep 17 00:00:00 2001 From: Chris Griffing Date: Wed, 8 May 2024 23:28:16 -0700 Subject: [PATCH] fix(client/rust): use explicit log version --- clients/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index e9140a6..6bdf3fa 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -18,4 +18,4 @@ convert_case = "^0.3.2" thiserror = "1.0" chrono = { version = "0.4.26" } chrono-tz = "0.8.3" -log = "*" +log = "0.4.21"