From a4b41760ee88ce94897b3d3dd826f2134b62ae5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:14:34 +0000 Subject: [PATCH] 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 | 13 ++++--------- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a73f20f..4dcbc2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1992,11 +1992,10 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" dependencies = [ - "cfg-if", "value-bag", ] @@ -4007,13 +4006,9 @@ dependencies = [ [[package]] name = "value-bag" -version = "1.0.0-alpha.9" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" -dependencies = [ - "ctor", - "version_check", -] +checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e" [[package]] name = "vcpkg" diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index c2baa82..72a2f16 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -47,7 +47,7 @@ humantime = "2.1.0" humantime-serde = "1.1.1" secrecy = { version = "0.8.0", features = ["serde"] } supports-color = "2.0.0" -log = "0.4.17" +log = "0.4.18" env_logger = "0.10.0" strum = {version = "0.24.1" , features = ["derive"] } assert-json-diff = "2.0.2" diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 1f187bd..7ab6b21 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -38,7 +38,7 @@ shellexpand = "3.1.0" typed-builder = "0.14.0" tokio = { version = "1.28.2", features = ["full"] } url = { version = "2.3.1", features = ["serde"] } -log = "0.4.17" +log = "0.4.18" path-clean = "1.0.1" percent-encoding = "2.2.0" async-stream = "0.3.5"