From fe2a5e0626b0597aa80ee444c8ecdd49c5d224ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 15:01:32 +0000 Subject: chore(deps): update rust crate log to 0.4.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ed1e91..74c3016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ colored = "2.1.0" env_logger = "0.11.3" globset = "0.4.14" inquire = "0.6" -log = "0.4" +log = "0.4.21" nom = "7" nom_locate = "4" slotmap = "1" -- cgit