From b30eb050dee584a35c3bf817ca5f9396d87c1988 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Thu, 29 Jun 2023 17:58:48 -0400 Subject: [PATCH] update log crate --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- steamguard/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10ba22c..97fea83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,12 +954,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 425e75a..8577ca7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8.4" standback = "0.2.17" # required to fix a compilation error on a transient dependency clap = { version = "3.1.18", features = ["derive", "cargo", "env"] } clap_complete = "3.2.1" -log = "0.4.14" +log = "0.4.19" stderrlog = "0.4" cookie = "0.14" regex = "1" diff --git a/steamguard/Cargo.toml b/steamguard/Cargo.toml index 365932e..af55cd5 100644 --- a/steamguard/Cargo.toml +++ b/steamguard/Cargo.toml @@ -24,7 +24,7 @@ cookie = "0.14" regex = "1" lazy_static = "1.4.0" uuid = { version = "0.8", features = ["v4"] } -log = "0.4.14" +log = "0.4.19" scraper = "0.12.0" maplit = "1.0.2" thiserror = "1.0.26"