From 4bbbe2392d39f53ec2edb1448ef15e0ca23b5b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:59:44 +0000 Subject: [PATCH] Bump log from 0.4.18 to 0.4.19 Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19. - [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.18...0.4.19) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52a8218..78a2733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1992,9 +1992,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" dependencies = [ "value-bag", ] diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 1719c1a..3fd4bb1 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.18" +log = "0.4.19" 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 0310565..a9b6fec 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.18" +log = "0.4.19" path-clean = "1.0.1" percent-encoding = "2.2.0" async-stream = "0.3.5"