From b8c492cb62e0b9f981cc339bb9ddd50f717e24d2 Mon Sep 17 00:00:00 2001 From: Basti Lathe Date: Tue, 7 Jan 2025 19:41:08 +0100 Subject: [PATCH] update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7300523..aa20040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 4 +version = 3 [[package]] name = "ahash" diff --git a/Cargo.toml b/Cargo.toml index 6938b0e..b4df435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] which = "7.0" -log = "0.4" +log = "0.4.22" structopt = "0.3" tempfile = "3" serde = { version = "1", features = ["derive"] }