From c23a41b8f36b47250dfb4f95ee2219cb39af8b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:13:16 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.28 to 0.4.30 Bumps [log](https://github.com/rust-lang/log) from 0.4.28 to 0.4.30. - [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.28...0.4.30) --- updated-dependencies: - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rascal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59b8b9c..cf54459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,9 +395,9 @@ checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "log" -version = "0.4.28" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "lzma-rs" diff --git a/crates/rascal/Cargo.toml b/crates/rascal/Cargo.toml index 2ee8e35..5abe992 100644 --- a/crates/rascal/Cargo.toml +++ b/crates/rascal/Cargo.toml @@ -16,7 +16,7 @@ annotate-snippets = "0.12.16" byteorder = "1.5.0" swf = "0.2.2" winnow = "1.0.2" -log = "0.4.28" +log = "0.4.30" [dev-dependencies] insta = { version = "1.47.2", features = ["yaml", "glob"] }