From cd6dab86194bc2caa0abd12992d07f866306322c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:19:33 +0000 Subject: [PATCH] Bump log from 0.4.14 to 0.4.16 Bumps [log](https://github.com/rust-lang/log) from 0.4.14 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0099dbe..edb76e14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,9 +864,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" dependencies = [ "cfg-if 1.0.0", ] diff --git a/Cargo.toml b/Cargo.toml index 683ba6ef..f8caa6d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ fnv = { version = "1.0", optional = true } fuzzy-matcher = { version = "0.3.7", optional = true } html2md = { version = "0.2.13", optional = true } itertools = "0.10.1" -log = "0.4.14" +log = "0.4.16" logos = "0.12.0" lsp-server = "0.5" lsp-types = "0.92.0"