From 71c7e3efeede42cb47f3d1120494a2a40a511604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 21:59:36 +0000 Subject: [PATCH] build(deps): bump log from 0.4.17 to 0.4.18 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab7645a..416f06f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,12 +952,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "lzma-sys" diff --git a/Cargo.toml b/Cargo.toml index 3329593..f550796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ directories = "5.0.1" env_logger = "0.10.0" flate2 = "1.0.26" guess_host_triple = "0.1.3" -log = "0.4.17" +log = "0.4.18" miette = { version = "5.9.0", features = ["fancy"] } regex = "1.8.2" reqwest = { version = "0.11.18", features = ["blocking"] }