From eb3b4969f9b61f77ef260a9788940ca5d986455e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:35:47 +0000 Subject: [PATCH] Bump log from 0.4.26 to 0.4.27 Bumps [log](https://github.com/rust-lang/log) from 0.4.26 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.26...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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c9ca21..fa9515b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,9 +1216,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.26" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "malloc_buf" diff --git a/Cargo.toml b/Cargo.toml index 6179086..91e1f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ wgpu = "24.0.3" pollster = "0.4.0" bytemuck = "1.22.0" futures-intrusive = "0.5.0" -log = { version = "0.4.26" } +log = { version = "0.4.27" } hashbrown = "0.15.0" [profile.dev]