From 0f4696241825c17faf4d63f2e19bdccabc1ccc51 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Fri, 8 Mar 2024 09:41:01 +0100 Subject: [PATCH] chore(deps): Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edc83a2..78ad852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ keyring = { version = "2.3.2", optional = true, default-features = false, featur "platform-macos", ] } lending-iterator = { version = "0.1.7", default-features = false } -log = { version = "0.4.20", default-features = false } +log = { version = "0.4.21", default-features = false } ouroboros = { version = "0.18.3", default-features = false } regex = "1.10.3" thiserror = { version = "1.0.57", default-features = false }