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"] }