From de1e53acf4b45f944c075266e00f710741ce0a52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 04:36:13 +0000 Subject: [PATCH] chore(deps): update rust crate log to 0.4.19 --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90fae3d..47a119a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1735,12 +1735,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 = "loom" diff --git a/Cargo.toml b/Cargo.toml index ed555fc..b8d7271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.3.0", features = ["derive"] } env_logger = "0.10.0" httpbin = { path = "httpbin" } infer = "0.13.0" -log = "0.4.17" +log = "0.4.19" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" serde_qs = "0.12.0"