From 0afc2f9875986cfbe3306ec53e377369f69be9c1 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:20:49 +0200 Subject: [PATCH] Update redox-log This removes a couple of uses of the legacy scheme syntax --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 516c895c52..2430ad1b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,9 +1088,9 @@ dependencies = [ [[package]] name = "redox-log" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cacd9e83920c75b71b2ea740603d579179da055e8a8d72b25252874c28d513f0" +checksum = "81460b1526438123d16f0c968dbe42ba7f61e99645109b70e57864a8b66710fb" dependencies = [ "chrono", "log",