From 82ad475a1efed6591e3d837fa9f416003309f50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 06:02:16 +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 ++-- crates/crate_extractor/Cargo.toml | 2 +- crates/rust_analyzer_wasm/Cargo.toml | 2 +- crates/sandbox/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab7b7526..eb269796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2891,9 +2891,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" [[package]] name = "lsp-types" diff --git a/crates/crate_extractor/Cargo.toml b/crates/crate_extractor/Cargo.toml index ced26253..0300982d 100644 --- a/crates/crate_extractor/Cargo.toml +++ b/crates/crate_extractor/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0.164", features = ["derive"] } serde_json = { version = "1.0.96", features = ["preserve_order"] } crossbeam-channel = "0.5.8" anyhow = "1.0.71" -log = "0.4.18" +log = "0.4.19" tracing = "0.1.38" ide_db = { package = "ra_ap_ide_db", version = "0.0.120" } ide = { package = "ra_ap_ide", version = "0.0.120" } diff --git a/crates/rust_analyzer_wasm/Cargo.toml b/crates/rust_analyzer_wasm/Cargo.toml index e9db37b2..3cff337e 100644 --- a/crates/rust_analyzer_wasm/Cargo.toml +++ b/crates/rust_analyzer_wasm/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"] lsp-types = { version = "0.94.0", features = ["proposed"] } console_error_panic_hook = { version = "0.1.7" } instant = { version = "0.1.12", features = ["wasm-bindgen"] } -log = { version = "0.4.18", features = ["release_max_level_warn"] } +log = { version = "0.4.19", features = ["release_max_level_warn"] } serde = { version = "1.0.164", features = ["derive"] } serde_json = { version = "1.0.96", features = ["preserve_order"] } serde_repr = "0.1.11" diff --git a/crates/sandbox/Cargo.toml b/crates/sandbox/Cargo.toml index bbf69d77..c41da018 100644 --- a/crates/sandbox/Cargo.toml +++ b/crates/sandbox/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" serde = { version = "1.0.164", features = [ "derive" ] } tempdir = "0.3.7" snafu = "0.7.4" -log = "0.4.18" +log = "0.4.19" tokio = { version = "1.28.2", features = [ "macros", "time",