From 9ece4f9552de663ed5ccff16c5855ab9c208648c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 14:19:22 +0100 Subject: [PATCH] Bump log from 0.4.15 to 0.4.16 (#564) Bumps [log](https://github.com/rust-lang/log) from 0.4.15 to 0.4.16. - [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/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index becf168..001d6c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1723,9 +1723,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c4dcd960cc540667f619483fc99102f88d6118b87730e24e8fbe8054b7445e4" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if", "value-bag", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index bde5b5d..35c44f7 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -38,7 +38,7 @@ shellexpand = "2.1.0" tokio = { version = "1.16.1", features = ["full"] } typed-builder = "0.10.0" url = { version = "2.2.2", features = ["serde"] } -log = "0.4.15" +log = "0.4.16" path-clean = "0.1.0" percent-encoding = "2.1.0" async-stream = "0.3.3"