From 0946161d54bd3c3eb34b3d2ae69b5c5dab352d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:15:48 +0000 Subject: [PATCH] Bump log from 0.4.25 to 0.4.27 in /savegame-editor/src-tauri 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] --- savegame-editor/src-tauri/Cargo.lock | 6 +++--- savegame-editor/src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/savegame-editor/src-tauri/Cargo.lock b/savegame-editor/src-tauri/Cargo.lock index a738579..c9ccbc6 100644 --- a/savegame-editor/src-tauri/Cargo.lock +++ b/savegame-editor/src-tauri/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" @@ -1924,9 +1924,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 = "mac" diff --git a/savegame-editor/src-tauri/Cargo.toml b/savegame-editor/src-tauri/Cargo.toml index bc11264..374d873 100644 --- a/savegame-editor/src-tauri/Cargo.toml +++ b/savegame-editor/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri-plugin-fs = "2.2.0" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.138" -log = "0.4.25" +log = "0.4.27" regex = "1.11.1" dotenv = "0.15.0" flate2 = "1.0.33"