From db1ea4edf8a02976bf1eb465fa03f2644b54b5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:22:59 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.25 to 0.4.27 Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.27. - [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.25...0.4.27) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc8255c..5c22cf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.25" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lsp-types" diff --git a/Cargo.toml b/Cargo.toml index 4694a8d..56eb15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ dashmap = "6.1.0" env_logger = "0.11.6" futures = "0.3.31" idna = "1.0.3" -log = "0.4.22" +log = "0.4.27" mio = "1.0.3" octocrab = "0.42.1" reqwest = { version = "0.12.9", default-features = false, features = [